]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- rel 6 auto/th/lighttpd-1_4_30-6
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 5 Feb 2012 11:04:32 +0000 (11:04 +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:
    lighttpd.logrotate -> 1.9
    lighttpd.spec -> 1.359

lighttpd.logrotate
lighttpd.spec

index 3d5dc2872624cab262b0d0f6985df0499083dc18..87e4a3ff9e1275d6aa2315d1bcc7a7b283cfc579 100644 (file)
@@ -1,6 +1,7 @@
 /var/log/lighttpd/access.log
 /var/log/lighttpd/error.log
 {
+       su lighttpd lighttpd
        olddir /var/log/archive/lighttpd
 
        create 640 lighttpd logs
index 8d946cc0df1cbadbea9042f86fa3349b2ae1e4a5..e405a0816db354a9ddaee0221ebb64db1c5baa93 100644 (file)
@@ -29,7 +29,7 @@ Summary:      Fast and light HTTP server
 Summary(pl.UTF-8):     Szybki i lekki serwer HTTP
 Name:          lighttpd
 Version:       1.4.30
-Release:       5
+Release:       6
 License:       BSD
 Group:         Networking/Daemons/HTTP
 Source0:       http://download.lighttpd.net/lighttpd/releases-1.4.x/%{name}-%{version}.tar.bz2
@@ -146,7 +146,7 @@ Provides:   group(lighttpd)
 Provides:      user(lighttpd)
 Provides:      webserver
 Provides:      webserver(mime)
-Conflicts:     logrotate < 3.7-4
+Conflicts:     logrotate < 3.8.0
 # for the posttrans scriptlet, conflicts because in vserver environment rpm package is not installed.
 Conflicts:     rpm < 4.4.2-0.2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
This page took 0.104619 seconds and 4 git commands to generate.