From 322df4d26b14f8852b0c3d00c2345fbc6bd9616c Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Wed, 16 Jun 2021 03:32:10 +0000 Subject: [PATCH] Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065 Signed-off-by: Mohan Boddu --- neon.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/neon.spec b/neon.spec index 3d2befa..69ab9f2 100644 --- a/neon.spec +++ b/neon.spec @@ -8,7 +8,7 @@ Summary: An HTTP and WebDAV client library Name: neon Version: 0.31.2 -Release: 8%{?dist} +Release: 9%{?dist} License: LGPLv2+ URL: https://notroj.github.io/neon/ Source0: https://notroj.github.io/neon/neon-%{version}.tar.gz @@ -89,6 +89,10 @@ make %{?_smp_mflags} check %{_libdir}/*.so %changelog +* Wed Jun 16 2021 Mohan Boddu - 0.31.2-9 +- Rebuilt for RHEL 9 BETA for openssl 3.0 + Related: rhbz#1971065 + * Thu May 27 2021 Joe Orton - 0.31.2-8 - temporarily disable tests (#1964827)