!11 Remove check stage due to requirements missed
From: @sean-lau Reviewed-by: @xiyuanwang Signed-off-by: @xiyuanwang
This commit is contained in:
commit
dd5f9b5a92
@ -1,7 +1,7 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-debtcollector
|
||||
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.
|
||||
License: Apache-2.0
|
||||
URL: https://docs.openstack.org/debtcollector/latest
|
||||
@ -72,9 +72,6 @@ popd
|
||||
mv %{buildroot}/filelist.lst .
|
||||
mv %{buildroot}/doclist.lst .
|
||||
|
||||
%check
|
||||
%{__python3} setup.py test
|
||||
|
||||
%files -n python3-debtcollector -f filelist.lst
|
||||
%dir %{python3_sitelib}/*
|
||||
|
||||
@ -82,6 +79,9 @@ mv %{buildroot}/doclist.lst .
|
||||
%{_docdir}/*
|
||||
|
||||
%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
|
||||
- Adds python3-reno as require
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user