Change Obsoletes to Conflicts

This commit is contained in:
tzing_t 2023-11-06 08:48:24 +00:00
parent 760138952b
commit e4fafd50cd

View File

@ -8,7 +8,7 @@ other specific tests useful in validating an OpenStack deployment.
Name: openstack-%{project} Name: openstack-%{project}
Version: 22.1.0 Version: 22.1.0
Release: 1 Release: 2
Summary: OpenStack Integration Test Suite (Tempest) Summary: OpenStack Integration Test Suite (Tempest)
License: ASL 2.0 License: ASL 2.0
Url: https://launchpad.net/tempest Url: https://launchpad.net/tempest
@ -38,7 +38,7 @@ Summary: Tempest Python library
# Obsoletes python-tempest-lib to avoid breakage # Obsoletes python-tempest-lib to avoid breakage
# during upgrade from Newton onwards to till this # during upgrade from Newton onwards to till this
# release # release
Obsoletes: python-tempest-lib Conflicts: python-tempest-lib
Requires: python3-cliff >= 2.8.0 Requires: python3-cliff >= 2.8.0
Requires: python3-debtcollector >= 1.2.0 Requires: python3-debtcollector >= 1.2.0
@ -187,6 +187,9 @@ PYTHON=%{__python3} stestr --test-path $OS_TEST_PATH run
%endif %endif
%changelog %changelog
* Mon Nov 06 2023 zhengting <zhengting13@huawei.com> - 22.1.0-2
* Change Obsoletes to Conflicts
* Mon Nov 15 2021 liusheng <liusheng2048@gmail.com> - 22.1.0-1 * Mon Nov 15 2021 liusheng <liusheng2048@gmail.com> - 22.1.0-1
- Upgrade tempest package to version 22.1.0 - Upgrade tempest package to version 22.1.0