Build against OpenSSL 1.1.x, not 1.0.x
This commit is contained in:
parent
911d6282e9
commit
fc3d7ff992
@ -85,7 +85,7 @@ Name: python%{pyshortver}
|
||||
#global prerel ...
|
||||
%global upstream_version %{general_version}%{?prerel}
|
||||
Version: %{general_version}%{?prerel:~%{prerel}}
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: Python
|
||||
|
||||
# Whether to use RPM build wheels from the python-{pip,setuptools}-wheel package
|
||||
@ -121,13 +121,11 @@ BuildRequires: libX11-devel
|
||||
BuildRequires: ncurses-devel
|
||||
# workaround http://bugs.python.org/issue19804 (test_uuid requires ifconfig)
|
||||
BuildRequires: net-tools
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: sqlite-devel
|
||||
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1609291
|
||||
BuildRequires: compat-openssl10-devel
|
||||
|
||||
%if 0%{?with_systemtap}
|
||||
BuildRequires: systemtap-sdt-devel
|
||||
# (this introduces a dependency on "python", in that systemtap-sdt-devel's
|
||||
@ -1052,6 +1050,9 @@ CheckPython optimized
|
||||
# ======================================================
|
||||
|
||||
%changelog
|
||||
* Sat Aug 10 2019 Miro Hrončok <mhroncok@redhat.com> - 3.5.7-4
|
||||
- Build against OpenSSL 1.1.x, not 1.0.x
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.7-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user