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-22 18:21:56 +00:00
parent 3767a80e8a
commit ca9e7d4575
1 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Name: asio
Version: 1.16.1
Release: 4%{?dist}
Release: 5%{?dist}
Summary: A cross-platform C++ library for network programming
License: Boost
@ -54,6 +54,10 @@ autoreconf --install
%{_includedir}/asio.hpp
%changelog
* Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com> - 1.16.1-5
- Rebuilt for RHEL 9 BETA for openssl 3.0
Related: rhbz#1971065
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.16.1-4
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937