From 3e03939db135e81f994d333f8437208205a71d86 Mon Sep 17 00:00:00 2001 From: Christine Caulfield Date: Mon, 11 Oct 2021 10:54:03 +0100 Subject: [PATCH] Build the tests RPM (sorry, all this got lost in the Fedora rebase) Resolves: rhbz#1999980 --- kronosnet.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/kronosnet.spec b/kronosnet.spec index c50344d..4a655f8 100644 --- a/kronosnet.spec +++ b/kronosnet.spec @@ -25,7 +25,7 @@ %bcond_with rpmdebuginfo %bcond_with overriderpmdebuginfo %bcond_without buildman -%bcond_with installtests +%bcond_without installtests %if %{with overriderpmdebuginfo} %undefine _enable_debug_packages @@ -37,7 +37,7 @@ Name: kronosnet Summary: Multipoint-to-Multipoint VPN daemon Version: 1.22 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ and LGPLv2+ URL: https://kronosnet.org Source0: https://kronosnet.org/releases/%{name}-%{version}.tar.xz @@ -439,6 +439,10 @@ Requires: libknet1%{_isa} = %{version}-%{release} %endif %changelog +* Wed Oct 06 2021 Christine Caulfield - 1.22-3 +- Add back the test suite that got lost in the pull from Fedora + Resolves: rhbz#1999980 + * Wed Oct 06 2021 Christine Caulfield - 1.22-1 - Rebase to v1.22 Resolves: rhbz#1999980