forked from pool/python-glanceclient
osc copypac from project:Cloud:OpenStack:Havana:Staging package:python-glanceclient revision:1, using keep-link
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=6
This commit is contained in:
parent
6909f004cc
commit
65ba9c3294
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-glanceclient/python-glanceclient-master.tar.gz</param>
|
<param name="url">http://tarballs.openstack.org/python-glanceclient/python-glanceclient-0.11.0.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-glanceclient-0.11.0.tar.gz
Normal file
3
python-glanceclient-0.11.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:48d54b00050ada51561db09ffa455c4707b7db8853f6eacb716167a0f10bb43e
|
||||||
|
size 116274
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f70926a137ec209d9e98f40ced7685828985c83d29219386ef328be93646e467
|
|
||||||
size 117085
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 7 10:21:35 UTC 2013 - opensuse-cloud@opensuse.org
|
||||||
|
|
||||||
|
- Downgrade to version 0.11.0:
|
||||||
|
* go with a released version for openSUSE 13.1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 26 09:58:14 UTC 2013 - opensuse-cloud@opensuse.org
|
Thu Sep 26 09:58:14 UTC 2013 - opensuse-cloud@opensuse.org
|
||||||
|
|
||||||
|
@ -19,13 +19,13 @@
|
|||||||
%define component glanceclient
|
%define component glanceclient
|
||||||
|
|
||||||
Name: python-glanceclient
|
Name: python-glanceclient
|
||||||
Version: 0.10.0.21
|
Version: 0.11.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Openstack Image (Glance) API Client
|
Summary: Openstack Image (Glance) API Client
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: http://launchpad.net/python-glanceclient
|
Url: http://launchpad.net/python-glanceclient
|
||||||
Source: python-glanceclient-master.tar.gz
|
Source: python-glanceclient-0.11.0.tar.gz
|
||||||
Source2: openstack-glance.sh
|
Source2: openstack-glance.sh
|
||||||
BuildRequires: openstack-suse-macros
|
BuildRequires: openstack-suse-macros
|
||||||
BuildRequires: python-base
|
BuildRequires: python-base
|
||||||
@ -80,7 +80,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-glanceclient-0.10.0.21.g7a4a8a0
|
%setup -q -n python-glanceclient-0.11.0
|
||||||
%openstack_cleanup_prep
|
%openstack_cleanup_prep
|
||||||
# Our package versioning scheme is different (but we provide the correct thing) thus:
|
# Our package versioning scheme is different (but we provide the correct thing) thus:
|
||||||
sed -i "s|python-keystoneclient>=0.1.2,<1|python-keystoneclient|" requirements.txt
|
sed -i "s|python-keystoneclient>=0.1.2,<1|python-keystoneclient|" requirements.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user