add missing dependencies
remove geoip-directory in named.conf
This commit is contained in:
parent
686e556e5a
commit
48c1a85003
12
bind.spec
12
bind.spec
@ -30,7 +30,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
|
||||
Name: bind
|
||||
License: MPLv2.0
|
||||
Version: 9.16.23
|
||||
Release: 5
|
||||
Release: 6
|
||||
Epoch: 32
|
||||
Url: https://www.isc.org/downloads/bind/
|
||||
#
|
||||
@ -89,6 +89,7 @@ Requires: shadow-utils
|
||||
Requires: glibc-common
|
||||
Requires: grep
|
||||
Requires: bind-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
Requires: systemd
|
||||
# This wild require should satisfy %%selinux_set_boolean macro only
|
||||
# in case it needs to be used
|
||||
Requires: policycoreutils-python-utils libselinux-utils
|
||||
@ -104,6 +105,8 @@ BuildRequires: python3-devel
|
||||
BuildRequires: python3-ply
|
||||
BuildRequires: findutils sed
|
||||
BuildRequires: libuv-devel
|
||||
BuildRequires: systemd
|
||||
BuildRequires: libnsl2
|
||||
%if %{with DLZ}
|
||||
BuildRequires: openldap-devel, libpq-devel, sqlite-devel, mariadb-connector-c-devel
|
||||
%endif
|
||||
@ -1099,6 +1102,13 @@ fi;
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Jul 25 2022 jiangheng<jiangheng14@huawei.com> - 32:9.16.23-6
|
||||
- Type:bugfix
|
||||
- CVE:
|
||||
- SUG:NA
|
||||
- DESC:add missing dependencies
|
||||
remove geopip-directory in named.conf
|
||||
|
||||
* Mon Jun 13 2022 jiangheng<jiangheng14@huawei.com> - 9.16.23-5
|
||||
- Type:bugfix
|
||||
- CVE:
|
||||
|
||||
@ -33,7 +33,6 @@ options {
|
||||
dnssec-validation yes;
|
||||
|
||||
managed-keys-directory "/var/named/dynamic";
|
||||
geoip-directory "/usr/share/GeoIP";
|
||||
|
||||
pid-file "/run/named/named.pid";
|
||||
session-keyfile "/run/named/session.key";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user