From a5df4c551f39c33dc34d3209d651de4629652fec Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Jan 25 2018 20:56:18 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-grokmirror.spec b/python-grokmirror.spec index acc3d1f..706cfc6 100644 --- a/python-grokmirror.spec +++ b/python-grokmirror.spec @@ -6,7 +6,7 @@ Name: python-grokmirror Version: 1.0.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Framework to smartly mirror git repositories License: GPLv3+ @@ -14,7 +14,7 @@ URL: https://git.kernel.org/cgit/utils/grokmirror/grokmirror.git Source0: https://www.kernel.org/pub/software/network/grokmirror/grokmirror-%{version}.tar.xz BuildArch: noarch -BuildRequires: python2-devel, python-setuptools +BuildRequires: python2-devel, python2-setuptools %global _description\ Grokmirror was written to make mirroring large git repository\ @@ -28,7 +28,7 @@ mirrors. %package -n python2-grokmirror Summary: %summary -Requires: GitPython, python-anyjson, python-setuptools +Requires: python2-GitPython, python2-anyjson, python2-setuptools %{?python_provide:%python_provide python2-grokmirror} %description -n python2-grokmirror %_description @@ -61,6 +61,10 @@ rm -rf %{buildroot} %changelog +* Thu Jan 25 2018 Iryna Shcherbina - 1.0.0-6 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 1.0.0-5 - Python 2 binary package renamed to python2-grokmirror See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3