From 4f42886e8cc1dcd01875554b82ae58b427649f62 Mon Sep 17 00:00:00 2001 From: songnannan Date: Thu, 19 Mar 2020 21:06:39 +0800 Subject: [PATCH] add gdb in buildrequires --- bind.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bind.spec b/bind.spec index 526960a..10dd7ce 100644 --- a/bind.spec +++ b/bind.spec @@ -17,7 +17,7 @@ Name: bind Summary: Domain Name System (DNS) Server (named) License: MPLv2.0 Version: 9.11.4 -Release: 12 +Release: 13 Epoch: 32 Url: http://www.isc.org/products/BIND/ Source0: https://ftp.isc.org/isc/bind9/9.11.4/bind-%{version}-P2.tar.gz @@ -52,7 +52,7 @@ Source28: named-chroot.files Source29: random.data BuildRequires: openssl-devel libtool autoconf pkgconfig libcap-devel python3-devel python3-ply docbook-style-xsl -BuildRequires: libidn2-devel libxml2-devel GeoIP-devel make systemd selinux-policy findutils sed libxslt +BuildRequires: libidn2-devel libxml2-devel GeoIP-devel make systemd selinux-policy findutils sed libxslt gdb %if %{with SDB} BuildRequires: openldap-devel libpq-devel sqlite-devel mariadb-connector-c-devel libdb-devel @@ -1045,5 +1045,8 @@ rm -rf ${RPM_BUILD_ROOT} %changelog +* Thu Mar 19 2020 songnannan - 9.11.4-13 +- add gdb in buildrequires + * Sat Dec 21 2019 openEuler Buildteam - 9.11.4-12 - Package init -- Gitee