[gsh] delete bundled setuptools

tomspur tomspur at fedoraproject.org
Fri Jul 30 22:11:57 UTC 2010


commit 3775235496b6ac9012e1d3a82faa52a4fd9a651c
Author: Thomas Spura <tomspur at fedoraproject.org>
Date:   Sat Jul 31 00:11:28 2010 +0200

    delete bundled setuptools
    
    (or the build with python 2.7 will crash)

 gsh.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/gsh.spec b/gsh.spec
index 8a95474..b2e88b6 100644
--- a/gsh.spec
+++ b/gsh.spec
@@ -2,7 +2,7 @@
 
 Name:           gsh
 Version:        0.3
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        Group Shell - aggregate several remote shells into one
 URL:            http://guichaz.free.fr/gsh/
 Source0:        http://guichaz.free.fr/gsh/files/%{name}-%{version}.tar.bz2
@@ -26,6 +26,8 @@ time and control them from a single command prompt.
 %setup -q -n %{name}-%{version}
 #need to get rid of the egg
 rm -rf gsh.egg-info/
+# delete bundled setuptools
+rm setuptools-*.egg
 
 #apply patch to get rid of shebang from pity.py
 cd gsh
@@ -60,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc COPYING NEWS README
 
 %changelog
+* Fri Jul 30 2010 Thomas Spura <tomspur at fedoraproject.org> - 0.3-10
+- delete bundled setuptools
+
 * Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 0.3-9
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 


More information about the scm-commits mailing list