[python-pbs] - Drop workaround for rhbz#657027 since fixed upstream for some time.

stevetraylen stevetraylen at fedoraproject.org
Mon Feb 13 23:08:57 UTC 2012


commit 1001997b8636fb96105b76b81d2db017773e21d1
Author: Steve Traylen <steve.traylen at cern.ch>
Date:   Tue Feb 14 01:11:30 2012 +0100

    - Drop workaround for rhbz#657027 since fixed upstream for some time.

 python-pbs.spec |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)
---
diff --git a/python-pbs.spec b/python-pbs.spec
index 5fc1d11..cfba7ef 100644
--- a/python-pbs.spec
+++ b/python-pbs.spec
@@ -81,12 +81,6 @@ This package contains the pbs python module for %{altpython}
 %prep
 %setup -q -n pbs_python-%{version}
 %patch0 -p1
-%if 0%{?fedora} >= 15 || 0%{?rhel} >= 6
-# Our pbs-config script does not support --libdir.
-# https://bugzilla.redhat.com/show_bug.cgi?id=657027
-sed -i 's|`$PBSCONFIG --libdir`|%{_libdir}|' configure.in
-autoconf
-%endif
 
 chmod a-x examples/*
 
@@ -159,6 +153,7 @@ rm -rf $RPM_BUILD_ROOT
 - Update to 4.3.3
 - Enable python3 support,
   https://subtrac.sara.nl/oss/pbs_python/ticket/24
+- Drop workaround for rhbz#657027 since fixed upstream for some time.
 
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.3.0-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild


More information about the scm-commits mailing list