From 7c43382f58e86ffeaa8a94b13d02e7e900e2766e Mon Sep 17 00:00:00 2001 From: chen-jan Date: Tue, 26 Oct 2021 01:54:07 +0000 Subject: [PATCH] change the spec file name to be the same as the repo name --- ...uilder.spec => openstack-ironic-python-agent-builder.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename python-ironic-python-agent-builder.spec => openstack-ironic-python-agent-builder.spec (94%) diff --git a/python-ironic-python-agent-builder.spec b/openstack-ironic-python-agent-builder.spec similarity index 94% rename from python-ironic-python-agent-builder.spec rename to openstack-ironic-python-agent-builder.spec index 74169cf..c610c1f 100644 --- a/python-ironic-python-agent-builder.spec +++ b/openstack-ironic-python-agent-builder.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-ironic-python-agent-builder Version: 2.7.0 -Release: 1 +Release: 2 Summary: Tools and scripts to build Ironic Python Agent License: ASL 2.0 URL: https://docs.openstack.org/ironic-python-agent-builder/latest/ @@ -72,6 +72,9 @@ mv %{buildroot}/doclist.lst . %{_datadir}/* %changelog +* Tue Oct 26 2021 chenchen - 2.7.0-2 +- change the spec file name to be the same as the repo name + * Fri Aug 20 2021 liksh 2.7.0-1 - Update to 2.7.0 -- Gitee