Projects
Kolab:3.4
kolab-syncroton
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 28
View file
kolab-syncroton.spec
Changed
@@ -26,7 +26,7 @@ Name: kolab-syncroton Version: 2.2.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: ActiveSync for Kolab Groupware Group: Applications/Internet @@ -156,13 +156,13 @@ find %{buildroot}/%{_datadir}/%{name}/ -type f ! -perm /go+r -exec chmod -v go+r {} \; %pre -if [ -d "/usr/share/kolab-syncroton/lib/ext/Roundcube/" -a ! -L "/usr/share/kolab-syncroton/lib/ext/Roundcube/" ]; then - rm -rf "/usr/share/kolab-syncroton/lib/ext/Roundcube/" +if [ -d "/usr/share/kolab-syncroton/lib/ext/Roundcube" -a ! -L "/usr/share/kolab-syncroton/lib/ext/Roundcube" ]; then + rm -f "/usr/share/kolab-syncroton/lib/ext/Roundcube" fi if [ -d "/usr/share/kolab-syncroton/lib/plugins/" ]; then find /usr/share/kolab-syncroton/lib/plugins/ -mindepth 2 -maxdepth 2 | while read file; do if [ ! -L "${file}" ]; then - rm -rf "${file}" + rm -f "${file}" fi done fi @@ -197,7 +197,8 @@ %attr(0770,%{httpd_user},%{httpd_group}) %{_var}/log/%{name} %changelog -* Tue Nov 12 2013 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 2.2.3-1 +* Tue Nov 12 2013 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 2.2.3-2 +- Fix a trailing slash issue - New upstream release - Fixes: 2385 - Do not depend on kolab_cache behavior
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
.