From: Donatas Abraitis Date: Thu, 20 Dec 2018 14:16:19 +0000 (+0200) Subject: geoipbackend: Add libmaxminddb-devel dependency for CentOS X-Git-Tag: rec-4.2.0-alpha1~79^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F7295%2Fhead;p=thirdparty%2Fpdns.git geoipbackend: Add libmaxminddb-devel dependency for CentOS Signed-off-by: Donatas Abraitis --- diff --git a/builder-support/specs/pdns.spec b/builder-support/specs/pdns.spec index 64e185925c..efc1f081c7 100644 --- a/builder-support/specs/pdns.spec +++ b/builder-support/specs/pdns.spec @@ -166,6 +166,7 @@ Group: System Environment/Daemons Requires: %{name}%{?_isa} = %{version}-%{release} BuildRequires: yaml-cpp-devel BuildRequires: geoip-devel +BuildRequires: libmaxminddb-devel %global backends %{backends} geoip %description backend-geoip @@ -196,7 +197,7 @@ This package contains the ixfrdist program. %if 0%{?rhel} == 6 %setup -n %{name}-%{getenv:BUILDER_VERSION} %else -%autosetup -p1 -n %{name}-%{getenv:BUILDER_VERSION} +%autosetup -p1 -n %{name}-%{getenv:BUILDER_VERSION} %endif %build