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:01 +00:00
parent 51e2abe584
commit 4c4b809fab

View File

@ -73,7 +73,7 @@
Name: mysql
Version: 8.0.22
Release: 5%{?with_debug:.debug}%{?dist}
Release: 6%{?with_debug:.debug}%{?dist}
Summary: MySQL client programs and shared libraries
URL: http://www.mysql.com
@ -1011,6 +1011,10 @@ fi
%endif
%changelog
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 8.0.22-6
- Rebuilt for RHEL 9 BETA for openssl 3.0
Related: rhbz#1971065
* Thu May 20 2021 Honza Horak <hhorak@redhat.com> - 8.0.22-5
- Make MySQL compile with openssl 3.x without FIPS properly implemented
Resolves: #1952951