Rebuild to pick up OpenSSL 3.0 Beta ABI (#1984097)

Related: #1984097
This commit is contained in:
Florian Weimer 2021-07-28 11:30:41 +02:00
parent f6c36e121d
commit ffd08305c7
1 changed files with 4 additions and 1 deletions

View File

@ -17,7 +17,7 @@ URL: https://www.python.org/
#global prerel ...
%global upstream_version %{general_version}%{?prerel}
Version: %{general_version}%{?prerel:~%{prerel}}
Release: 1%{?dist}
Release: 2%{?dist}
License: Python
@ -1772,6 +1772,9 @@ CheckPython optimized
# ======================================================
%changelog
* Wed Jul 28 2021 Florian Weimer <fweimer@redhat.com> - 3.9.6-2
- Rebuild to pick up OpenSSL 3.0 Beta ABI (#1984097)
* Tue Jun 29 2021 Tomas Hrnciar <thrnciar@redhat.com> - 3.9.6-1
- Update to 3.9.6
Related: rhbz#1950291