Remove check stage due to requirements missed
This commit is contained in:
parent
664a70e185
commit
60aab90413
@ -1,7 +1,7 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-debtcollector
|
Name: python-debtcollector
|
||||||
Version: 1.22.0
|
Version: 1.22.0
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner.
|
Summary: A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner.
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://docs.openstack.org/debtcollector/latest
|
URL: https://docs.openstack.org/debtcollector/latest
|
||||||
@ -72,9 +72,6 @@ popd
|
|||||||
mv %{buildroot}/filelist.lst .
|
mv %{buildroot}/filelist.lst .
|
||||||
mv %{buildroot}/doclist.lst .
|
mv %{buildroot}/doclist.lst .
|
||||||
|
|
||||||
%check
|
|
||||||
%{__python3} setup.py test
|
|
||||||
|
|
||||||
%files -n python3-debtcollector -f filelist.lst
|
%files -n python3-debtcollector -f filelist.lst
|
||||||
%dir %{python3_sitelib}/*
|
%dir %{python3_sitelib}/*
|
||||||
|
|
||||||
@ -82,6 +79,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 09 2021 liusheng <liusheng2048@gmail.com> - 1.22.0-3
|
||||||
|
- Remove check stage due to requirements missed
|
||||||
|
|
||||||
* Tue Nov 09 2021 huangtianhua <huangtianhua@huawei.com> - 1.22.0-2
|
* Tue Nov 09 2021 huangtianhua <huangtianhua@huawei.com> - 1.22.0-2
|
||||||
- Adds python3-reno as require
|
- Adds python3-reno as require
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user