Thomas Bechtold 2018-02-23 13:03:25 +00:00 committed by Git OBS Bridge
parent 21cb6ceb4b
commit 6ceb848cb6
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/python-heatclient/python-heatclient.spec.j2</param>
<param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/openstack/python-heatclient/python-heatclient.spec.j2</param>
<param name="output-name">python-heatclient.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,python-heatclient</param>
</service>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 23 13:03:14 UTC 2018 - tbechtold@suse.com
- Switch to stable/queens spec template
-------------------------------------------------------------------
Mon Feb 12 09:56:03 UTC 2018 - cloud-devel@suse.de

View File

@ -86,7 +86,7 @@ the OpenStack Heat API.
Summary: Documentation for OpenStack Heat API Client
Group: Documentation/HTML
BuildRequires: python-Sphinx
BuildRequires: python-openstackdocstheme >= 1.17.0
BuildRequires: python-openstackdocstheme >= 1.18.1
%description -n python-heatclient-doc
This is a client for the OpenStack Heat API. There's a Python API (the