]> git.pld-linux.org Git - packages/Zope.git/commitdiff
- rel 4 auto/th/Zope-2_11_8-4
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 5 Feb 2012 10:32:37 +0000 (10:32 +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:
    Zope.logrotate -> 1.8
    Zope.spec -> 1.112

Zope.logrotate
Zope.spec

index c45bdd3ad49cbe3aacd02eb9f48e35105bc46bd2..d7d21445ebd8c66b93e0413d3b6c96d0bd108301 100644 (file)
@@ -1,5 +1,6 @@
 /var/log/zope/*/*.log {
-create 644 zope zope   
+       su zope zope    
+       create 644 zope zope    
        postrotate
                /sbin/service zope restart >/dev/null 2>&1
        endscript
index fb18c16fb2efaea7b8f5ee193a96fff35b0d9e94..acc837344b5fe1d961a8fdfe3bb5a029dc753d18 100644 (file)
--- a/Zope.spec
+++ b/Zope.spec
@@ -14,7 +14,7 @@ Summary(pt_BR.UTF-8): Um servidor de aplicações e um conjunto de ferramentas p
 Name:          Zope
 Version:       2.11.8
 # %%define             sub_ver b2
-Release:       3
+Release:       4
 License:       Zope Public License (ZPL)
 Group:         Networking/Daemons
 Source0:       http://www.zope.org/Products/Zope/%{version}/%{name}-%{version}-final.tgz
@@ -55,6 +55,7 @@ Requires:     rc-scripts
 %pyrequires_eq python
 Provides:      group(zope)
 Provides:      user(zope)
+Conflicts:     logrotate < 3.8.0
 Obsoletes:     Zope-Hotfix = 040713
 Obsoletes:     Zope-Hotfix = 040714
 Obsoletes:     Zope-Hotfix = 050405
This page took 0.075211 seconds and 4 git commands to generate.