Projects
Kolab:3.4
iRony
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 32
View file
iRony.spec
Changed
@@ -41,6 +41,7 @@ Source0: http://mirror.kolabsys.com/pub/releases/iRony-%{version}+dep.tar.gz Source1: iRony.conf +Source2: iRony.logrotate Patch1: iRony-0.2.4-2473-expect-list-of-spouses.patch @@ -85,6 +86,9 @@ install -pm 644 %{SOURCE1} %{buildroot}/%{_ap_sysconfdir}/conf.d/%{name}.conf +mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d +cp -pr %SOURCE2 %{buildroot}%{_sysconfdir}/logrotate.d/iRony + mkdir %{buildroot}/usr/share/%{name}/lib cp -a public_html vendor %{buildroot}/usr/share/%{name} @@ -125,12 +129,16 @@ %{_ap_sysconfdir}/conf.d/%{name}.conf %attr(0750,root,%{httpd_group}) %dir %{_sysconfdir}/%{name} %attr(0640,root,%{httpd_group}) %config(noreplace) %{_sysconfdir}/%{name}/dav.inc.php +%config(noreplace) %{_sysconfdir}/logrotate.d/%{name} %{_datadir}/%{name} %attr(0770,%{httpd_user},%{httpd_group}) %{_localstatedir}/cache/%{name} %attr(0770,%{httpd_user},%{httpd_group}) %{_localstatedir}/lib/%{name} %attr(0770,%{httpd_user},%{httpd_group}) %{_localstatedir}/log/%{name} %changelog +* Tue Nov 26 2013 Daniel Hoffend <dh@dotlan.net> - 0.2.4-3 +- Added logrotate script + * Mon Nov 11 2013 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.2.4-2 - Expect a list of spouses (#2473)
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +irony (0.2.4-0~kolab6) unstable; urgency=low + + * added logrotate script + + -- Daniel Hoffend <dh@dotlan.net> Tue, 26 Nov 2013 23:44:12 +0200 + irony (0.2.4-0~kolab5) unstable; urgency=low * Correct installation location for iRony apache configuration
View file
debian.tar.gz/iRony.logrotate
Added
@@ -0,0 +1,8 @@ +/var/log/iRony/console /var/log/iRony/errors /var/log/iRony/imap /var/log/iRony/ldap /var/log/iRony/sendmail /var/log/iRony/sieve /var/log/iRony/smtp /var/log/iRony/sql /var/log/iRony/userlogins { + missingok + compress + notifempty + size 30k + create 0640 www-data adm +} +
View file
iRony.dsc
Changed
@@ -2,7 +2,7 @@ Source: irony Binary: irony Architecture: all -Version: 0.2.4-0~kolab5 +Version: 0.2.4-0~kolab6 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Paul Klos <kolab@klos2day.nl> Homepage: http://www.kolab.org/
View file
iRony.logrotate
Added
@@ -0,0 +1,8 @@ +/var/log/iRony/console /var/log/iRony/errors /var/log/iRony/imap /var/log/iRony/ldap /var/log/iRony/sendmail /var/log/iRony/sieve /var/log/iRony/smtp /var/log/iRony/sql /var/log/iRony/userlogins { + missingok + compress + notifempty + size 30k + create 0660 apache apache +} +
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
.