diff --git python-redis/python-redis.spec python-redis/python-redis.spec.tmp index 02c1b5a9e6..66c1cd8c74 100644 --- python-redis/python-redis.spec +++ python-redis/python-redis.spec.tmp @@ -6,7 +6,7 @@ Name: python-%{upstream_name} Version: 2.10.5 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Python 2 interface to the Redis key-value store License: MIT URL: http://github.com/andymccurdy/redis-py @@ -18,9 +18,17 @@ BuildRequires: python-py BuildRequires: pytest BuildRequires: redis -%description +%global _description\ This is a Python 2 interface to the Redis key-value store. +%description %_description + +%package -n python2-redis +Summary: %summary +%{?python_provide:%python_provide python2-redis} + +%description -n python2-redis %_description + %if 0%{?with_python3} %package -n python3-redis Summary: Python 3 interface to the Redis key-value store @@ -71,7 +79,7 @@ popd %{__python2} setup.py test kill %1 -%files +%files -n python2-redis %doc CHANGES LICENSE README.rst %{python2_sitelib}/%{upstream_name} %{python2_sitelib}/%{upstream_name}-%{version}-py%{python2_version}.egg-info @@ -84,6 +92,10 @@ kill %1 %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 2.10.5-6 +- Python 2 binary package renamed to python2-redis + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 2.10.5-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild