[rhn-custom-info] remove python-abi in Requires, F15 put it there automatically

Miroslav Suchý msuchy at fedoraproject.org
Tue Nov 23 14:48:31 UTC 2010


commit 8ee84ff9b73138e43bb741d1f0d4fb40e679f060
Author: Miroslav Suchý <msuchy at redhat.com>
Date:   Tue Nov 23 15:48:27 2010 +0100

    remove python-abi in Requires, F15 put it there automatically

 rhn-custom-info.spec |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)
---
diff --git a/rhn-custom-info.spec b/rhn-custom-info.spec
index faff1c0..92e9ae4 100644
--- a/rhn-custom-info.spec
+++ b/rhn-custom-info.spec
@@ -5,13 +5,10 @@ License: GPLv2 and Python
 Source0: https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.tar.gz
 URL:     https://fedorahosted.org/spacewalk
 Version: 5.4.5
-Release: 2%{?dist}
+Release: 3%{?dist}
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildArch: noarch
-BuildRequires:  python2 python-devel
-%if 0%{?rhel} <= 4
-Requires: python-abi = %(%{__python} -c "import sys; print sys.version[:3]")
-%endif
+BuildRequires: python-devel
 Requires: rhnlib
 
 %if 0%{?rhel} >= 5 || 0%{?fedora} >= 1
@@ -49,8 +46,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man8/rhn-custom-info.*
 
 %changelog
-* Fri Nov 19 2010 Miroslav Suchý <msuchy at redhat.com> 5.4.5-2
-- add buildrequires for F14
+* Tue Nov 23 2010 Miroslav Suchý <msuchy at redhat.com> 5.4.5-3
+- remove explicit python-abi requirement
 
 * Fri Nov 19 2010 Miroslav Suchý <msuchy at redhat.com> 5.4.5-1
 - 553649 - we need to require X.Y version due to search path


More information about the scm-commits mailing list