From 37384e6bc52db1d70e9bf100e36ac645953164fd Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 16 Jun 2021 10:56:46 +0200 Subject: [PATCH] Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065 --- kronosnet.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kronosnet.spec b/kronosnet.spec index 49292f1..9499dce 100644 --- a/kronosnet.spec +++ b/kronosnet.spec @@ -37,7 +37,7 @@ Name: kronosnet Summary: Multipoint-to-Multipoint VPN daemon Version: 1.21 -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 Jun 16 2021 Florian Weimer - 1.21-3 +- Rebuilt for RHEL 9 BETA for openssl 3.0 + Related: rhbz#1971065 + * Thu May 13 2021 Christine Caulfield - 1.21-2 - add -fstack-clash-protection to the build. For the CI Resolves: rhbz#1954551