From 348c1c497e60b9d717393d38eabac963c76ed020 Mon Sep 17 00:00:00 2001 From: chen-jan Date: Tue, 26 Oct 2021 01:33:47 +0000 Subject: [PATCH] change the spec file name to be the same as the repo name --- ...on-networking-baremetal.spec => networking-baremetal.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename python-networking-baremetal.spec => networking-baremetal.spec (97%) diff --git a/python-networking-baremetal.spec b/networking-baremetal.spec similarity index 97% rename from python-networking-baremetal.spec rename to networking-baremetal.spec index 28036a2..02a4bc8 100644 --- a/python-networking-baremetal.spec +++ b/networking-baremetal.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-networking-baremetal Version: 4.0.0 -Release: 2 +Release: 3 Summary: Neutron plugin that provides deep Ironic/Neutron integration. License: ASL 2.0 URL: https://docs.openstack.org/networking-baremetal/latest/ @@ -125,6 +125,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Oct 26 2021 chenchen - 4.0.0-3 +- change the spec file name to be the same as the repo name + * Thu Aug 19 liksh 4.0.0-1 - update from 3.0.0 to 4.0.0 -- Gitee