From 63be08d9b5deb6800195df6ff722946a4f3c11b1 Mon Sep 17 00:00:00 2001 From: eaglegai Date: Mon, 23 Nov 2020 15:34:14 +0800 Subject: [PATCH] open UNITTEST tests --- bind.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/bind.spec b/bind.spec index 8a92441..b6ad033 100644 --- a/bind.spec +++ b/bind.spec @@ -3,7 +3,7 @@ %bcond_with DNSTAP %bcond_with DLZ %bcond_with SYSTEMTEST -%bcond_with UNITTEST +%bcond_without UNITTEST %bcond_without SDB %bcond_without GSSTSIG %bcond_without PKCS11 @@ -19,7 +19,7 @@ Name: bind Summary: Domain Name System (DNS) Server (named) License: MPLv2.0 Version: 9.11.21 -Release: 3 +Release: 4 Epoch: 32 Url: http://www.isc.org/products/BIND/ Source0: https://ftp.isc.org/isc/bind9/9.11.21/bind-%{version}.tar.gz @@ -1170,6 +1170,12 @@ rm -rf ${RPM_BUILD_ROOT} %changelog +* Mon Nov 23 2020 gaihuiying - 9.11.21-4 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:open UNITTEST tests + * Wed Nov 18 2020 gaihuiying - 9.11.21-3 - Type:requirement - ID:NA -- Gitee