From 3ba81b438a8cb404c893ff949687389cac3560ae Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Wed, 7 Feb 2018 10:30:42 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- createrepo_c.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/createrepo_c.spec b/createrepo_c.spec index 75f6bf4..93d461a 100644 --- a/createrepo_c.spec +++ b/createrepo_c.spec @@ -20,7 +20,7 @@ Summary: Creates a common metadata repository Name: createrepo_c Version: 0.10.0 -Release: 17%{?dist} +Release: 18%{?dist} License: GPLv2+ URL: https://github.com/rpm-software-management/createrepo_c Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz @@ -79,8 +79,8 @@ These development files are for easy manipulation with a repodata. Summary: Python bindings for the createrepo_c library %{?python_provide:%python_provide python2-%{name}} BuildRequires: python2-devel -BuildRequires: python-nose -BuildRequires: python-sphinx +BuildRequires: python2-nose +BuildRequires: python2-sphinx Requires: %{name}-libs = %{version}-%{release} %description -n python2-%{name} @@ -189,6 +189,10 @@ popd %endif %changelog +* Wed Feb 07 2018 Iryna Shcherbina - 0.10.0-18 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Wed Feb 07 2018 Fedora Release Engineering - 0.10.0-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild