diff --git python-ctrldaemon/python-ctrldaemon.spec python-ctrldaemon/python-ctrldaemon.spec.tmp index b1d8481b93..8d190cd987 100644 --- python-ctrldaemon/python-ctrldaemon.spec +++ python-ctrldaemon/python-ctrldaemon.spec.tmp @@ -3,7 +3,7 @@ Name: python-ctrldaemon Version: 0.2 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Service command wrapper for Python License: BSD @@ -18,9 +18,17 @@ BuildRequires: python-psutil #BuildRequires: python-nose #BuildRequires: httpd -%description +%global _description\ Service command wrapper for Python +%description %_description + +%package -n python2-ctrldaemon +Summary: %summary +%{?python_provide:%python_provide python2-ctrldaemon} + +%description -n python2-ctrldaemon %_description + %prep %setup -qn %{name}-%{commit} find -name '*egg-info' | xargs rm -rf @@ -36,12 +44,16 @@ find -name '*egg-info' | xargs rm -rf #export PYTHONPATH=%%{python_sitelib} #%%{__python} setup.py test -%files +%files -n python2-ctrldaemon %doc README.md LICENSE %{python_sitelib}/ctrldaemon %{python_sitelib}/ctrldaemon-%{version}-*.egg-info %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.2-8 +- Python 2 binary package renamed to python2-ctrldaemon + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild @@ -63,4 +75,4 @@ find -name '*egg-info' | xargs rm -rf * Thu Aug 8 2013 Yohan Graterol - 0.2-1 - Changed version * Sun Aug 4 2013 Yohan Graterol - 0.1-1 -- Initial Packaging \ No newline at end of file +- Initial Packaging