diff --git python-rtkit/python-rtkit.spec python-rtkit/python-rtkit.spec.tmp index 76d4ac05ad..89d986396e 100644 --- python-rtkit/python-rtkit.spec +++ python-rtkit/python-rtkit.spec.tmp @@ -1,6 +1,6 @@ Name: python-rtkit Version: 0.6.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A python interface to the Request Tracker API Group: Development/Languages @@ -11,12 +11,20 @@ Source0: http://pypi.python.org/packages/source/p/%{name}/%{name}-%{versi BuildArch: noarch BuildRequires: python-setuptools BuildRequires: python2-devel -Requires: python-urllib2_kerberos -%description -A Python module providing access to the Best Practical Request Tracker (RT) -REST interface. +%global _description\ +A Python module providing access to the Best Practical Request Tracker (RT)\ +REST interface.\ + + +%description %_description +%package -n python2-rtkit +Summary: %summary +Requires: python-urllib2_kerberos +%{?python_provide:%python_provide python2-rtkit} + +%description -n python2-rtkit %_description %prep %setup -q @@ -34,12 +42,16 @@ rm -rf %{name}.egg-info %check # Tests disabled while missing deps are packaged -%files +%files -n python2-rtkit %{python2_sitelib}/* %doc README.rst LICENSE %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.6.0-8 +- Python 2 binary package renamed to python2-rtkit + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.6.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild