packages: chrony/chrony.logrotate, chrony/chrony.spec - rel 6 - logrotate 3...

baggins baggins at pld-linux.org
Sun Feb 5 11:48:41 CET 2012


Author: baggins                      Date: Sun Feb  5 10:48:41 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 6
- logrotate 3.8.0 requires "su" option for non-root writable dirs

---- Files affected:
packages/chrony:
   chrony.logrotate (1.1 -> 1.2) , chrony.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: packages/chrony/chrony.logrotate
diff -u packages/chrony/chrony.logrotate:1.1 packages/chrony/chrony.logrotate:1.2
--- packages/chrony/chrony.logrotate:1.1	Sun Feb  7 19:28:29 2010
+++ packages/chrony/chrony.logrotate	Sun Feb  5 11:48:36 2012
@@ -1,8 +1,9 @@
 /var/log/chrony/*.log {
-    missingok
-    nocreate
-    sharedscripts
-    postrotate
-        /sbin/service chronyd cyclelogs > /dev/null
-    endscript
+	su ntp ntp
+	missingok
+	nocreate
+	sharedscripts
+	postrotate
+		/sbin/service chronyd cyclelogs > /dev/null
+	endscript
 }

================================================================
Index: packages/chrony/chrony.spec
diff -u packages/chrony/chrony.spec:1.11 packages/chrony/chrony.spec:1.12
--- packages/chrony/chrony.spec:1.11	Tue Jan 17 12:55:37 2012
+++ packages/chrony/chrony.spec	Sun Feb  5 11:48:36 2012
@@ -2,7 +2,7 @@
 Summary:	An NTP client/server
 Name:		chrony
 Version:	1.26
-Release:	5
+Release:	6
 License:	GPL v2
 Group:		Daemons
 URL:		http://chrony.tuxfamily.org/
@@ -28,6 +28,7 @@
 Provides:	group(ntp)
 Provides:	ntpdaemon
 Provides:	user(ntp)
+Conflicts:	logrotate < 3.8.0
 Obsoletes:	ntpdaemon
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -136,6 +137,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2012/02/05 10:48:36  baggins
+- rel 6
+- logrotate 3.8.0 requires "su" option for non-root writable dirs
+
 Revision 1.11  2012/01/17 11:55:37  glen
 - no -pie on gcc 3.3.6 (ac), assume gcc 3.4 has it
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/chrony/chrony.logrotate?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/chrony/chrony.spec?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list