[python-oslo-utils] Update to upstream 1.3.0

Alan Pevec apevec at fedoraproject.org
Tue Feb 24 00:19:12 UTC 2015


commit b5a2e8ee3d89502ad6baf5c53cb34be8c7f18a9e
Author: Alan Pevec <alan.pevec at redhat.com>
Date:   Tue Feb 24 00:40:42 2015 +0100

    Update to upstream 1.3.0

 .gitignore             |  1 +
 python-oslo-utils.spec | 13 +++++++------
 sources                |  2 +-
 3 files changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 116d704..32779a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /oslo.utils-0.2.0.tar.gz
 /oslo.utils-0.3.0.tar.gz
 /oslo.utils-1.0.0.tar.gz
+/oslo.utils-1.3.0.tar.gz
diff --git a/python-oslo-utils.spec b/python-oslo-utils.spec
index b83a834..cdc0a3f 100644
--- a/python-oslo-utils.spec
+++ b/python-oslo-utils.spec
@@ -2,7 +2,7 @@
 %global pypi_name oslo.utils
 
 Name:           python-oslo-utils
-Version:        1.0.0
+Version:        1.3.0
 Release:        1%{?dist}
 Summary:        OpenStack Oslo Utility library
 
@@ -32,7 +32,7 @@ Summary:    Documentation for the Oslo database handling library
 Group:      Documentation
 
 BuildRequires:  python-sphinx
-BuildRequires:  python-oslo-sphinx
+BuildRequires:  python-oslo-sphinx >= 2.3.0
 
 %description doc
 Documentation for the Oslo database handling library.
@@ -40,12 +40,9 @@ Documentation for the Oslo database handling library.
 
 %prep
 %setup -q -n %{pypi_name}-%{version}
-# Remove bundled egg-info
-rm -rf %{pypi_name}.egg-info
+
 # Let RPM handle the dependencies
 rm -f requirements.txt
-# make doc build compatible with python-oslo-sphinx RPM
-sed -i 's/oslosphinx/oslo.sphinx/' doc/source/conf.py
 
 
 %build
@@ -63,6 +60,7 @@ rm -rf html/.{doctrees,buildinfo}
 
 %files
 %doc README.rst LICENSE
+%{python2_sitelib}/oslo_utils
 %{python2_sitelib}/oslo
 %{python2_sitelib}/*.egg-info
 %{python2_sitelib}/*-nspkg.pth
@@ -71,6 +69,9 @@ rm -rf html/.{doctrees,buildinfo}
 %doc html LICENSE
 
 %changelog
+* Tue Feb 24 2015 Alan Pevec <alan.pevec at redhat.com> 1.3.0-1
+- Update to upstream 1.3.0
+
 * Sun Sep 21 2014 Alan Pevec <alan.pevec at redhat.com> 1.0.0-1
 - Update to upstream 1.0.0
 
diff --git a/sources b/sources
index f823684..9eb5994 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-64eb7a5f50b90abf305e10178ee8fe63  oslo.utils-1.0.0.tar.gz
+c87faf074e6737d20d24e4090f73a990  oslo.utils-1.3.0.tar.gz


More information about the scm-commits mailing list