rpms/python-zope-testing/devel python-zope-testing.spec,1.1,1.2

konradm konradm at fedoraproject.org
Sat Jun 13 08:02:19 UTC 2009


Author: konradm

Update of /cvs/pkgs/rpms/python-zope-testing/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28403

Modified Files:
	python-zope-testing.spec 
Log Message:
* Sat Jun 13 2009 Conrad Meyer <konrad at tylerc.org> - 3.7.3-2
- Fix file conflict with python-zope-filesystem.



Index: python-zope-testing.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-zope-testing/devel/python-zope-testing.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- python-zope-testing.spec	27 Apr 2009 02:32:51 -0000	1.1
+++ python-zope-testing.spec	13 Jun 2009 08:01:49 -0000	1.2
@@ -2,7 +2,7 @@
 
 Name:           python-zope-testing
 Version:        3.7.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Zope Testing Framework
 Group:          Development/Languages
 License:        ZPLv2.1
@@ -32,6 +32,9 @@ flexible test runner, and supports both 
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 
+# Use the __init__.py from python-zope-filesystem instead.
+rm -f $RPM_BUILD_ROOT%{python_sitelib}/zope/__init__.py
+
  
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -45,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jun 13 2009 Conrad Meyer <konrad at tylerc.org> - 3.7.3-2
+- Fix file conflict with python-zope-filesystem.
+
 * Wed Apr 22 2009 Conrad Meyer <konrad at tylerc.org> - 3.7.3-1
 - Bump to 3.7.3.
 




More information about the fedora-extras-commits mailing list