diff --git python-rackspace-auth-openstack/python-rackspace-auth-openstack.spec python-rackspace-auth-openstack/python-rackspace-auth-openstack.spec.tmp index d50dbc772b..12315f3dda 100644 --- python-rackspace-auth-openstack/python-rackspace-auth-openstack.spec +++ python-rackspace-auth-openstack/python-rackspace-auth-openstack.spec.tmp @@ -11,7 +11,7 @@ Name: python-%{project} Version: 1.3 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Rackspace authentication for OpenStack clients License: ASL 2.0 @@ -23,20 +23,28 @@ BuildRequires: python2-devel BuildRequires: python-novaclient BuildRequires: pytest BuildRequires: python-pytest-cov -Requires: python-httpretty -Requires: python-invoke -Requires: python-py -Requires: python-novaclient %if %{with python3} BuildRequires: python3-devel BuildRequires: python3-pytest BuildRequires: python3-pytest-cov %endif # with python3 -%description -A plugin for OpenStack clients which provides client support for Rackspace +%global _description\ +A plugin for OpenStack clients which provides client support for Rackspace\ authentication extensions for OpenStack. +%description %_description + +%package -n python2-rackspace-auth-openstack +Summary: %summary +Requires: python-httpretty +Requires: python-invoke +Requires: python-py +Requires: python-novaclient +%{?python_provide:%python_provide python2-rackspace-auth-openstack} + +%description -n python2-rackspace-auth-openstack %_description + %if %{with python3} %package -n python3-rackspace-auth-openstack Summary: Rackspace authentication for OpenStack clients @@ -98,7 +106,7 @@ popd %endif -%files +%files -n python2-rackspace-auth-openstack %doc python2/README.rst python2/ChangeLog python2/AUTHORS %license python2/LICENSE %{python2_sitelib}/%{modname} @@ -113,6 +121,10 @@ popd %endif # with python3 %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.3-8 +- Python 2 binary package renamed to python2-rackspace-auth-openstack + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.3-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild