diff --git a/.gitignore b/.gitignore index fe57a5c..0b57403 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /python-openstackclient-1.6.0.tar.gz /python-openstackclient-1.7.1.tar.gz /python-openstackclient-1.7.2.tar.gz +/python-openstackclient-2.2.0.tar.gz diff --git a/Changelog.old b/Changelog.old new file mode 100644 index 0000000..9879eec --- /dev/null +++ b/Changelog.old @@ -0,0 +1,59 @@ +* Thu Feb 04 2016 Fedora Release Engineering - 1.7.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jan 27 2016 Alan Pevec 1.7.2-1 +- Update to 1.7.2 + +* Fri Oct 02 2015 Haikel Guemar 1.7.1-1 +- Update to upstream 1.7.1 + +* Mon Sep 21 2015 Alan Pevec 1.6.0-1 +- Update to upstream 1.6.0 + +* Mon Jul 27 2015 Parag Nemade 1.5.0-1 +- Update to upstream 1.5.0 +- Drop upstream patch + +* Thu Jun 18 2015 Fedora Release Engineering - 1.0.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Wed Apr 29 2015 Jakub Ruzicka 1.0.3-2 +- Give up nuking pbr +- Add the ability to set and unset flavor properties +- Use % license + +* Tue Mar 31 2015 Jakub Ruzicka 1.0.3-1 +- Update to upstream 1.0.3 + +* Wed Dec 10 2014 Jakub Ruzicka 1.0.1-1 +- Update to upstream 1.0.1 + +* Fri Sep 26 2014 Jakub Ruzicka 0.4.1-1 +- Update to upstream 0.4.1 +- New Requires: python-neutronclient, python-oslo-sphinx +- Removed Requires: python-keyring, python-sphinx +- oslosphinx -> oslo.sphinx + +* Sat Jun 07 2014 Fedora Release Engineering - 0.3.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Tue Apr 08 2014 Jakub Ruzicka 0.3.1-2 +- Fix version info + +* Tue Apr 08 2014 Jakub Ruzicka 0.3.1-1 +- Update to upstream 0.3.1 +- Remove runtime dependency on python-pbr + +* Wed Jan 08 2014 Jakub Ruzicka 0.3.0-1 +- Update to upstream 0.3.0 +- New dependencies: python-six, python-requests + +* Fri Nov 22 2013 Jakub Ruzicka 0.2.2-4 +- Update with patches from upstream master + +* Tue Nov 19 2013 Jakub Ruzicka 0.2.2-2 +- doc subpackage now requires main package +- Use % {__python2} macro instead of % {__python} + +* Wed Oct 30 2013 Jakub Ruzicka 0.2.2-1 +- Initial package version based on cinderclient diff --git a/python-openstackclient.spec b/python-openstackclient.spec index 96021d7..3bb5cf3 100644 --- a/python-openstackclient.spec +++ b/python-openstackclient.spec @@ -1,11 +1,12 @@ +%{!?upstream_version: %global upstream_version %{version}%{?milestone}} Name: python-openstackclient -Version: 1.7.2 -Release: 2%{?dist} +Version: 2.2.0 +Release: 1%{?dist} Summary: OpenStack Command-line Client License: ASL 2.0 URL: http://github.com/openstack/%{name} -Source0: http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz +Source0: http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}%{?milestone}.tar.gz BuildArch: noarch @@ -35,6 +36,7 @@ Requires: python-babel Requires: python-cliff Requires: python-cliff-tablib Requires: python-crypto +Requires: python-openstacksdk Requires: python-oslo-config Requires: python-oslo-i18n Requires: python-oslo-utils @@ -55,7 +57,7 @@ It is a thin wrapper to the stock python-*client modules that implement the actual REST API client actions. %package doc -Summary: Documentation for OpenStack Nova API Client +Summary: Documentation for OpenStack Command-line Client BuildRequires: python-sphinx @@ -70,7 +72,7 @@ This package contains auto-generated documentation. %prep -%setup -q +%setup -q -n %{name}-%{upstream_version} # We handle requirements ourselves, pkg_resources only bring pain rm -rf requirements.txt test-requirements.txt @@ -103,62 +105,5 @@ rm -fr html/.doctrees html/.buildinfo %doc html %changelog -* Thu Feb 04 2016 Fedora Release Engineering - 1.7.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Wed Jan 27 2016 Alan Pevec 1.7.2-1 -- Update to 1.7.2 - -* Fri Oct 02 2015 Haikel Guemar 1.7.1-1 -- Update to upstream 1.7.1 - -* Mon Sep 21 2015 Alan Pevec 1.6.0-1 -- Update to upstream 1.6.0 - -* Mon Jul 27 2015 Parag Nemade 1.5.0-1 -- Update to upstream 1.5.0 -- Drop upstream patch - -* Thu Jun 18 2015 Fedora Release Engineering - 1.0.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Wed Apr 29 2015 Jakub Ruzicka 1.0.3-2 -- Give up nuking pbr -- Add the ability to set and unset flavor properties -- Use % license - -* Tue Mar 31 2015 Jakub Ruzicka 1.0.3-1 -- Update to upstream 1.0.3 - -* Wed Dec 10 2014 Jakub Ruzicka 1.0.1-1 -- Update to upstream 1.0.1 - -* Fri Sep 26 2014 Jakub Ruzicka 0.4.1-1 -- Update to upstream 0.4.1 -- New Requires: python-neutronclient, python-oslo-sphinx -- Removed Requires: python-keyring, python-sphinx -- oslosphinx -> oslo.sphinx - -* Sat Jun 07 2014 Fedora Release Engineering - 0.3.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Tue Apr 08 2014 Jakub Ruzicka 0.3.1-2 -- Fix version info - -* Tue Apr 08 2014 Jakub Ruzicka 0.3.1-1 -- Update to upstream 0.3.1 -- Remove runtime dependency on python-pbr - -* Wed Jan 08 2014 Jakub Ruzicka 0.3.0-1 -- Update to upstream 0.3.0 -- New dependencies: python-six, python-requests - -* Fri Nov 22 2013 Jakub Ruzicka 0.2.2-4 -- Update with patches from upstream master - -* Tue Nov 19 2013 Jakub Ruzicka 0.2.2-2 -- doc subpackage now requires main package -- Use % {__python2} macro instead of % {__python} - -* Wed Oct 30 2013 Jakub Ruzicka 0.2.2-1 -- Initial package version based on cinderclient +* Wed Mar 23 2016 RDO 2.2.0-0.1 +- Rebuild for Mitaka diff --git a/sources b/sources index 00f473c..f8337fa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6cae73e7d749fe6b54c85f9d7eab83ee python-openstackclient-1.7.2.tar.gz +56ad9caf57bde7d87ad27dd21595927c python-openstackclient-2.2.0.tar.gz