diff --git a/python-os-vif.spec b/python-os-vif.spec index 2157db936dbe5876c421bbdc93dad0e4f24c0ea3..c76ffce8dd8286ab6021325dc0b1ff793918fb51 100644 --- a/python-os-vif.spec +++ b/python-os-vif.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-os-vif Version: 2.4.0 -Release: 1 +Release: 2 Summary: A library for plugging and unplugging virtual interfaces in OpenStack. License: Apache-2.0 URL: https://docs.openstack.org/os-vif/latest/ @@ -50,7 +50,6 @@ Requires: python3-subunit Requires: python3-oslotest Requires: python3-os-testr Requires: python3-testtools -Requires: python3-oslo-versionedobjects-tests Requires: python3-testrepository Requires: python3-testscenarios Requires: python3-stestr @@ -113,6 +112,8 @@ PYTHON=%{__python3} stestr-3 --test-path $OS_TEST_PATH run %{_docdir}/* %changelog +* Wed Aug 04 2021 OpenStack_SIG - 2.4.0-2 +- Remove requires oslo-versiondobject-tests * Fri Jul 23 2021 OpenStack_SIG - 2.4.0-1 - Update to 2.4.0 * Thu Jan 21 2021 zhangy1317