diff --git python-salttesting/python-salttesting.spec python-salttesting/python-salttesting.spec.tmp index aca76d183f..25f8e31333 100644 --- python-salttesting/python-salttesting.spec +++ python-salttesting/python-salttesting.spec.tmp @@ -5,7 +5,7 @@ Name: python-salttesting Version: 2015.7.10 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Testing library for SaltStack projects Group: Development/Languages @@ -17,11 +17,18 @@ BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools +%global _description\ +Required testing tools needed in the several SaltStack projects. + +%description %_description + +%package -n python2-salttesting +Summary: %summary Requires: python-mock Requires: python-unittest2 +%{?python_provide:%python_provide python2-salttesting} -%description -Required testing tools needed in the several SaltStack projects. +%description -n python2-salttesting %_description %prep %setup -q -n %{srcname}-%{version} @@ -33,7 +40,7 @@ rm -rf %{srcname}.egg-info %install %{__python2} setup.py install --skip-build --root %{buildroot} -%files +%files -n python2-salttesting %{python2_sitelib}/* %{_bindir}/* %doc README.rst AUTHORS.rst @@ -41,6 +48,10 @@ rm -rf %{srcname}.egg-info %license LICENSE %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 2015.7.10-6 +- Python 2 binary package renamed to python2-salttesting + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 2015.7.10-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild