Accepting request 200462 from Cloud:OpenStack:Factory
- Update to version 0.2.4.21: + Replace OpenStack LLC with OpenStack Foundation - fix requires OBS-URL: https://build.opensuse.org/request/show/200462 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-heatclient?expand=0&rev=12
This commit is contained in:
parent
f7469d9061
commit
d377aa19cb
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2cccc2cfb7e961b8b3f8e42f558963fa565f5b55fe977a8e0e7de0ea9c8a2831
|
||||
size 48370
|
||||
oid sha256:83f63b7944571da555ec81644df5b4665634bd39e4761f560efa9a7ab1cc74d4
|
||||
size 47616
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 19 23:52:33 UTC 2013 - opensuse-cloud@opensuse.org
|
||||
|
||||
- Update to version 0.2.4.21:
|
||||
+ Replace OpenStack LLC with OpenStack Foundation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 19 19:46:41 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- fix requires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 12 00:12:30 UTC 2013 - opensuse-cloud@opensuse.org
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define component heatclient
|
||||
|
||||
Name: python-%{component}
|
||||
Version: 0.2.4.20
|
||||
Version: 0.2.4.21
|
||||
Release: 0
|
||||
Summary: Openstack Orchestration (Heat) API Client
|
||||
License: Apache-2.0
|
||||
@ -42,8 +42,8 @@ Requires: python-PrettyTable >= 0.6
|
||||
Requires: python-d2to1 >= 0.2.10
|
||||
Requires: python-httplib2
|
||||
Requires: python-iso8601 >= 0.1.4
|
||||
Requires: python-keystoneclient >= 0.2
|
||||
Requires: python-pbr >= 0.5.10
|
||||
Requires: python-keystoneclient >= 0.3.0
|
||||
Requires: python-pbr >= 0.5.21
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
@ -73,19 +73,20 @@ Requires: python-discover
|
||||
%endif
|
||||
Requires: python-fixtures >= 0.3.12
|
||||
Requires: python-flake8 >= 2.0
|
||||
Requires: python-hacking >= 0.5.3
|
||||
Requires: python-mox
|
||||
Requires: python-hacking >= 0.5.6
|
||||
Requires: python-mock >= 0.8.0
|
||||
Requires: python-mox >= 0.5.3
|
||||
Requires: python-pep8 >= 1.4.5
|
||||
Requires: python-pyflakes >= 0.7.2
|
||||
Requires: python-testrepository >= 0.0.13
|
||||
Requires: python-testscenarios
|
||||
Requires: python-testtools >= 0.9.29
|
||||
Requires: python-testrepository >= 0.0.17
|
||||
Requires: python-testscenarios >= 0.4
|
||||
Requires: python-testtools >= 0.9.32
|
||||
|
||||
%description test
|
||||
This package contains testsuite files for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n python-heatclient-0.2.4.20.g978e3f4
|
||||
%setup -q -n python-heatclient-0.2.4.21.g455b1cb
|
||||
%openstack_cleanup_prep
|
||||
echo %{version} > heatclient/versioninfo
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user