From 7006e65967011b37094cb5e329ee3ab5dbcc97bf Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Tue, 16 Jun 2015 13:06:42 +0200 Subject: [PATCH] Remove geobackend from RPM auth build --- build-scripts/build-auth-rpm | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/build-scripts/build-auth-rpm b/build-scripts/build-auth-rpm index 9e9eac161b..a3f30cdef6 100755 --- a/build-scripts/build-auth-rpm +++ b/build-scripts/build-auth-rpm @@ -114,17 +114,6 @@ BuildRequires: libcurl-devel %description backend-remote This package contains the remote backend for %{name} -%package backend-geo -Summary: Geo backend for %{name} -Group: System Environment/Daemons -Requires: %{name}%{?_isa} = %{version}-%{release} -%global backends %{backends} geo - -%description backend-geo -This package contains the geo backend for %{name} -It allows different answers to DNS queries coming from different -IP address ranges or based on the geographic location - %package backend-ldap Summary: LDAP backend for %{name} Group: System Environment/Daemons @@ -267,10 +256,6 @@ fi %files backend-remote %{_libdir}/%{name}/libremotebackend.so -%files backend-geo -%doc modules/geobackend/README -%{_libdir}/%{name}/libgeobackend.so - %files backend-ldap %{_libdir}/%{name}/libldapbackend.so @@ -376,17 +361,6 @@ This package contains the geoip backend for %{name} It allows different answers to DNS queries coming from different IP address ranges or based on the geoipgraphic location -%package backend-geo -Summary: Geo backend for %{name} -Group: System Environment/Daemons -Requires: %{name}%{?_isa} = %{version}-%{release} -%global backends %{backends} geo - -%description backend-geo -This package contains the geo backend for %{name} -It allows different answers to DNS queries coming from different -IP address ranges or based on the geographic location - %package backend-ldap Summary: LDAP backend for %{name} Group: System Environment/Daemons @@ -537,10 +511,6 @@ exit 0 %files backend-geoip %{_libdir}/%{name}/libgeoipbackend.so -%files backend-geo -%doc modules/geobackend/README -%{_libdir}/%{name}/libgeobackend.so - %files backend-ldap %{_libdir}/%{name}/libldapbackend.so -- 2.47.2