Build the tests RPM

(sorry, all this got lost in the Fedora rebase)
Resolves: rhbz#1999980
This commit is contained in:
Christine Caulfield 2021-10-11 10:54:03 +01:00
parent 7536b229af
commit 3e03939db1
1 changed files with 6 additions and 2 deletions

View File

@ -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 <ccaulfie@redhat.com> - 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 <ccaulfie@redhat.com> - 1.22-1
- Rebase to v1.22
Resolves: rhbz#1999980