From 00129bdeb5b62c899354298753244df409a91ff6 Mon Sep 17 00:00:00 2001 From: jiangheng Date: Mon, 25 Jul 2022 14:15:49 +0800 Subject: [PATCH] add missing dependencies remove geoip-directory in named.conf --- bind.spec | 12 +++++++++++- named.conf | 1 - 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/bind.spec b/bind.spec index c75dd61..0007c6b 100644 --- a/bind.spec +++ b/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 - 9.16.23-6 +- Type:bugfix +- CVE: +- SUG:NA +- DESC:add missing dependencies + remove geopip-directory in named.conf + * Mon Jun 13 2022 jiangheng - 9.16.23-5 - Type:bugfix - CVE: diff --git a/named.conf b/named.conf index c673ed4..d62d389 100644 --- a/named.conf +++ b/named.conf @@ -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"; -- Gitee