From fdb091757f70dbb2e320f56aa65df2aeb12f4dfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Tue, 17 May 2022 17:28:20 +0200 Subject: [PATCH] Reeanble unit tests --- bind.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bind.spec b/bind.spec index d830eb9..0414eef 100644 --- a/bind.spec +++ b/bind.spec @@ -14,8 +14,7 @@ %bcond_without DLZ # New MaxMind GeoLite support %bcond_without GEOIP2 -# Disabled temporarily until kyua is fixed on rawhide, bug #1926779 -%bcond_with UNITTEST +%bcond_without UNITTEST %bcond_without DNSTAP %bcond_without LMDB %bcond_without DOC @@ -1120,6 +1119,7 @@ fi; %changelog * Tue May 17 2022 Petr Menšík - 32:9.16.28-2 - Parse again timeout and attempts from resolv.conf (#2087156) +- Reenable unit tests during build * Wed Apr 20 2022 Petr Menšík - 32:9.16.28-1 - Update to 9.16.28 (#2076941)