diff --git a/python-debtcollector.spec b/python-debtcollector.spec index be29c37a47356f5167eb3db68e97441f680c76e3..062db78b52c91a4651b35a0106e9177c9cc41948 100644 --- a/python-debtcollector.spec +++ b/python-debtcollector.spec @@ -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 - 1.22.0-3 +- Remove check stage due to requirements missed + * Tue Nov 09 2021 huangtianhua - 1.22.0-2 - Adds python3-reno as require