#17 F35: Explicitly buildrequire OpenSSL 1.1, as Python 2 is not compatible with OpenSSL 3.0
Merged 2 years ago by churchyard. Opened 2 years ago by churchyard.
rpms/ churchyard/python2.7 openssl1.1  into  f35

file modified
+5 -2
@@ -60,7 +60,7 @@ 

  #global prerel ...

  %global upstream_version %{general_version}%{?prerel}

  Version: %{general_version}%{?prerel:~%{prerel}}

- Release: 12%{?dist}

+ Release: 13%{?dist}

  %if %{with rpmwheels}

  License: Python

  %else
@@ -146,7 +146,7 @@ 

  BuildRequires: libtirpc-devel

  BuildRequires: make

  BuildRequires: ncurses-devel

- BuildRequires: openssl-devel

+ BuildRequires: openssl1.1-devel

  BuildRequires: pkgconf-pkg-config

  BuildRequires: readline-devel

  BuildRequires: sqlite-devel
@@ -1639,6 +1639,9 @@ 

  # ======================================================

  

  %changelog

+ * Wed Sep 15 2021 Miro Hrončok <mhroncok@redhat.com> - 2.7.18-13

+ - Explicitly buildrequire OpenSSL 1.1, as Python 2 is not compatible with OpenSSL 3.0

+ 

  * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.18-12

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

  

test_threading_local failed on ppc

[citest]

Build succeeded.

Pull-Request has been merged by churchyard

2 years ago
Metadata