diff --git python-fedimg/python-fedimg.spec python-fedimg/python-fedimg.spec.tmp index f59f30d8e8..ad585a6343 100644 --- python-fedimg/python-fedimg.spec +++ python-fedimg/python-fedimg.spec.tmp @@ -2,7 +2,7 @@ Name: python-fedimg Version: 0.7.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Automatically upload Fedora Cloud images to cloud providers Group: Development/Libraries @@ -22,16 +22,23 @@ BuildRequires: python-libcloud BuildRequires: python-paramiko BuildRequires: python2-fedfind -Requires: fedmsg -Requires: python-libcloud -Requires: python-paramiko -Requires: python2-fedfind - -%description -A service that listens to the Fedmsg bus and automatically uploads built Fedora +%global _description\ +A service that listens to the Fedmsg bus and automatically uploads built Fedora\ cloud images to internal and external cloud providers +%description %_description + +%package -n python2-fedimg +Summary: %summary +Requires: python2-fedfind +Requires: python-paramiko +Requires: python-libcloud +Requires: fedmsg +%{?python_provide:%python_provide python2-fedimg} + +%description -n python2-fedimg %_description + %prep %setup -q -n %{modname}-%{version} @@ -52,7 +59,7 @@ rm -rf %{modname}.egg-info %check %{__python} setup.py test -%files +%files -n python2-fedimg %doc docs/ README.md LICENSE %config(noreplace) %{_sysconfdir}/fedimg.cfg %config(noreplace) %{_sysconfdir}/fedmsg.d/fedimg.py* @@ -61,6 +68,10 @@ rm -rf %{modname}.egg-info %{python_sitelib}/%{modname}-%{version}* %changelog +* Tue Aug 08 2017 Zbigniew Jędrzejewski-Szmek - 0.7.5-3 +- Python 2 binary package renamed to python2-fedimg + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.7.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild