rpms/zope/devel zope.spec,1.22,1.23

Ville Skytta (scop) fedora-extras-commits at redhat.com
Wed Aug 2 18:46:10 UTC 2006


Author: scop

Update of /cvs/extras/rpms/zope/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31070/devel

Modified Files:
	zope.spec 
Log Message:
* Wed Aug  2 2006 Ville Skyttä <ville.skytta at iki.fi>
- Security: fix world-writable permissions on logrotate config files
  and README.Fedora (#200794).



Index: zope.spec
===================================================================
RCS file: /cvs/extras/rpms/zope/devel/zope.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- zope.spec	10 Jul 2006 17:08:47 -0000	1.22
+++ zope.spec	2 Aug 2006 18:46:09 -0000	1.23
@@ -13,7 +13,7 @@
 Name:    zope
 Summary: Web application server for flexible content management applications
 Version: 2.9.3
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: ZPL
 Group: 	 System Environment/Daemons
 URL:     http://www.zope.org/
@@ -60,8 +60,8 @@
 #%patch1 -p1 -b .pythonwarning
 
 chmod -x Zope/skel/import/README.txt
-cp -p %{SOURCE4} README.Fedora
-cp -p %{SOURCE5} Zope/skel/etc/logrotate.conf.in
+install -pm 644 %{SOURCE4} README.Fedora
+install -pm 644 %{SOURCE5} Zope/skel/etc/logrotate.conf.in
 
 
 %build
@@ -190,6 +190,10 @@
 
 
 %changelog
+* Wed Aug  2 2006 Ville Skyttä <ville.skytta at iki.fi> - 2.9.3-4
+- Security: fix world-writable permissions on logrotate config files
+  and README.Fedora (#200794).
+
 * Mon Jul 10 2006 Aurelien Bompard <abompard at fedoraproject.org> 2.9.3-3
 - try to fix build on x86_64 (take 2)
 




More information about the scm-commits mailing list