diff --git a/python-oslo-vmware.spec b/python-oslo-vmware.spec index 30d8a934e3532529084370e398da93263bae8197..712a09817f4821b40c136313edc136d49e1b38c4 100644 --- a/python-oslo-vmware.spec +++ b/python-oslo-vmware.spec @@ -3,7 +3,7 @@ Name: python-oslo-vmware Version: 3.10.0 -Release: 1 +Release: 2 Summary: Oslo VMware library for OpenStack projects License: ASL 2.0 URL: https://opendev.org/openstack/oslo.vmware @@ -136,7 +136,7 @@ mv %{buildroot}%{python3_sitelib}/oslo_vmware/locale %{buildroot}%{_datadir}/loc %check rm -f ./oslo_vmware/tests/test_hacking.py export OS_TEST_PATH="./oslo_vmware/tests" -PYTHON=python3 stestr-3 --test-path $OS_TEST_PATH run +PYTHON=python3 stestr --test-path $OS_TEST_PATH run %files -n python3-oslo-vmware %doc README.rst @@ -158,6 +158,9 @@ PYTHON=python3 stestr-3 --test-path $OS_TEST_PATH run %license LICENSE %changelog +* Mon Mar 06 2023 misaka00251 - 3.10.0-2 +- Fix test failed + * Thu Jun 16 2022 OpenStack_SIG - 3.10.0-1 - Upgrade version for openstack yoga