Explicitly buildrequire OpenSSL 1.1, as Python 3.7 is not compatible with OpenSSL 3.0
This commit is contained in:
parent
49e2552d6f
commit
90c4be783b
@ -204,7 +204,7 @@ BuildRequires: zlib-devel
|
||||
BuildRequires: bzip2-devel
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: expat-devel
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: openssl1.1-devel
|
||||
BuildRequires: gdbm-devel
|
||||
BuildRequires: xz-devel
|
||||
|
||||
@ -865,8 +865,8 @@ CheckPyPy pypy3-c
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 7.3.5-2
|
||||
- Rebuilt with OpenSSL 3.0.0
|
||||
* Mon Sep 20 2021 Miro Hrončok <mhroncok@redhat.com> - 7.3.5-2
|
||||
- Explicitly buildrequire OpenSSL 1.1, as Python 3.7 is not compatible with OpenSSL 3.0
|
||||
|
||||
* Mon Aug 16 2021 Miro Hrončok <mhroncok@redhat.com> - 7.3.5-1
|
||||
- Update to 7.3.5
|
||||
|
Loading…
Reference in New Issue
Block a user