]> git.pld-linux.org Git - packages/nginx.git/commitdiff
- rel 2 auto/th/nginx-1_0_11-2
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 20 Jan 2012 13:52:29 +0000 (13:52 +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 owned dirs

Changed files:
    nginx.logrotate -> 1.5
    nginx.spec -> 1.111

nginx.logrotate
nginx.spec

index de1f30dcc456835af6ccbaf525735a5e43fb647c..5ba567c1b67e43d122726c859c030546177249b3 100644 (file)
@@ -1,4 +1,5 @@
 /var/log/nginx/*.log {
+       su nginx nginx
        olddir /var/log/archive/nginx
        create 644 nginx nginx
        sharedscripts
index d2b6bccba6f8f5d58bc10f64f8fe9fb35719c2fe..1891616c52ac45ef0b2f9200cfa648dd8ec5da2c 100644 (file)
@@ -24,7 +24,7 @@ Summary:      High perfomance HTTP and reverse proxy server
 Summary(pl.UTF-8):     Serwer HTTP i odwrotne proxy o wysokiej wydajności
 Name:          nginx
 Version:       1.0.11
-Release:       1
+Release:       2
 License:       BSD-like
 Group:         Networking/Daemons/HTTP
 Source0:       http://nginx.org/download/%{name}-%{version}.tar.gz
@@ -74,7 +74,7 @@ Provides:     group(http)
 Provides:      group(nginx)
 Provides:      user(nginx)
 Provides:      webserver
-Conflicts:     logrotate < 3.7-4
+Conflicts:     logrotate < 3.8.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sysconfdir     /etc/%{name}
This page took 0.220077 seconds and 4 git commands to generate.