osc copypac from project:Cloud:OpenStack:Havana:Staging package:python-heatclient revision:2, using keep-link
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-heatclient?expand=0&rev=7
This commit is contained in:
parent
d28da17d02
commit
68e4299071
3
_service
3
_service
@ -1,8 +1,7 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="git_tarballs" mode="disabled">
|
<service name="git_tarballs" mode="disabled">
|
||||||
<param name="url">http://tarballs.openstack.org/python-heatclient/python-heatclient-master.tar.gz</param>
|
<param name="url">http://tarballs.openstack.org/python-heatclient/python-heatclient-0.2.5.tar.gz</param>
|
||||||
<param name="email">opensuse-cloud@opensuse.org</param>
|
<param name="email">opensuse-cloud@opensuse.org</param>
|
||||||
<param name="version-regexp">.*-([^-]+)\.g[a-zA-Z0-9]{7}</param>
|
|
||||||
<param name="plain-version">True</param>
|
<param name="plain-version">True</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
3
python-heatclient-0.2.5.tar.gz
Normal file
3
python-heatclient-0.2.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f1d8d07947aa619498640aef84927e5f7a82efc566cc5f6260e146ddbcbc6ba8
|
||||||
|
size 48071
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:83f63b7944571da555ec81644df5b4665634bd39e4761f560efa9a7ab1cc74d4
|
|
||||||
size 47616
|
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 7 10:23:08 UTC 2013 - dmueller@suse.com
|
||||||
|
|
||||||
|
- go with release tarball of 0.2.5:
|
||||||
|
* no changes
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 27 23:40:56 UTC 2013 - opensuse-cloud@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.2.4.23:
|
||||||
|
+ Allow -P to be invoked multiple times
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 26 12:08:59 UTC 2013 - dmueller@suse.com
|
||||||
|
|
||||||
|
- fix requires
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 19 23:52:33 UTC 2013 - opensuse-cloud@opensuse.org
|
Thu Sep 19 23:52:33 UTC 2013 - opensuse-cloud@opensuse.org
|
||||||
|
|
||||||
|
@ -19,27 +19,26 @@
|
|||||||
%define component heatclient
|
%define component heatclient
|
||||||
|
|
||||||
Name: python-%{component}
|
Name: python-%{component}
|
||||||
Version: 0.2.4.21
|
Version: 0.2.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Openstack Orchestration (Heat) API Client
|
Summary: Openstack Orchestration (Heat) API Client
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: http://launchpad.net/python-heatclient
|
Url: http://launchpad.net/python-heatclient
|
||||||
Source: python-heatclient-master.tar.gz
|
Source: python-heatclient-0.2.5.tar.gz
|
||||||
BuildRequires: openstack-suse-macros
|
BuildRequires: openstack-suse-macros
|
||||||
BuildRequires: python-base
|
BuildRequires: python-base
|
||||||
BuildRequires: python-distribute
|
BuildRequires: python-distribute
|
||||||
# Documentation build requirements:
|
# Documentation build requirements:
|
||||||
BuildRequires: python-PrettyTable
|
BuildRequires: python-PrettyTable
|
||||||
BuildRequires: python-Sphinx
|
BuildRequires: python-Sphinx
|
||||||
BuildRequires: python-d2to1
|
|
||||||
BuildRequires: python-httplib2
|
BuildRequires: python-httplib2
|
||||||
BuildRequires: python-iso8601 >= 0.1.4
|
BuildRequires: python-iso8601 >= 0.1.4
|
||||||
BuildRequires: python-keystoneclient
|
BuildRequires: python-keystoneclient
|
||||||
BuildRequires: python-pbr
|
BuildRequires: python-pbr
|
||||||
Requires: python >= 2.6.8
|
Requires: python >= 2.6.8
|
||||||
Requires: python-PrettyTable >= 0.6
|
Requires: python-PrettyTable >= 0.6
|
||||||
Requires: python-d2to1 >= 0.2.10
|
Requires: python-PyYAML >= 3.1.0
|
||||||
Requires: python-httplib2
|
Requires: python-httplib2
|
||||||
Requires: python-iso8601 >= 0.1.4
|
Requires: python-iso8601 >= 0.1.4
|
||||||
Requires: python-keystoneclient >= 0.3.0
|
Requires: python-keystoneclient >= 0.3.0
|
||||||
@ -86,7 +85,7 @@ Requires: python-testtools >= 0.9.32
|
|||||||
This package contains testsuite files for %{name}.
|
This package contains testsuite files for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n python-heatclient-0.2.4.21.g455b1cb
|
%setup -q -n python-heatclient-0.2.5
|
||||||
%openstack_cleanup_prep
|
%openstack_cleanup_prep
|
||||||
echo %{version} > heatclient/versioninfo
|
echo %{version} > heatclient/versioninfo
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user