rpms/python-GeoIP/devel python-GeoIP.spec,1.6,1.7

Michael G. Fleming (mfleming) fedora-extras-commits at redhat.com
Thu Sep 13 12:46:28 UTC 2007


Author: mfleming

Update of /cvs/extras/rpms/python-GeoIP/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31587

Modified Files:
	python-GeoIP.spec 
Log Message:
Fix requires


Index: python-GeoIP.spec
===================================================================
RCS file: /cvs/extras/rpms/python-GeoIP/devel/python-GeoIP.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- python-GeoIP.spec	13 Sep 2007 07:25:04 -0000	1.6
+++ python-GeoIP.spec	13 Sep 2007 12:45:55 -0000	1.7
@@ -2,7 +2,7 @@
 
 Name:           python-GeoIP
 Version:        1.2.1
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Python bindings for the GeoIP geographical lookup libraries
 
 Group:          Development/Languages
@@ -13,7 +13,6 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel GeoIP-devel
-Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
 
 %description
 This package contains the Python bindings for the GeoIP API, allowing IP to
@@ -44,10 +43,11 @@
 
 
 %changelog
-* Thu Sep 13 2007 Michael Fleming <mfleming+rpm at enlartenment.com> 1.2.1-8
+* Thu Sep 13 2007 Michael Fleming <mfleming+rpm at enlartenment.com> 1.2.1-9
 - Add patch to expose country codes courtesy of Ignacio Vazquez-Adams
   (bz #243696)
 - Update License tag per new guidelines
+- Fix requires per python packaging guidelines.
 
 * Sat Dec 9 2006 Michael Fleming <mfleming+rpm at enlartenment.com> 1.2.1-6
 - Rebuild for python 2.5




More information about the fedora-extras-commits mailing list