From 75b17ffe17aa9833559303ea7f3bda6e5c2a4b3b Mon Sep 17 00:00:00 2001 From: jinag12 Date: Mon, 26 Jul 2021 10:29:36 +0800 Subject: [PATCH] remove buildrequires gdb (cherry picked from commit ec75c877604ed0f8323ff5e13c0aecb5b829912f) --- bind.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/bind.spec b/bind.spec index 71355f2..44c13f0 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: 11 +Release: 12 Epoch: 32 Url: https://www.isc.org/downloads/bind/ Source0: https://ftp.isc.org/isc/bind9/9.11.21/bind-%{version}.tar.gz @@ -60,7 +60,7 @@ Source34: named.loopback Source35: named.root.key BuildRequires: openssl-devel libtool autoconf pkgconfig libcap-devel python3-devel python3-ply docbook-style-xsl -BuildRequires: libidn2-devel libxml2-devel make systemd selinux-policy findutils sed libxslt gdb +BuildRequires: libidn2-devel libxml2-devel make systemd selinux-policy findutils sed libxslt BuildRequires: chrpath %if %{with SDB} @@ -1158,6 +1158,12 @@ rm -rf ${RPM_BUILD_ROOT} %changelog +* Sat Jul 24 2021 jiangheng - 9.11.21-12 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:remove buildrequires gdb + * Wed May 26 2021 jiangheng - 9.11.21-11 - Type:bugfix - ID:NA -- Gitee