public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-oslo-concurrency] noevent: Added requirements and helper
@ 2026-06-07 12:40 Matthias Runge
  0 siblings, 0 replies; only message in thread
From: Matthias Runge @ 2026-06-07 12:40 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-oslo-concurrency
Branch : noevent
Commit : 53f6d59ce692220c990a9eb298e72ebeec86edf1
Author : Matthias Runge <mrunge@redhat.com>
Date   : 2015-02-20T10:46:32+01:00
Stats  : +17/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-oslo-concurrency/c/53f6d59ce692220c990a9eb298e72ebeec86edf1?branch=noevent

Log:
Added requirements and helper

---
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@redhat.com> - 1.4.1-2
+- added openstack/common/fileutils.py
+- added dependencies
+
 * Wed Jan 28 2015 Matthias Runge <mrunge@redhat.com> - 1.4.1-1
 - Initial package (rhbz#1186826)

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-07 12:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-07 12:40 [rpms/python-oslo-concurrency] noevent: Added requirements and helper Matthias Runge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox