]> git.pld-linux.org Git - packages/chrony.git/commitdiff
- rel 6 auto/th/chrony-1_26-6
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 5 Feb 2012 10:48:36 +0000 (10:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- logrotate 3.8.0 requires "su" option for non-root writable dirs

Changed files:
    chrony.logrotate -> 1.2
    chrony.spec -> 1.12

chrony.logrotate
chrony.spec

index 88ca8256362dfd99afc2d1cd4010380622e56a24..b279658ccc21a0ffedab733c533ccf2739b8483b 100644 (file)
@@ -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 12b3aa1711317581d0e2b1950653ebdd8ac1998d..1d02c71da3c42a8fa0f39e1e8239780533b261a7 100644 (file)
@@ -1,7 +1,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/
@@ -27,6 +27,7 @@ Requires(pre):        /usr/sbin/useradd
 Provides:      group(ntp)
 Provides:      ntpdaemon
 Provides:      user(ntp)
+Conflicts:     logrotate < 3.8.0
 Obsoletes:     ntpdaemon
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
This page took 0.142329 seconds and 4 git commands to generate.