diff --git python-psphere/python-psphere.spec python-psphere/python-psphere.spec.tmp index e40cbc93b0..3c70f9276f 100644 --- python-psphere/python-psphere.spec +++ python-psphere/python-psphere.spec.tmp @@ -1,7 +1,7 @@ Summary: vSphere SDK for Python Name: python-psphere Version: 0.5.2 -Release: 8%{?dist} +Release: 9%{?dist} Source0: %{name}-%{version}.tar.gz License: ASL 2.0 Group: Development/Libraries @@ -10,11 +10,19 @@ Prefix: %{_prefix} BuildArch: noarch Url: http://jkinred.bitbucket.org/psphere BuildRequires: python-setuptools + +%global _description\ +This is a simple Python binding for elements of the vsphere SOAP-API + +%description %_description + +%package -n python2-psphere +Summary: %summary Requires: python-suds Requires: PyYAML +%{?python_provide:%python_provide python2-psphere} -%description -This is a simple Python binding for elements of the vsphere SOAP-API +%description -n python2-psphere %_description %prep %setup -n %{name}-%{version} -n %{name}-%{version} @@ -28,10 +36,14 @@ python setup.py install -O1 --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES %clean rm -rf $RPM_BUILD_ROOT -%files -f INSTALLED_FILES +%files -n python2-psphere -f INSTALLED_FILES %defattr(-,root,root) %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.5.2-9 +- Python 2 binary package renamed to python2-psphere + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.5.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild