1
0

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:
Dirk Mueller 2013-10-17 16:10:36 +00:00 committed by Git OBS Bridge
parent 6909f004cc
commit 65ba9c3294
5 changed files with 13 additions and 8 deletions

View File

@ -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>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:48d54b00050ada51561db09ffa455c4707b7db8853f6eacb716167a0f10bb43e
size 116274

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f70926a137ec209d9e98f40ced7685828985c83d29219386ef328be93646e467
size 117085

View File

@ -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

View File

@ -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