rpms/python-virtualenv/F-13 python-virtualenv.spec,1.15,1.16

smilner smilner at fedoraproject.org
Wed Jul 7 18:59:31 UTC 2010


Author: smilner

Update of /cvs/pkgs/rpms/python-virtualenv/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv21505

Modified Files:
	python-virtualenv.spec 
Log Message:
proposed fix for bz#611536


Index: python-virtualenv.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-virtualenv/F-13/python-virtualenv.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- python-virtualenv.spec	9 Jun 2010 13:40:18 -0000	1.15
+++ python-virtualenv.spec	7 Jul 2010 18:59:30 -0000	1.16
@@ -3,7 +3,7 @@
 
 Name:           python-virtualenv
 Version:        1.4.8
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Tool to create isolated Python environments
 
 Group:          Development/Languages
@@ -13,8 +13,15 @@ Source0:        http://pypi.python.org/p
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  python-devel, python-setuptools-devel
-Requires:       python-setuptools, python-setuptools-devel, python-devel
+BuildRequires:  python-devel
+Requires:       python-setuptools, python-devel
+
+# Fedora requires python-setuptools-devel while EL5 fails on install
+# See BZ#611536 (https://bugzilla.redhat.com/show_bug.cgi?id=611536)
+%if 0%{?fedora} > 0
+BuildRequires:  python-setuptools-devel
+Requires:       python-setuptools-devel
+%endif
 
 
 %description
@@ -51,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jul  7 2010 Steve 'Ashcrow' Milner <me at stevemilner.org> - 1.4.8-3
+- Fixed EPEL installation issue from BZ#611536
+
 * Tue Jun  8 2010 Steve 'Ashcrow' Milner <me at stevemilner.org> - 1.4.8-2
 - Only replace the python shebang on the first line (Robert Buchholz)
 



More information about the scm-commits mailing list