]> git.pld-linux.org Git - packages/squid.git/commitdiff
- rel 2 auto/th/squid-3_1_18-2
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 20 Jan 2012 13:19:56 +0000 (13:19 +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:
    squid.logrotate -> 1.10
    squid.spec -> 1.338

squid.logrotate
squid.spec

index 86e7dae08a659d16843f85d945a17f8eb55462af..cd2f8bf8af71b4b992a2be6697b38cf245e71510 100644 (file)
@@ -1,4 +1,5 @@
 /var/log/squid/access*.log {
+       su root squid
        olddir /var/log/archive/squid
 #      dateext
        compress
@@ -11,6 +12,7 @@
 }
 
 /var/log/squid/[sc]*.log {
+       su root squid
        olddir /var/log/archive/squid
        compress
        create 660 root squid
index 12695d701bf69b01f88da0926dccb2ea65fa41b2..a0b2d37ed7544e6dc71d39684b7519e46fe5d0e2 100644 (file)
@@ -17,7 +17,7 @@ Summary(uk.UTF-8):    Squid - кеш об'єктів Internet
 Summary(zh_CN.UTF-8):  SQUID 高速缓冲代理服务器
 Name:          squid
 Version:       3.1.18
-Release:       1
+Release:       2
 Epoch:         7
 License:       GPL v2
 Group:         Networking/Daemons
@@ -80,7 +80,7 @@ Requires:     uname(release) >= 2.6
 # TPROXYv4 (v2 disabled b/c it breaks v4)
 #Suggests:     uname(release) >= 2.6.28.3
 Provides:      user(squid)
-Conflicts:     logrotate < 3.7-4
+Conflicts:     logrotate < 3.8.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _webapps        /etc/webapps
This page took 0.05132 seconds and 4 git commands to generate.