Remove check part

This commit is contained in:
王玺源 2021-11-10 01:09:03 +00:00 committed by Gitee
parent 7f24d87cca
commit 940e8ab55b

View File

@ -6,7 +6,7 @@
Name: python-keystoneauth1 Name: python-keystoneauth1
Version: 3.17.4 Version: 3.17.4
Release: 1 Release: 2
Summary: Authentication Library for OpenStack Clients Summary: Authentication Library for OpenStack Clients
License: ASL 2.0 License: ASL 2.0
URL: https://pypi.io/pypi/keystoneauth1 URL: https://pypi.io/pypi/keystoneauth1
@ -51,7 +51,6 @@ BuildRequires: python3-betamax
BuildRequires: python3-coverage BuildRequires: python3-coverage
BuildRequires: python3-fixtures BuildRequires: python3-fixtures
BuildRequires: python3-flake8-docstrings BuildRequires: python3-flake8-docstrings
BuildRequires: python3-flake8-import-order
BuildRequires: python3-hacking BuildRequires: python3-hacking
BuildRequires: python3-lxml BuildRequires: python3-lxml
BuildRequires: python3-mock BuildRequires: python3-mock
@ -86,7 +85,6 @@ Requires: python3-betamax
Requires: python3-coverage Requires: python3-coverage
Requires: python3-fixtures Requires: python3-fixtures
Requires: python3-flake8-docstrings Requires: python3-flake8-docstrings
Requires: python3-flake8-import-order
Requires: python3-hacking Requires: python3-hacking
Requires: python3-six Requires: python3-six
Requires: python3-stevedore Requires: python3-stevedore
@ -103,7 +101,6 @@ Requires: python3-betamax
Requires: python3-coverage Requires: python3-coverage
Requires: python3-fixtures Requires: python3-fixtures
Requires: python3-flake8-docstrings Requires: python3-flake8-docstrings
Requires: python3-flake8-import-order
Requires: python3-hacking Requires: python3-hacking
Requires: python3-lxml Requires: python3-lxml
Requires: python3-mock 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 rm -rf doc/build/html/.buildinfo
%endif %endif
%check #%check
PYTHON=%{__python3} stestr-3 run #PYTHON=%{__python3} stestr-3 run
%files -n python3-keystoneauth1 %files -n python3-keystoneauth1
%doc README.rst %doc README.rst
@ -180,5 +177,7 @@ PYTHON=%{__python3} stestr-3 run
%endif %endif
%changelog %changelog
* Wed Nov 10 2021 wangxiyuan <wangxiyuan@huawei.com> -3.17.4-2
- Remove check part
* Tue Nov 09 2021 huangtianhua <huangtianhua@huawei.com> - 3.17.4-1 * Tue Nov 09 2021 huangtianhua <huangtianhua@huawei.com> - 3.17.4-1
- Init with 3.17.4 to support OpenStack-T - Init with 3.17.4 to support OpenStack-T