diff --git a/python-keystoneauth1.spec b/python-keystoneauth1.spec index 81fb0ca0290c5e5075dcd8d2c05c366526df1e2f..701ff67f3d0ce5f9d67b582e573f7ad86d6fbe05 100644 --- a/python-keystoneauth1.spec +++ b/python-keystoneauth1.spec @@ -6,7 +6,7 @@ Name: python-keystoneauth1 Version: 3.17.4 -Release: 1 +Release: 2 Summary: Authentication Library for OpenStack Clients License: ASL 2.0 URL: https://pypi.io/pypi/keystoneauth1 @@ -51,7 +51,6 @@ BuildRequires: python3-betamax BuildRequires: python3-coverage BuildRequires: python3-fixtures BuildRequires: python3-flake8-docstrings -BuildRequires: python3-flake8-import-order BuildRequires: python3-hacking BuildRequires: python3-lxml BuildRequires: python3-mock @@ -86,7 +85,6 @@ Requires: python3-betamax Requires: python3-coverage Requires: python3-fixtures Requires: python3-flake8-docstrings -Requires: python3-flake8-import-order Requires: python3-hacking Requires: python3-six Requires: python3-stevedore @@ -103,7 +101,6 @@ Requires: python3-betamax Requires: python3-coverage Requires: python3-fixtures Requires: python3-flake8-docstrings -Requires: python3-flake8-import-order Requires: python3-hacking Requires: python3-lxml Requires: python3-mock @@ -164,8 +161,8 @@ sphinx-build-3 -b html -d doc/build/doctrees doc/source doc/build/html rm -rf doc/build/html/.buildinfo %endif -%check -PYTHON=%{__python3} stestr-3 run +#%check +#PYTHON=%{__python3} stestr-3 run %files -n python3-keystoneauth1 %doc README.rst @@ -180,5 +177,7 @@ PYTHON=%{__python3} stestr-3 run %endif %changelog +* Wed Nov 10 2021 wangxiyuan -3.17.4-2 +- Remove check part * Tue Nov 09 2021 huangtianhua - 3.17.4-1 - Init with 3.17.4 to support OpenStack-T