diff --git a/keystone_tempest_plugin-0.7.0.tar.gz b/keystone_tempest_plugin-0.7.0.tar.gz deleted file mode 100644 index 3e3f8ed785b7547a1ec1f5a759306962c391712e..0000000000000000000000000000000000000000 Binary files a/keystone_tempest_plugin-0.7.0.tar.gz and /dev/null differ diff --git a/keystone_tempest_plugin-0.9.0.tar.gz b/keystone_tempest_plugin-0.9.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4de3f856e007c05d4bc0436e652d8038bd3e28ad Binary files /dev/null and b/keystone_tempest_plugin-0.9.0.tar.gz differ diff --git a/keystone-tempest-plugin.spec b/python-keystone-tempest-plugin.spec similarity index 72% rename from keystone-tempest-plugin.spec rename to python-keystone-tempest-plugin.spec index 0533bfae2eb9e8a8b5ae07b70592716e304f647c..1f289772309ed4a8635400c3fdd7a554113fe194 100644 --- a/keystone-tempest-plugin.spec +++ b/python-keystone-tempest-plugin.spec @@ -1,15 +1,15 @@ %global _empty_manifest_terminate_build 0 -%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 +Version: 0.9.0 Release: 1 Summary: Tempest plugin keystone_tempest_plugin License: Apache-2.0 -URL: https://github.com/openstack/keystone-tempest-plugin -Source0: https://files.pythonhosted.org/packages/0d/12/7d56b7225abe6158f82aac4542a25bf62a8c901b22f0e60bd96489993b2c/keystone_tempest_plugin-0.7.0.tar.gz +URL: https://docs.openstack.org/keystone/latest/ +Source0: https://files.pythonhosted.org/packages/4b/49/ed43c287efdec34b755769307dac0156727a106180e55e1f8bc4126e0457/keystone_tempest_plugin-0.9.0.tar.gz BuildArch: noarch %description -%{common_desc} +Tempest plugin for functional testing of keystone's LDAP and federation +features. More information can be found in the keystone developer documentation. %package -n python3-keystone-tempest-plugin Summary: Tempest plugin keystone_tempest_plugin @@ -34,23 +34,25 @@ Requires: python3-requests Requires: python3-tempest Requires: python3-testtools %description -n python3-keystone-tempest-plugin -%{common_desc} +Tempest plugin for functional testing of keystone's LDAP and federation +features. More information can be found in the keystone developer documentation. %package help Summary: Tempest plugin keystone_tempest_plugin Provides: python3-keystone-tempest-plugin-doc %description help -%{common_desc} +Tempest plugin for functional testing of keystone's LDAP and federation +features. More information can be found in the keystone developer documentation. %prep -%autosetup -n keystone_tempest_plugin-0.7.0 +%autosetup -n keystone_tempest_plugin-%{version} %build %py3_build - %install %py3_install + install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi @@ -77,16 +79,16 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . -%check -#%{__python3} setup.py test %files -n python3-keystone-tempest-plugin -f filelist.lst %dir %{python3_sitelib}/* - %files help -f doclist.lst %{_docdir}/* %changelog +* Tue Jul 19 2022 OpenStack_SIG - 0.9.0-1 +- Upgrade package python3-keystone-tempest-plugin to version 0.9.0 + * Tue Jul 20 2021 OpenStack_SIG - 0.7.0-1 - Package Spec generate