]> git.pld-linux.org Git - packages/graphite-web.git/commitdiff
su for logrotate 3.8+
authorElan Ruusamäe <glen@delfi.ee>
Thu, 11 Apr 2013 11:07:57 +0000 (14:07 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 11 Apr 2013 11:07:57 +0000 (14:07 +0300)
graphite-web.logrotate
graphite-web.spec

index 155767d53b6f3767c55c1c6a0b22949120ede511..b11aef8483c1a42440478e702decab74625b5393 100644 (file)
@@ -1,8 +1,9 @@
 /var/log/graphite-web/*.log {
-        rotate 7
-        missingok
-        notifempty
-        copytruncate
-        daily
-        compress
+       su root http
+       rotate 7
+       missingok
+       notifempty
+       copytruncate
+       daily
+       compress
 }
index 632edbc3df620e76d6357d1383e6e2556cb4b4ba..9b3a53b2e46cb0744964d616225207dc3f4610ad 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       A Django webapp for enterprise scalable realtime graphing
 Name:          graphite-web
 Version:       0.9.10
-Release:       0.8
+Release:       0.9
 License:       Apache v2.0
 Group:         Applications/WWW
 Source0:       https://github.com/downloads/graphite-project/graphite-web/%{name}-%{version}.tar.gz
@@ -22,6 +22,7 @@ Requires:     python-pytz
 Requires:      python-simplejson
 Requires:      python-whisper
 Requires:      webapps
+Conflicts:     logrotate < 3.8.0
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
This page took 0.106139 seconds and 4 git commands to generate.