[python-oslo-concurrency] Added requirements and helper

Matthias Runge mrunge at fedoraproject.org
Fri Feb 20 09:46:49 UTC 2015


commit 53f6d59ce692220c990a9eb298e72ebeec86edf1
Author: Matthias Runge <mrunge at redhat.com>
Date:   Fri Feb 20 10:46:32 2015 +0100

    Added requirements and helper

 python-oslo-concurrency.spec | 19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)
---
diff --git a/python-oslo-concurrency.spec b/python-oslo-concurrency.spec
index 6853b57..e40e4c4 100644
--- a/python-oslo-concurrency.spec
+++ b/python-oslo-concurrency.spec
@@ -3,7 +3,7 @@
 
 Name:           python-oslo-concurrency
 Version:        1.4.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        oslo.concurrency library
 
 License:        ASL 2.0
@@ -16,6 +16,17 @@ BuildRequires:  python-pbr
 BuildRequires:  python-sphinx
 BuildRequires:  python-oslo-sphinx
 
+Requires: python-pbr
+Requires: python-babel
+Requires: python-iso8601
+Requires: python-fixtures
+Requires: python-oslo-config
+Requires: python-oslo-i18n
+Requires: python-oslo-utils
+Requires: python-posix_ipc
+Requires: python-six
+Requires: python-retrying
+
 %description
 Oslo concurrency library has utilities for safely running multi-thread,
 multi-process applications using locking mechanisms and for running
@@ -43,7 +54,7 @@ rm -rf html/.{doctrees,buildinfo}
 
 %install
 %{__python2} setup.py install --skip-build --root %{buildroot}
-
+cp -r oslo_concurrency/openstack %{buildroot}%{python2_sitelib}/oslo_concurrency
 
 
 %files
@@ -56,5 +67,9 @@ rm -rf html/.{doctrees,buildinfo}
 %{_bindir}/lockutils-wrapper
 
 %changelog
+* Fri Feb 20 2015 Matthias Runge <mrunge at redhat.com> - 1.4.1-2
+- added openstack/common/fileutils.py
+- added dependencies
+
 * Wed Jan 28 2015 Matthias Runge <mrunge at redhat.com> - 1.4.1-1
 - Initial package (rhbz#1186826)


More information about the scm-commits mailing list