From 5132e5f1c254d22cadb051cadf2442ed11545afb Mon Sep 17 00:00:00 2001 From: tzing_t Date: Mon, 6 Nov 2023 07:23:27 +0000 Subject: [PATCH] Add Conflicts with python-tempest-lib package --- python-tempest-lib.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-tempest-lib.spec b/python-tempest-lib.spec index 8cc0a2a..b6b5f81 100644 --- a/python-tempest-lib.spec +++ b/python-tempest-lib.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-tempest-lib Version: 0.14.0 -Release: 2 +Release: 3 Summary: OpenStack Functional Testing Library License: Apache-2.0 URL: http://www.openstack.org/ @@ -13,6 +13,7 @@ OpenStack Functional Testing Library %package -n python3-tempest-lib Summary: OpenStack Functional Testing Library Provides: python-tempest-lib +Conflicts: openstack-tempest # Base build requires BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -91,6 +92,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Nov 06 2023 zhengting - 0.14.0-3 +- Add Conflicts with python-tempest-lib package + * Wed Nov 10 2021 OpenStack_SIG - 0.14.0-2 - Drop test part * Fri Oct 29 2021 OpenStack_SIG - 0.14.0-1 -- Gitee