]> git.pld-linux.org Git - packages/wwwcount.git/commitdiff
- rel 10 auto/th/wwwcount-2_6-10
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 20 Jan 2012 13:14:35 +0000 (13:14 +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:
    wwwcount.logrotate -> 1.4
    wwwcount.spec -> 1.50

wwwcount.logrotate
wwwcount.spec

index 0784fa2d897e8f8ad1b51376dfbc8e9f2b4e1371..3d055a4530e12a8a2e50ed4e38e1b26d3bed27d8 100644 (file)
@@ -1,9 +1,11 @@
 /var/lib/wwwcount/log/wwwcount-error {
+       su root http
        olddir /var/lib/wwwcount/log/archiv
        create 660 root http
 }
 
 /var/lib/wwwcount/log/wwwcount-visitor {
+       su root http
        olddir /var/lib/wwwcount/log/archiv
        create 660 root http
 }
index c7b62174acce19a80ea2c0bb56de02d646c8409b..01207cfa441c20f97c022485e1996ef123ae9a33 100644 (file)
@@ -8,7 +8,7 @@ Summary:        WWW Hit Access Counter
 Summary(pl.UTF-8):     Licznik dostępu do strony WWW
 Name:          wwwcount
 Version:       2.6
-Release:       9
+Release:       10
 Epoch:         1
 Group:         Networking/Utilities
 License:       BSD-like
@@ -32,6 +32,7 @@ Requires(post):       /bin/hostname
 Requires(post):        fileutils
 Requires(post):        sed
 Requires:      webserver
+Conflicts:     logrotate < 3.8.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                httpdir         /home/services/httpd
This page took 0.037554 seconds and 4 git commands to generate.