diff --git a/.gitignore b/.gitignore index 3897d8c..7f16c2b 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /python-glanceclient-0.14.2.tar.gz /python-glanceclient-0.15.0.tar.gz /python-glanceclient-0.17.0.tar.gz +/python-glanceclient-1.1.0.tar.gz diff --git a/python-glanceclient.spec b/python-glanceclient.spec index a194133..84c5fa9 100644 --- a/python-glanceclient.spec +++ b/python-glanceclient.spec @@ -1,7 +1,7 @@ Name: python-glanceclient Epoch: 1 -Version: 0.17.0 -Release: 3%{?dist} +Version: 1.1.0 +Release: 1%{?dist} Summary: Python API and CLI for OpenStack Glance License: ASL 2.0 @@ -13,14 +13,19 @@ BuildRequires: python2-devel BuildRequires: python-setuptools BuildRequires: python-d2to1 BuildRequires: python-pbr +BuildRequires: python-sphinx +BuildRequires: python-oslo-sphinx +Requires: python-babel >= 1.3 Requires: python-httplib2 Requires: python-keystoneclient +Requires: python-oslo-i18n Requires: python-oslo-utils Requires: python-pbr Requires: python-prettytable -Requires: python-requests >= 2.2.0 +Requires: python-requests Requires: python-setuptools +Requires: python-six >= 1.9.0 Requires: python-warlock Requires: pyOpenSSL @@ -35,7 +40,6 @@ glanceclient module), and a command-line script (glance). Each implements Summary: Documentation for OpenStack Nova API Client BuildRequires: python-sphinx -BuildRequires: python-oslo-sphinx %description doc This is a client for the OpenStack Glance API. There's a Python API (the @@ -72,7 +76,7 @@ install -p -D -m 644 man/glance.1 %{buildroot}%{_mandir}/man1/glance.1 %files %doc README.rst -%doc LICENSE +%license LICENSE %{_bindir}/glance %{python2_sitelib}/glanceclient %{python2_sitelib}/*.egg-info @@ -83,6 +87,9 @@ install -p -D -m 644 man/glance.1 %{buildroot}%{_mandir}/man1/glance.1 %changelog +* Thu Sep 17 2015 Haikel Guemar 1:1.1.0-1 +- Update to upstream 1.1.0 + * Thu Jun 18 2015 Fedora Release Engineering - 1:0.17.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 4fb1f78..1e9d5c5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b7e7d958f2c7651910b3c657c3ac3d3f python-glanceclient-0.17.0.tar.gz +a15166bc079b4ea5a7de9d6d79c5862c python-glanceclient-1.1.0.tar.gz