From 4154dda4c6150a0c359b7bceeb725e4fdaa1926e Mon Sep 17 00:00:00 2001 From: chen-jan Date: Tue, 26 Oct 2021 01:31:04 +0000 Subject: [PATCH] change the spec file name to be the same as the repo name --- ...empest-plugin.spec => python-keystone-tempest-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename keystone-tempest-plugin.spec => python-keystone-tempest-plugin.spec (95%) diff --git a/keystone-tempest-plugin.spec b/python-keystone-tempest-plugin.spec similarity index 95% rename from keystone-tempest-plugin.spec rename to python-keystone-tempest-plugin.spec index 0533bfa..6a6b790 100644 --- a/keystone-tempest-plugin.spec +++ b/python-keystone-tempest-plugin.spec @@ -2,7 +2,7 @@ %global common_desc Tempest plugin for functional testing of keystone's LDAP and federation features. More information can be found in the keystone developer documentation. Name: python-keystone-tempest-plugin Version: 0.7.0 -Release: 1 +Release: 2 Summary: Tempest plugin keystone_tempest_plugin License: Apache-2.0 URL: https://github.com/openstack/keystone-tempest-plugin @@ -88,5 +88,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Oct 26 2021 chenchen - 0.7.0-2 +- change the spec file name to be the same as the repo name + * Tue Jul 20 2021 OpenStack_SIG - 0.7.0-1 - Package Spec generate -- Gitee