rpms/zope/FC-6 zope.spec,1.36,1.37

Jonathan Steffan (jsteffan) fedora-extras-commits at redhat.com
Fri Nov 9 02:51:40 UTC 2007


Author: jsteffan

Update of /cvs/extras/rpms/zope/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11874/FC-6

Modified Files:
	zope.spec 
Log Message:
Fix permissions



Index: zope.spec
===================================================================
RCS file: /cvs/extras/rpms/zope/FC-6/zope.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- zope.spec	3 Nov 2007 23:30:06 -0000	1.36
+++ zope.spec	9 Nov 2007 02:51:04 -0000	1.37
@@ -15,7 +15,7 @@
 Name:    zope
 Summary: Web application server for flexible content management applications
 Version: 2.10.5
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: ZPL
 Group: 	 System Environment/Daemons
 URL:     http://www.zope.org/
@@ -42,8 +42,7 @@
 build web applications such as intranets, portals, and content management
 systems.
 
-After starting Zope, you can access it by pointing your browser to
-http://localhost:8080
+Zope, by default, will listen on port 8080.
 
 %prep
 %setup -q -n Zope-%{version}-final
@@ -103,6 +102,10 @@
 
 chmod 750 $RPM_BUILD_ROOT%{instance_home}
 
+# Fix permissions, must have changed in the upstream tar
+chmod 755 $RPM_BUILD_ROOT%{instance_home}/bin/zopectl
+chmod 755 $RPM_BUILD_ROOT%{instance_home}/bin/runzope
+
 # Set needed permissions
 # We might go as far as to only allow zope r/w to the .pyc files
 for dir in %{instance_home}/{Products,log,lib,var}; do
@@ -177,6 +180,9 @@
 
 
 %changelog
+* Thu Nov 8 2007 Jonathan Steffan <jon a fedoraunity.org> 2.10.5-2
+- Update permissions for zopectl and runzope
+
 * Sat Nov 3 2007 Jonathan Steffan <jon a fedoraunity.org> 2.10.5-1
 - Update to zope 2.10.5
 




More information about the fedora-extras-commits mailing list