rpms/plone/EL-5 .cvsignore, 1.18, 1.19 plone.spec, 1.31, 1.32 sources, 1.18, 1.19

Jonathan Steffan (jsteffan) fedora-extras-commits at redhat.com
Tue Nov 6 23:22:38 UTC 2007


Author: jsteffan

Update of /cvs/extras/rpms/plone/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25387/EL-5

Modified Files:
	.cvsignore plone.spec sources 
Log Message:
Add hotfix



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/plone/EL-5/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- .cvsignore	16 Oct 2007 07:55:12 -0000	1.18
+++ .cvsignore	6 Nov 2007 23:22:03 -0000	1.19
@@ -1 +1,2 @@
 Plone-3.0.2.tar.gz
+PloneHotfix20071106.tar.gz


Index: plone.spec
===================================================================
RCS file: /cvs/extras/rpms/plone/EL-5/plone.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- plone.spec	16 Oct 2007 07:55:12 -0000	1.31
+++ plone.spec	6 Nov 2007 23:22:03 -0000	1.32
@@ -7,12 +7,14 @@
 
 Name:           plone
 Version:        3.0.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        User friendly and powerful open source Content Management System
 License:        GPL
 Group:          System Environment/Daemons
 URL:            http://www.plone.org/
 Source0:        http://plone.googlecode.com/files/Plone-%{version}.tar.gz
+Source1:	http://plone.org/products/plone-hotfix/releases/20071106/PloneHotfix20071106.tar.gz
+# http://plone.org/products/plone-hotfix/releases/20071106
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -39,6 +41,8 @@
 
 install -d $RPM_BUILD_ROOT%{software_home}/Products
 install -d $RPM_BUILD_ROOT%{software_home}/lib/python
+tar -zxf %{SOURCE1}
+cp -pr PloneHotfix20071106 $RPM_BUILD_ROOT%{software_home}/Products
 cp -pr Products/* $RPM_BUILD_ROOT%{software_home}/Products
 cp -pr lib/python/* $RPM_BUILD_ROOT%{software_home}/
 
@@ -57,6 +61,9 @@
 %{software_home}/*
 
 %changelog
+* Tue Nov 6 2007 Jonathan Steffan <jon a fedoraunity.org> 3.0.2-2
+- Add plone hotfix 20071106 (CVE-2007-5741)
+
 * Tue Oct 16 2007 Jonathan Steffan <jon a fedoraunity.org> 3.0.2-1
 - Update to Plone 3.0.2
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/plone/EL-5/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sources	16 Oct 2007 07:55:12 -0000	1.18
+++ sources	6 Nov 2007 23:22:03 -0000	1.19
@@ -1 +1,2 @@
 694218d7f47b44d067ef3f4e1c0484f8  Plone-3.0.2.tar.gz
+c0aa50680f6037de21d3d140d38841e9  PloneHotfix20071106.tar.gz




More information about the fedora-extras-commits mailing list