From 6e2a9045446d513e5de072a36895c113840ea25b Mon Sep 17 00:00:00 2001 From: chen-jan Date: Tue, 26 Oct 2021 01:51:09 +0000 Subject: [PATCH] change the spec file name to be the same as the repo name --- python-oslo-sphinx.spec => python-oslo.sphinx.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename python-oslo-sphinx.spec => python-oslo.sphinx.spec (94%) diff --git a/python-oslo-sphinx.spec b/python-oslo.sphinx.spec similarity index 94% rename from python-oslo-sphinx.spec rename to python-oslo.sphinx.spec index b040c7c..6711d2a 100644 --- a/python-oslo-sphinx.spec +++ b/python-oslo.sphinx.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-oslo-sphinx Version: 4.18.0 -Release: 1 +Release: 2 Summary: OpenStack Sphinx Extensions License: Apache-2.0 URL: http://www.openstack.org/ @@ -83,6 +83,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Oct 26 2021 chenchen - 4.18.0-2 +- change the spec file name to be the same as the repo name + * Fri Jul 23 2021 OpenStack_SIG 4.18.0-1 - Update to 4.18.0 * Wed Nov 25 2020 Python_Bot -- Gitee