From ce9bd87c9c0ef7c2e432f77ed23fa1a2db943071 Mon Sep 17 00:00:00 2001 From: jiangheng Date: Wed, 20 Apr 2022 10:57:13 +0800 Subject: [PATCH] add selinux-policy-targeted requires --- bind.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/bind.spec b/bind.spec index 7333545..cbd50a8 100644 --- a/bind.spec +++ b/bind.spec @@ -19,7 +19,7 @@ Name: bind Summary: Domain Name System (DNS) Server (named) License: MPLv2.0 Version: 9.11.21 -Release: 10 +Release: 11 Epoch: 32 Url: http://www.isc.org/products/BIND/ Source0: https://ftp.isc.org/isc/bind9/9.11.21/bind-%{version}.tar.gz @@ -99,7 +99,7 @@ BuildRequires: libtsan %endif Requires: systemd coreutils shadow-utils glibc-common grep policycoreutils-python-utils -Requires: python3-bind = %{epoch}:%{version}-%{release} libselinux-utils selinux-policy bind-libs = %{epoch}:%{version}-%{release} bind-libs-lite = %{epoch}:%{version}-%{release} +Requires: python3-bind = %{epoch}:%{version}-%{release} libselinux-utils selinux-policy selinux-policy-targeted bind-libs = %{epoch}:%{version}-%{release} bind-libs-lite = %{epoch}:%{version}-%{release} Provides: bind-config = 30:9.3.2-34.fc6 caching-nameserver = 31:9.4.1-7.fc8 dnssec-conf = 1.27-2 Provides: bind-license Obsoletes: bind-config < 30:9.3.2-34.fc6 caching-nameserver < 31:9.4.1-7.fc8 dnssec-conf < 1.27-2 @@ -1158,6 +1158,12 @@ rm -rf ${RPM_BUILD_ROOT} %changelog +* Wed Apr 20 2022 jiangheng - 9.11.21-11 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:add selinux-policy-targeted requires + * Wed Mar 30 2022 jiangheng - 9.11.21-10 - Type:CVE - ID:CVE-2021-25220 -- Gitee