diff --git a/python-grokmirror.spec b/python-grokmirror.spec index f8c054a..acc3d1f 100644 --- a/python-grokmirror.spec +++ b/python-grokmirror.spec @@ -6,7 +6,7 @@ Name: python-grokmirror Version: 1.0.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Framework to smartly mirror git repositories License: GPLv3+ @@ -15,16 +15,24 @@ Source0: https://www.kernel.org/pub/software/network/grokmirror/grokmirro BuildArch: noarch BuildRequires: python2-devel, python-setuptools -Requires: GitPython, python-anyjson, python-setuptools -%description -Grokmirror was written to make mirroring large git repository -collections more efficient. Grokmirror uses the manifest file published -by the master mirror in order to figure out which repositories to -clone, and to track which repositories require updating. The process is -extremely lightweight and efficient both for the master and for the +%global _description\ +Grokmirror was written to make mirroring large git repository\ +collections more efficient. Grokmirror uses the manifest file published\ +by the master mirror in order to figure out which repositories to\ +clone, and to track which repositories require updating. The process is\ +extremely lightweight and efficient both for the master and for the\ mirrors. +%description %_description + +%package -n python2-grokmirror +Summary: %summary +Requires: GitPython, python-anyjson, python-setuptools +%{?python_provide:%python_provide python2-grokmirror} + +%description -n python2-grokmirror %_description + %prep %setup -q -n grokmirror-%{version} @@ -44,7 +52,7 @@ rm -rf %{buildroot} %{__install} -m 0644 man/*.1 %{buildroot}/%{_mandir}/man1/ -%files +%files -n python2-grokmirror %doc README.rst COPYING repos.conf fsck.conf %{python_sitelib}/grokmirror/ %{python_sitelib}/*.egg-info @@ -53,6 +61,10 @@ rm -rf %{buildroot} %changelog +* 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 + * Thu Jul 27 2017 Fedora Release Engineering - 1.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild