Projects
Kolab:3.4
kolab-syncroton
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 20
View file
kolab-syncroton.spec
Changed
@@ -22,7 +22,7 @@ Name: kolab-syncroton Version: 2.2.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: ActiveSync for Kolab Groupware Group: Applications/Internet @@ -151,6 +151,15 @@ # Find files that are not readable find %{buildroot}/%{_datadir}/%{name}/ -type f ! -perm /go+r -exec chmod -v go+r {} \; +%pre +if [ -d "/usr/share/kolab-syncroton/lib/plugins/" ]; then + find /usr/share/kolab-syncroton/lib/plugins/ -mindepth 2 -maxdepth 2 -type f | while read file do; + if [ ! -L "${file}" ]; then + rm -rf "${file}" + fi + done +fi + %post if [ -f "%{php_inidir}/apc.ini" ]; then if [ ! -z "`grep ^apc.enabled=1 %{php_inidir}/apc.ini`" ]; then @@ -181,6 +190,9 @@ %attr(0770,%{httpd_user},%{httpd_group}) %{_var}/log/%{name} %changelog +* Mon Nov 11 2013 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 2.2.2-3 +- Make sure we use the readily available plugins and libraries + * Fri Oct 18 2013 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 2.2.2-1 - New upstream version in sync with cache refactoring
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.