diff --git a/python-keystoneauth1.spec b/python-keystoneauth1.spec index 98cfff6b20093fd16b22566c00184a443ce9a6a9..52357a4169bf7af4eb564d6118f43cf75d11ced7 100644 --- a/python-keystoneauth1.spec +++ b/python-keystoneauth1.spec @@ -6,7 +6,7 @@ Name: python-keystoneauth1 Version: 4.3.1 -Release: 1 +Release: 2 Summary: Authentication Library for OpenStack Clients License: ASL 2.0 URL: https://pypi.io/pypi/keystoneauth1 @@ -104,7 +104,7 @@ rm -rf doc/build/html/.buildinfo %endif %check -PYTHON=%{__python3} stestr-3 run +PYTHON=%{__python3} stestr run %files -n python3-keystoneauth1 %doc README.rst @@ -119,10 +119,15 @@ PYTHON=%{__python3} stestr-3 run %endif %changelog +* Thu Aug 12 2021 huangtianhua - 4.3.1-2 +- Use stestr instead stestr-3 + * Fri Jul 30 2021 huangtianhua - Upgrade to 4.3.1 to support OpenStack-W + * Wed Jan 20 2021 zhangy1317 - Add BuildRequires python3-pip + * Tue Jan 05 2021 Python_Bot - Package Spec generated