From 85f9da5eb135cb0e624793ca34c3088d4a346e35 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Mon, 19 Feb 2018 17:34:24 +0100 Subject: [PATCH] add explicit BR for the gcc compiler ... as instructed at: https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B --- python-pycurl.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-pycurl.spec b/python-pycurl.spec index e0f9844..855bb6c 100644 --- a/python-pycurl.spec +++ b/python-pycurl.spec @@ -2,7 +2,7 @@ Name: python-%{modname} Version: 7.43.0 -Release: 13%{?dist} +Release: 14%{?dist} Summary: A Python interface to libcurl License: LGPLv2+ or MIT @@ -15,6 +15,7 @@ Patch1: 0001-python-pycurl-7.43.0-openssl-srp.patch # drop link-time vs. run-time TLS backend check (#1446850) Patch2: 0002-python-pycurl-7.43.0-tls-backend.patch +BuildRequires: gcc BuildRequires: libcurl-devel BuildRequires: openssl-devel BuildRequires: vsftpd @@ -120,6 +121,9 @@ rm -fv tests/fake-curl/libcurl/*.so %{python3_sitearch}/%{modname}-%{version}-*.egg-info %changelog +* Mon Feb 19 2018 Kamil Dudka - 7.43.0-14 +- add explicit BR for the gcc compiler + * Fri Feb 09 2018 Iryna Shcherbina - 7.43.0-13 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)