Projects
Kolab:16:Enterprise
kolab-syncroton
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 7
View file
kolab-syncroton.spec
Changed
@@ -124,6 +124,10 @@ mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d cp -pr %SOURCE1 %{buildroot}%{_sysconfdir}/logrotate.d/kolab-syncroton +sed -i \ + -e 's/apache apache/%{httpd_user} %{httpd_group}/g' \ + %{buildroot}%{_sysconfdir}/logrotate.d/kolab-syncroton + cp -a lib %{buildroot}/%{_datadir}/%{name}/. cp -a index.php %{buildroot}/%{_datadir}/%{name}/. @@ -236,6 +240,9 @@ %attr(0770,%{httpd_user},%{httpd_group}) %{_var}/log/%{name} %changelog +* Wed May 10 2017 Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> - 2.3.4-3 +- Fix log rotation on Plesk + * Fri Feb 24 2017 Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> - 2.3.4-2 - Only call kolab_auth::ldap_close() if the method actually exists
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +kolab-syncroton (2.3.4-0~kolab4) unstable; urgency=low + + * Fix log rotation on Plesk + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Wed, 10 May 2017 15:13:40 +0200 + kolab-syncroton (2.3.4-0~kolab3) unstable; urgency=low * Adjust dependencies on PHP for Debian Stretch / Ubuntu Xenial
View file
debian.rules
Changed
@@ -12,8 +12,21 @@ %: dh $@ +override_dh_auto_configure: + if -f "/etc/plesk-release" ; then \ + sed -i -e 's/www-data adm/roundcube_sysuser roundcube_sysgroup/g' debian/kolab-syncroton.logrotate ; \ + fi + override_dh_install: + mkdir -p debian/tmp dh_install --list-missing -XLICENSE + + if ! -f "/etc/plesk-release" ; then \ + mkdir -p $(CURDIR)/debian/kolab-syncroton/etc/apache2/sites-available ; \ + install -pm 644 $(CURDIR)/docs/kolab-syncroton.conf \ + $(CURDIR)/debian/kolab-syncroton/etc/apache2/sites-available/kolab-syncroton.conf ; \ + fi + # Some PHP files seem to be executable find debian/kolab-syncroton/usr/share/kolab-syncroton/lib -type f -name "*php" -perm +1 -print0 | xargs -r0 chmod -x
View file
debian.tar.gz/install
Changed
@@ -6,7 +6,6 @@ lib/ext/Net usr/share/kolab-syncroton/lib/ext/ lib/ext/Syncroton usr/share/kolab-syncroton/lib/ext/ lib/ext/*.php usr/share/kolab-syncroton/lib/ext/ -docs/kolab-syncroton.conf etc/apache2/sites-available/ logs/.htaccess var/log/kolab-syncroton/ temp/.htaccess var/lib/kolab-syncroton/ config/.htaccess usr/share/kolab-syncroton/config/
View file
kolab-syncroton.dsc
Changed
@@ -2,7 +2,7 @@ Source: kolab-syncroton Binary: kolab-syncroton Architecture: all -Version: 2.3.4-0~kolab3 +Version: 2.3.4-0~kolab4 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Paul Klos <kolab@klos2day.nl> Homepage: http://www.kolab.org/
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
.