Remove libmaxminddb-devel from devel dependencies
Unlike other build dependencies, no public headers include from libmaxminddb any symbols. That means no build would ever fail if libmaxminddb-devel package is not installed. Do not require it when installing bind-lite-devel but keep the requirement when building from sources.
This commit is contained in:
parent
4fa84d9ccc
commit
c23c15d73b
11
bind.spec
11
bind.spec
@ -64,7 +64,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
|
||||
Name: bind
|
||||
License: MPLv2.0
|
||||
Version: 9.11.14
|
||||
Release: 3%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}
|
||||
Release: 4%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}
|
||||
Epoch: 32
|
||||
Url: https://www.isc.org/downloads/bind/
|
||||
#
|
||||
@ -406,12 +406,6 @@ Requires: json-c-devel%{?_isa}
|
||||
%if %{with DNSTAP}
|
||||
Requires: fstrm-devel%{?_isa} protobuf-c-devel%{?_isa}
|
||||
%endif
|
||||
%if %{with GEOIP}
|
||||
Requires: GeoIP-devel%{?_isa}
|
||||
%endif
|
||||
%if %{with GEOIP2}
|
||||
Requires: libmaxminddb-devel%{?_isa}
|
||||
%endif
|
||||
|
||||
%description lite-devel
|
||||
The bind-lite-devel package contains lite version of the header
|
||||
@ -1615,6 +1609,9 @@ fi;
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 08 2020 Petr Menšík <pemensik@redhat.com> - 32:9.11.14-4
|
||||
- Remove libmaxminddb-devel from devel package dependencies
|
||||
|
||||
* Fri Jan 03 2020 Petr Menšík <pemensik@redhat.com> - 32:9.11.14-3
|
||||
- Preserve symlinks to named.conf on iscdlv modification (#1786626)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user