From eca510f5e653d1eeb40c2659eaa4343819ed99bf Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Aug 10 2019 09:07:15 +0000 Subject: Build against OpenSSL 1.1.x, not 1.0.x --- diff --git a/python34.spec b/python34.spec index 4b09a12..85af9c8 100644 --- a/python34.spec +++ b/python34.spec @@ -113,7 +113,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 @@ -149,10 +149,10 @@ 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 -BuildRequires: compat-openssl10-devel %if 0%{?with_systemtap} BuildRequires: systemtap-sdt-devel @@ -1225,6 +1225,9 @@ CheckPython optimized # ====================================================== %changelog +* Sat Aug 10 2019 Miro Hrončok - 3.4.10-4 +- Build against OpenSSL 1.1.x, not 1.0.x + * Wed Jul 31 2019 Victor Stinner - 3.4.10-3 - Add OpenSSL 1.1.1 support (rhbz#1685612)