11
0
Thomas Bechtold
2018-02-23 13:20:05 +00:00
committed by Git OBS Bridge
parent 7e00cdef8e
commit 5a3a66e85f
3 changed files with 8 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/oslo.concurrency/oslo.concurrency.spec.j2</param>
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/openstack/oslo.concurrency/oslo.concurrency.spec.j2</param>
<param name="output-name">python-oslo.concurrency.spec</param>
<param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/master/requirements.txt</param>
<param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/requirements.txt</param>
<param name="changelog-email">cloud-devel@suse.de</param>
<param name="changelog-provider">gh,openstack,oslo.concurrency</param>
</service>

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 23 13:19:56 UTC 2018 - tbechtold@suse.com
- Switch to stable/queens spec template
-------------------------------------------------------------------
Tue Jan 30 15:13:47 UTC 2018 - cloud-devel@suse.de

View File

@@ -82,7 +82,7 @@ external processes.
Summary: Documentation for OpenStack concurrency library
Group: Development/Languages/Python
BuildRequires: python-Sphinx
BuildRequires: python-openstackdocstheme >= 1.17.0
BuildRequires: python-openstackdocstheme >= 1.18.1
%description -n python-oslo.concurrency-doc
The oslo.concurrency library has utilities for safely running multi-thread,