From 93c3b43b0e6c12c3c89d9eab5ccb43b17ff7f302 Mon Sep 17 00:00:00 2001 From: chen-jan Date: Tue, 26 Oct 2021 01:33:38 +0000 Subject: [PATCH] change the spec file name to be the same as the repo name --- ...ing-generic-switch.spec => networking-generic-switch.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename python-networking-generic-switch.spec => networking-generic-switch.spec (95%) diff --git a/python-networking-generic-switch.spec b/networking-generic-switch.spec similarity index 95% rename from python-networking-generic-switch.spec rename to networking-generic-switch.spec index c8f4f4e..239a3b5 100644 --- a/python-networking-generic-switch.spec +++ b/networking-generic-switch.spec @@ -3,7 +3,7 @@ that configures equipment via SSH. Name: networking-generic-switch Version: 5.0.0 -Release: 1 +Release: 2 Summary: Generic Switch ML2 Neutron Driver License: ASL 2.0 Group: Development/Languages/Python @@ -85,6 +85,9 @@ rm -rf doc/build/html/.{doctrees,buildinfo} %license LICENSE %changelog +* Tue Oct 26 2021 chenchen - 5.0.0-2 +- change the spec file name to be the same as the repo name + * Thu Jul 15 2021 liksh - 5.0.0-1 - update 4.0.1 to 5.0.0 -- Gitee