From 60aab9041317e3a8c19372008b8fe96ae2af79e9 Mon Sep 17 00:00:00 2001 From: sean-lau Date: Tue, 9 Nov 2021 19:53:36 +0800 Subject: [PATCH] Remove check stage due to requirements missed --- python-debtcollector.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python-debtcollector.spec b/python-debtcollector.spec index be29c37..062db78 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 -- Gitee