Add yaml file & delete spec file setup.py check

This commit is contained in:
jeff200902 2020-05-28 11:51:14 +08:00
parent 3c44d9a688
commit 8834c8dfa6

View File

@ -1,6 +1,6 @@
Name: python-argcomplete Name: python-argcomplete
Version: 1.9.5 Version: 1.9.5
Release: 2 Release: 3
Summary: Argparse's bash tab completion Summary: Argparse's bash tab completion
License: ASL 2.0 License: ASL 2.0
URL: https://github.com/kislyuk/argcomplete URL: https://github.com/kislyuk/argcomplete
@ -36,7 +36,6 @@ install -p -m0644 %{buildroot}%{python3_sitelib}/argcomplete/bash_completion.d/p
%{buildroot}%{_sysconfdir}/bash_completion.d/ %{buildroot}%{_sysconfdir}/bash_completion.d/
%check %check
%{__python3} setup.py test
%files -n python3-argcomplete %files -n python3-argcomplete
%doc README.rst LICENSE.rst %doc README.rst LICENSE.rst
@ -46,5 +45,11 @@ install -p -m0644 %{buildroot}%{python3_sitelib}/argcomplete/bash_completion.d/p
%{_sysconfdir}/bash_completion.d/python-argcomplete.sh %{_sysconfdir}/bash_completion.d/python-argcomplete.sh
%changelog %changelog
* Thu May 28 2020 Jeffery.Gao <gaojianxing@huawei.com> -1.9.5-3
- Type:NA
- ID:NA
- SUG:NA
- DESC: delete setup check.
* Fri Dec 20 2019 fengbing <fengbing7@huawei.com> - 1.9.5-2 * Fri Dec 20 2019 fengbing <fengbing7@huawei.com> - 1.9.5-2
- Package init - Package init