Rebuilt for RHEL 9 BETA for openssl 3.0

Related: rhbz#1971065
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2021-06-16 03:32:10 +00:00
parent 557ca44709
commit 322df4d26b

View File

@ -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 <mboddu@redhat.com> - 0.31.2-9
- Rebuilt for RHEL 9 BETA for openssl 3.0
Related: rhbz#1971065
* Thu May 27 2021 Joe Orton <jorton@redhat.com> - 0.31.2-8
- temporarily disable tests (#1964827)