From e9ef267c96fa243c9eba8f9e5613a30ed442cea2 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 09 2018 13:22:34 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-urlgrabber.spec b/python-urlgrabber.spec index 0ec00f2..e585c11 100644 --- a/python-urlgrabber.spec +++ b/python-urlgrabber.spec @@ -1,7 +1,7 @@ Summary: A high-level cross-protocol url-grabber Name: python-urlgrabber Version: 3.10.1 -Release: 14%{?dist} +Release: 15%{?dist} Source0: http://urlgrabber.baseurl.org/download/urlgrabber-%{version}.tar.gz Patch1: urlgrabber-HEAD.patch Patch2: BZ-1051554-speed-on-404-mirror.patch @@ -9,7 +9,7 @@ Patch2: BZ-1051554-speed-on-404-mirror.patch License: LGPLv2+ Group: Development/Libraries BuildArch: noarch -BuildRequires: python2-devel, python-pycurl +BuildRequires: python2-devel, python2-pycurl Url: http://urlgrabber.baseurl.org/ %global _description\ @@ -22,7 +22,7 @@ authentication, proxies and more. %package -n python2-urlgrabber Summary: %summary Provides: urlgrabber = %{version}-%{release} -Requires: python-pycurl +Requires: python2-pycurl %{?python_provide:%python_provide python2-urlgrabber} %description -n python2-urlgrabber %_description @@ -47,6 +47,10 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir}/urlgrabber-%{version} %attr(0755,root,root) %{_libexecdir}/urlgrabber-ext-down %changelog +* Fri Feb 09 2018 Iryna Shcherbina - 3.10.1-15 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 3.10.1-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild