From 8ccf62469444500578195c46506ec8d2ab2a6430 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Sun, 3 Feb 2019 22:39:33 +0100 Subject: [PATCH] Resolves: #1672061 - reintroduce the python2-pycurl subpackage on Fedora --- python-pycurl.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-pycurl.spec b/python-pycurl.spec index 0108ed9..dfa9208 100644 --- a/python-pycurl.spec +++ b/python-pycurl.spec @@ -9,8 +9,8 @@ %bcond_with python3 %endif -# python2 is not available on RHEL > 7 and not needed on Fedora > 29 -%if 0%{?rhel} > 7 || 0%{?fedora} > 29 +# python2 is not available on RHEL > 7 +%if 0%{?rhel} > 7 %bcond_with python2 %else %bcond_without python2 @@ -20,7 +20,7 @@ Name: python-%{modname} Version: 7.43.0.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A Python interface to libcurl License: LGPLv2+ or MIT @@ -160,6 +160,9 @@ rm -fv tests/fake-curl/libcurl/*.so %endif %changelog +* Sun Feb 03 2019 Kamil Dudka - 7.43.0.2-6 +- reintroduce the python2-pycurl subpackage on Fedora (#1672061) + * Sat Feb 02 2019 Fedora Release Engineering - 7.43.0.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild