diff --git python-retask/python-retask.spec python-retask/python-retask.spec.tmp index aea5104767..09e18198e6 100644 --- python-retask/python-retask.spec +++ python-retask/python-retask.spec.tmp @@ -10,7 +10,7 @@ Name: python-retask Version: 0.4 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Python module to create and manage distributed task queues Group: Development/Languages @@ -22,8 +22,6 @@ BuildArch: noarch BuildRequires: python2-devel, python-setuptools BuildRequires: python-redis BuildRequires: python-six -Requires: python-redis -Requires: python-six %if %{with_python3} BuildRequires: python3-devel @@ -32,12 +30,20 @@ BuildRequires: python3-redis BuildRequires: python3-six %endif -Provides: python2-retask = %{version}-%{release} - -%description +%global _description\ Python module to create and manage distributed task queues using redis. +%description %_description + +%package -n python2-retask +Summary: %summary +Requires: python-redis +Requires: python-six +%{?python_provide:%python_provide python2-retask} + +%description -n python2-retask %_description + %if %{with_python3} %package -n %{name3} Summary: Python 3 retask module @@ -85,7 +91,7 @@ popd rm -rf $RPM_BUILD_ROOT -%files +%files -n python2-retask %defattr(-,root,root,-) %doc LICENSE # For noarch packages: sitelib @@ -98,6 +104,10 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.4-9 +- Python 2 binary package renamed to python2-retask + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.4-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild