From 65ba9c3294ad442de55302e28bb1ce3a05fe6ea1deeafbc6e5b66c892ed5a2d3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 17 Oct 2013 16:10:36 +0000 Subject: [PATCH] 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 --- _service | 3 +-- python-glanceclient-0.11.0.tar.gz | 3 +++ python-glanceclient-master.tar.gz | 3 --- python-glanceclient.changes | 6 ++++++ python-glanceclient.spec | 6 +++--- 5 files changed, 13 insertions(+), 8 deletions(-) create mode 100644 python-glanceclient-0.11.0.tar.gz delete mode 100644 python-glanceclient-master.tar.gz diff --git a/_service b/_service index 1727ce7..a005564 100644 --- a/_service +++ b/_service @@ -1,8 +1,7 @@ - http://tarballs.openstack.org/python-glanceclient/python-glanceclient-master.tar.gz + http://tarballs.openstack.org/python-glanceclient/python-glanceclient-0.11.0.tar.gz opensuse-cloud@opensuse.org - .*-([^-]+)\.g[a-zA-Z0-9]{7} True diff --git a/python-glanceclient-0.11.0.tar.gz b/python-glanceclient-0.11.0.tar.gz new file mode 100644 index 0000000..138474a --- /dev/null +++ b/python-glanceclient-0.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48d54b00050ada51561db09ffa455c4707b7db8853f6eacb716167a0f10bb43e +size 116274 diff --git a/python-glanceclient-master.tar.gz b/python-glanceclient-master.tar.gz deleted file mode 100644 index bae29ea..0000000 --- a/python-glanceclient-master.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f70926a137ec209d9e98f40ced7685828985c83d29219386ef328be93646e467 -size 117085 diff --git a/python-glanceclient.changes b/python-glanceclient.changes index e67d27e..2f4bf34 100644 --- a/python-glanceclient.changes +++ b/python-glanceclient.changes @@ -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 diff --git a/python-glanceclient.spec b/python-glanceclient.spec index b9a3f4f..6978362 100644 --- a/python-glanceclient.spec +++ b/python-glanceclient.spec @@ -19,13 +19,13 @@ %define component glanceclient Name: python-glanceclient -Version: 0.10.0.21 +Version: 0.11.0 Release: 0 Summary: Openstack Image (Glance) API Client License: Apache-2.0 Group: Development/Languages/Python Url: http://launchpad.net/python-glanceclient -Source: python-glanceclient-master.tar.gz +Source: python-glanceclient-0.11.0.tar.gz Source2: openstack-glance.sh BuildRequires: openstack-suse-macros BuildRequires: python-base @@ -80,7 +80,7 @@ Requires: python-testtools >= 0.9.32 This package contains testsuite files for %{name}. %prep -%setup -q -n python-glanceclient-0.10.0.21.g7a4a8a0 +%setup -q -n python-glanceclient-0.11.0 %openstack_cleanup_prep # 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