diff --git a/.gitignore b/.gitignore index 39aa3eb..9d5cd6c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /python-novaclient-2.8.0.26.tar.gz /python-novaclient-2.9.0.tar.gz /python-novaclient-2.10.0.tar.gz +/python-novaclient-2.11.1.tar.gz diff --git a/python-novaclient.spec b/python-novaclient.spec index 608d803..e65ae70 100644 --- a/python-novaclient.spec +++ b/python-novaclient.spec @@ -1,13 +1,13 @@ Name: python-novaclient Epoch: 1 -Version: 2.10.0 -Release: 3%{?dist} +Version: 2.11.1 +Release: 1%{?dist} Summary: Python API and CLI for OpenStack Nova Group: Development/Languages License: ASL 2.0 -URL: http://pypi.python.org/pypi/python-novaclient -Source0: http://tarballs.openstack.org/%{name}/%{name}-%{version}.tar.gz +URL: http://pypi.python.org/pypi/%{name} +Source0: http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python-setuptools @@ -40,6 +40,9 @@ This package contains auto-generated documentation. %prep %setup -q +# Remove bundled egg-info +rm -rf python_novaclient.egg-info +# let RPM handle deps # TODO: Have the following handle multi line entries sed -i '/setup_requires/d; /install_requires/d; /dependency_links/d' setup.py @@ -74,6 +77,9 @@ rm -fr html/.doctrees html/.buildinfo %doc html %changelog +* Thu Mar 07 2013 Alan Pevec 2.11.1-1 +- Update to latest upstream release + * Thu Feb 14 2013 Fedora Release Engineering - 1:2.10.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 77669bb..1803f31 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a4203017c2e3aace9cb7bfd59658161f python-novaclient-2.10.0.tar.gz +80bfd188718cf755605dece265eca13f python-novaclient-2.11.1.tar.gz