rpms/python-virtualenv/EL-5 python-virtualenv.spec,1.7,1.8

smilner smilner at fedoraproject.org
Wed Jun 9 15:56:44 UTC 2010


Author: smilner

Update of /cvs/pkgs/rpms/python-virtualenv/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv18066

Modified Files:
	python-virtualenv.spec 
Log Message:
fixed sed line in spec per BZ601150


Index: python-virtualenv.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-virtualenv/EL-5/python-virtualenv.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- python-virtualenv.spec	28 Apr 2010 16:11:43 -0000	1.7
+++ python-virtualenv.spec	9 Jun 2010 15:56:43 -0000	1.8
@@ -3,7 +3,7 @@
 
 Name:           python-virtualenv
 Version:        1.4.8
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Tool to create isolated Python environments
 
 Group:          Development/Languages
@@ -26,7 +26,7 @@ licensed under an MIT-style permissive l
 
 %prep
 %setup -q -n virtualenv-%{version}
-%{__sed} -i -e "s|#!/usr/bin/env python||" virtualenv.py 
+%{__sed} -i -e "1s|#!/usr/bin/env python||" virtualenv.py 
 
 
 %build
@@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* 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)
+
 * Fri Apr 28 2010 Steve 'Ashcrow' Milner <me at stevemilner.org> - 1.4.8-1
 - update pip to 0.7
 - move regen-docs into bin/



More information about the scm-commits mailing list