diff --git a/python35.spec b/python35.spec index 7eb7f87..53a4587 100644 --- a/python35.spec +++ b/python35.spec @@ -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 - 3.5.7-4 +- Build against OpenSSL 1.1.x, not 1.0.x + * Fri Jul 26 2019 Fedora Release Engineering - 3.5.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild