forked from pool/python-glanceclient
osc copypac from project:Cloud:OpenStack:Icehouse package:python-glanceclient revision:1, using keep-link, using expand
OBS-URL: https://build.opensuse.org/package/show/Cloud:OpenStack:Factory/python-glanceclient?expand=0&rev=18
This commit is contained in:
parent
fc4518cb31
commit
5177a04a69
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d7de76f8ccdd889c9c0cd7d035fc20247fcafb8405295bc6aa1505d5692b2fa3
|
||||
size 123279
|
3
python-glanceclient-master.tar.gz
Normal file
3
python-glanceclient-master.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0762ed7e18463480c06aad092a498712fcf772dfad1760ff5123153fe9bc8470
|
||||
size 100374
|
@ -1,28 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 27 10:22:40 UTC 2014 - dmueller@suse.com
|
||||
|
||||
- go back to released version (0.12.0)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 00:44:35 UTC 2014 - cloud-devel@suse.de
|
||||
|
||||
- Update to version python-glanceclient-0.12.0.78.g59c1103:
|
||||
* Improve help strings
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 11 00:39:50 UTC 2014 - cloud-devel@suse.de
|
||||
|
||||
- Update to version python-glanceclient-0.12.0.76.g8ecc8ae:
|
||||
* Sync with Oslo
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 10 15:25:58 UTC 2014 - cloud-devel@suse.de
|
||||
|
||||
- Update to version python-glanceclient-0.12.0.74.g2929cc1:
|
||||
* Python 3: do not use __builtin__
|
||||
* Updated from global requirements
|
||||
* Python3: do not use the 'file' type
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 5 01:16:40 UTC 2014 - cloud-devel@suse.de
|
||||
|
||||
|
@ -19,13 +19,13 @@
|
||||
%define component glanceclient
|
||||
|
||||
Name: python-glanceclient
|
||||
Version: 0.12.0
|
||||
Version: 0.12.0.69.ga9dee79
|
||||
Release: 0
|
||||
Summary: Openstack Image (Glance) API Client
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
Url: http://launchpad.net/python-glanceclient
|
||||
Source: http://tarballs.openstack.org/python-glanceclient/python-glanceclient-%{version}.tar.gz
|
||||
Source: http://tarballs.openstack.org/python-glanceclient/python-glanceclient-master.tar.gz
|
||||
Source2: openstack-glance.sh
|
||||
BuildRequires: openstack-suse-macros
|
||||
BuildRequires: python-base
|
||||
@ -38,12 +38,13 @@ BuildRequires: python-pbr
|
||||
BuildRequires: python-pyOpenSSL
|
||||
BuildRequires: python-warlock
|
||||
Requires: python >= 2.6.8
|
||||
Requires: python-Babel >= 1.3
|
||||
Requires: python-argparse
|
||||
# /usr/bin/glance uses pkg_resources, thus:
|
||||
Requires: python-PrettyTable >= 0.6
|
||||
Requires: python-keystoneclient >= 0.3.0
|
||||
Requires: python-PrettyTable >= 0.7
|
||||
Requires: python-keystoneclient >= 0.4.1
|
||||
Requires: python-pbr >= 0.5.21
|
||||
Requires: python-pyOpenSSL >= 0.11
|
||||
Requires: python-pyOpenSSL
|
||||
Requires: python-warlock >= 1.0.1
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -61,10 +62,12 @@ a Python API (the glanceclient module), and a command-line tool (glance).
|
||||
Summary: Openstack Image (Glance) API Client - Testsuite
|
||||
Group: System/Management
|
||||
Requires: %{name} = %{version}
|
||||
Requires: python-coverage >= 3.6
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
Requires: python-discover
|
||||
%endif
|
||||
Requires: python-mock >= 0.8.0
|
||||
Requires: python-hacking >= 0.8.0
|
||||
Requires: python-mock >= 1.0
|
||||
Requires: python-mox >= 0.5.3
|
||||
Requires: python-testrepository >= 0.0.17
|
||||
Requires: python-testtools >= 0.9.32
|
||||
|
Loading…
x
Reference in New Issue
Block a user