diff --git a/Changelog.old b/Changelog.old new file mode 100644 index 0000000..3d727f3 --- /dev/null +++ b/Changelog.old @@ -0,0 +1,20 @@ +* Wed Aug 17 2016 Haïkel Guémar - 0.5.0-4 +- Sync with RDO spec + +* Tue Jul 19 2016 Fedora Release Engineering - 0.5.0-3 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + +* Fri Jun 07 2016 Pradeep Kilambi 0.5.0-2 +- remove non python3 binary from files + +* 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 + +* Fri Apr 22 2016 Pradeep Kilambi 0.4.0 +- Rebase to 0.4.0 + +* Wed Feb 03 2016 Pradeep Kilambi 0.1.0 +- Initial package based on python-aodhclient. diff --git a/python-aodhclient.spec b/python-aodhclient.spec index 562c1a4..565653a 100644 --- a/python-aodhclient.spec +++ b/python-aodhclient.spec @@ -7,8 +7,8 @@ %{!?upstream_version: %global upstream_version %{version}%{?milestone}} Name: python-aodhclient -Version: 0.5.0 -Release: 4%{?dist} +Version: 0.7.0 +Release: 1%{?dist} Summary: Python API and CLI for OpenStack Aodh License: ASL 2.0 @@ -37,6 +37,7 @@ Requires: python-oslo-utils >= 2.0.0 Requires: python-keystoneauth1 >= 1.0.0 Requires: python-six >= 1.9.0 Requires: python-debtcollector +Requires: python-osc-lib >= 1.0.1 %description -n python2-%{pypi_name} This is a client library for Aodh built on the Aodh API. It @@ -162,23 +163,6 @@ sphinx-build -b html doc/source html %license LICENSE %changelog -* Wed Aug 17 2016 Haïkel Guémar - 0.5.0-4 -- Sync with RDO spec +* Mon Sep 12 2016 Haikel Guemar 0.7.0-1 +- Update to 0.7.0 -* Tue Jul 19 2016 Fedora Release Engineering - 0.5.0-3 -- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - -* Fri Jun 07 2016 Pradeep Kilambi 0.5.0-2 -- remove non python3 binary from files - -* 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 - -* Fri Apr 22 2016 Pradeep Kilambi 0.4.0 -- Rebase to 0.4.0 - -* Wed Feb 03 2016 Pradeep Kilambi 0.1.0 -- Initial package based on python-aodhclient.