diff --git a/.gitignore b/.gitignore index b957997..b28edf9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /aodhclient-0.4.0.tar.gz +/aodhclient-0.5.0.tar.gz diff --git a/python-aodhclient.spec b/python-aodhclient.spec index 81f5615..0b15dc8 100644 --- a/python-aodhclient.spec +++ b/python-aodhclient.spec @@ -8,8 +8,8 @@ %endif Name: python-aodhclient -Version: 0.4.0 -Release: 3%{?dist} +Version: 0.5.0 +Release: 1%{?dist} Summary: Python API and CLI for OpenStack Aodh License: ASL 2.0 @@ -21,7 +21,7 @@ BuildArch: noarch %package -n python2-%{pypi_name} Summary: Python API and CLI for OpenStack Aodh -%{?python_provide:%python_provide python2-%{library}} +%{?python_provide:%python_provide python2-aodhclient} BuildRequires: python-setuptools @@ -192,6 +192,9 @@ sphinx-build -b html doc/source html %doc html %changelog +* Tue Jun 07 2016 Pradeep Kilambi 0.5.0-1 +- Rebase to 0.5.0 + * Wed May 25 2016 Pradeep Kilambi 0.4.0-3 - Fix python sub packages to depend on correct python rhbz#1335971 diff --git a/sources b/sources index 92098c6..d5400b5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -db8f8eb96b20a5d929139bd76d94ab7f aodhclient-0.4.0.tar.gz +d0b147c54a9c134786f3a719d561d5da aodhclient-0.5.0.tar.gz