[roundcubemail/f16] logrotate fix.

Jon Ciesla limb at fedoraproject.org
Fri Mar 2 17:34:34 UTC 2012


commit 657e65f76f5fed47457791f847e363be95909c51
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Fri Mar 2 11:34:23 2012 -0600

    logrotate fix.

 roundcubemail.logrotate |    1 +
 roundcubemail.spec      |    5 ++++-
 2 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/roundcubemail.logrotate b/roundcubemail.logrotate
index bde7ff5..18e8695 100644
--- a/roundcubemail.logrotate
+++ b/roundcubemail.logrotate
@@ -1,5 +1,6 @@
 /var/log/roundcubemail/errors {
     missingok
+    su root apache
     notifempty
     size 30k
     create 0660 root apache
diff --git a/roundcubemail.spec b/roundcubemail.spec
index 486c486..8298798 100644
--- a/roundcubemail.spec
+++ b/roundcubemail.spec
@@ -2,7 +2,7 @@
 %global _logdir /var/log  
 Name: roundcubemail
 Version:  0.5.4
-Release:  1%{?dist}
+Release:  2%{?dist}
 Summary: Round Cube Webmail is a browser-based multilingual IMAP client
 
 Group: Applications/System         
@@ -151,6 +151,9 @@ exit 0
 %config(noreplace) %{_sysconfdir}/logrotate.d/roundcubemail
 
 %changelog
+* Fri MAr 02 2012 Jon Ciesla <limburgher at gmail.com> - 0.5.4-2
+- Fix logrotate, BZ 753983.
+
 * Tue Sep 06 2011 Jon Ciesla <limb at jcomserv.net> = 0.5.4-1
 - New upstream, fixes multiple security issues.
 


More information about the scm-commits mailing list