diff --git python-pyrax/python-pyrax.spec python-pyrax/python-pyrax.spec.tmp index 130720edbf..d6f9622531 100644 --- python-pyrax/python-pyrax.spec +++ python-pyrax/python-pyrax.spec.tmp @@ -1,6 +1,6 @@ Name: python-pyrax Version: 1.9.7 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python language bindings for OpenStack Clouds @@ -10,23 +10,31 @@ Patch0: get_client_class.patch URL: https://github.com/rackspace/pyrax # Earlier upstream RPMs had the name pyrax - provide this for compatibility -Provides: pyrax = %{version} BuildArch: noarch BuildRequires: python-setuptools BuildRequires: python-mock BuildRequires: python2-devel -Requires: python-novaclient -Requires: python-keyring -%description -A library for working with most OpenStack-based cloud deployments, though it -originally targeted the Rackspace public cloud. For example, the code for -cloudfiles contains the ability to publish your content on Rackspace's CDN -network, even though CDN support is not part of OpenStack Swift. But if you -don't use any of the CDN-related code, your app will work fine on any +%global _description\ +A library for working with most OpenStack-based cloud deployments, though it\ +originally targeted the Rackspace public cloud. For example, the code for\ +cloudfiles contains the ability to publish your content on Rackspace's CDN\ +network, even though CDN support is not part of OpenStack Swift. But if you\ +don't use any of the CDN-related code, your app will work fine on any\ standard Swift deployment. +%description %_description + +%package -n python2-pyrax +Summary: %summary +Provides: pyrax = %{version} +Requires: python-novaclient +Requires: python-keyring +%{?python_provide:%python_provide python2-pyrax} + +%description -n python2-pyrax %_description + %prep %setup -q -n pyrax-%{version} %patch0 @@ -39,12 +47,16 @@ standard Swift deployment. rm -rf $RPM_BUILD_ROOT %py2_install -%files +%files -n python2-pyrax %license LICENSE %doc README.rst samples docs %{python2_sitelib}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.9.7-4 +- Python 2 binary package renamed to python2-pyrax + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.9.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild