diff --git a/python-grokmirror.spec b/python-grokmirror.spec index b7ccce0..11e2f2b 100644 --- a/python-grokmirror.spec +++ b/python-grokmirror.spec @@ -1,6 +1,6 @@ Name: python-grokmirror Version: 1.1.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Framework to smartly mirror git repositories License: GPLv3+ @@ -8,7 +8,8 @@ URL: https://git.kernel.org/pub/scm/utils/grokmirror/grokmirror.git Source0: https://www.kernel.org/pub/software/network/grokmirror/grokmirror-%{version}.tar.xz BuildArch: noarch -BuildRequires: python2-devel, python2-setuptools, python3-devel, python3-setuptools +BuildRequires: python3-devel +BuildRequires: python3-setuptools %global _description\ Grokmirror was written to make mirroring large git repository\ @@ -20,13 +21,6 @@ mirrors. %description %_description -%package -n python2-grokmirror -Summary: %summary -Requires: python2-GitPython, python2-anyjson, python2-setuptools, python2-enlighten -%{?python_provide:%python_provide python2-grokmirror} - -%description -n python2-grokmirror %_description - %package -n python3-grokmirror Summary: %summary Requires: python3-GitPython, python3-anyjson, python3-setuptools, python3-enlighten @@ -39,12 +33,10 @@ Requires: python3-GitPython, python3-anyjson, python3-setuptools, python3- %build -%py2_build %py3_build %install -%py2_install %py3_install %{__mkdir_p} -m 0755 \ @@ -53,11 +45,6 @@ Requires: python3-GitPython, python3-anyjson, python3-setuptools, python3- %{__install} -m 0644 man/*.1 %{buildroot}/%{_mandir}/man1/ -%files -n python2-grokmirror -%license LICENSE.txt -%doc README.rst CHANGELOG.rst repos.conf fsck.conf -%{python2_sitelib}/* - %files -n python3-grokmirror %license LICENSE.txt %doc README.rst CHANGELOG.rst repos.conf fsck.conf @@ -66,6 +53,10 @@ Requires: python3-GitPython, python3-anyjson, python3-setuptools, python3- %{_mandir}/*/* %changelog +* Wed Oct 17 2018 Zbigniew Jędrzejewski-Szmek - 1.1.1-2 +- Subpackage python2-grokmirror has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + * Wed Jul 25 2018 Konstantin Ryabitsev - 1.1.1-1 - Update to 1.1.1 with a hotfix for grok-fsck