diff --git fedwatch/fedwatch.spec fedwatch/fedwatch.spec.tmp index 9b60bf094f..66d0ca2bf1 100644 --- fedwatch/fedwatch.spec +++ fedwatch/fedwatch.spec.tmp @@ -3,7 +3,7 @@ Name: fedwatch Version: 0.5 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Tool for watching fedmsg messages and running arbitrary scripts Group: Development/Languages @@ -40,10 +40,11 @@ nice way. Think of fedwatch as simple converter from fedmsg json messages into shell arguments for scripts. -%package -n python-%{name} +%package -n python2-%{name} +%{?python_provide:%python_provide python2-%{name}} Summary: Python 2 module for watching fedmsg messages and running arbitrary scripts -%description -n python-%{name} +%description -n python2-%{name} %{summary}. %prep @@ -110,11 +111,15 @@ fi %{_unitdir}/fedwatch.service %endif -%files -n python-%{name} +%files -n python2-%{name} %{python_sitelib}/fedwatch* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.5-7 +- Python 2 binary package renamed to python2-fedwatch + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Wed Jul 26 2017 Fedora Release Engineering - 0.5-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild