[GeoIP] As per Paul, replace previous interchangeability with 3rd-party package.

Philip Prindeville philipp at fedoraproject.org
Sat Jun 8 14:38:37 UTC 2013


commit 65ad6a1e48bc66417c1ab6ecc2329e6d7eb35370
Author: Philip A. Prindeville <philipp at redfish-solutions.com>
Date:   Sat Jun 8 08:38:22 2013 -0600

    As per Paul, replace previous interchangeability with 3rd-party package.

 GeoIP.spec |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/GeoIP.spec b/GeoIP.spec
index d582665..7f3ff1c 100644
--- a/GeoIP.spec
+++ b/GeoIP.spec
@@ -1,6 +1,6 @@
 Name:		GeoIP
 Version:	1.5.0
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	Library for country/city/organization to IP address or hostname mapping
 Group:		Development/Libraries
 License:	LGPLv2+ and GPLv2+
@@ -28,8 +28,6 @@ than using reverse DNS lookups.
 Summary:	Crontab entry to facilitate automatic updates of databases
 Group:		Applications/Databases
 Requires:	crontabs
-Provides:	GeoIP-update = %{version}-%{release}
-Obsoletes:	GeoIP-update < %{version}-%{release}
 BuildArch:	noarch
 
 %description update
@@ -39,8 +37,8 @@ Crontab entry to provide weekly updates of the GeoIP free databases.
 Summary:	Development headers and libraries for GeoIP
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-Provides:	GeoIP-devel = %{version}-%{release}
-Obsoletes:	GeoIP-devel < %{version}-%{release}
+Provides:	geoip-devel = %{version}-%{release}
+Obsoletes:	geoip-devel < %{version}-%{release}
 
 %description devel
 Development headers and static libraries for building GeoIP-based applications.
@@ -138,6 +136,9 @@ geoipupdate && \
 %{_libdir}/libGeoIPUpdate.so
 
 %changelog
+* Sat Jun 08 2013 Philip Prindeville <philipp at fedoraproject.org> - 1.5.0-4
+- Revert ability to replace 3rd-party package.
+
 * Fri Jun 07 2013 Philip Prindeville <philipp at fedoraproject.org> - 1.5.0-2
 - Make update subpackage be noarch.
 


More information about the scm-commits mailing list