From 94a4b80c9401dd49b999d7073c010fd4dd1d8b88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=8E=BA=E6=BA=90?= Date: Tue, 9 Nov 2021 11:47:53 +0000 Subject: [PATCH] Remove test part --- python-openstackdocstheme.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/python-openstackdocstheme.spec b/python-openstackdocstheme.spec index 44245b3..7c83827 100644 --- a/python-openstackdocstheme.spec +++ b/python-openstackdocstheme.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-openstackdocstheme Version: 1.31.1 -Release: 1 +Release: 2 Summary: OpenStack Docs Theme License: Apache-2.0 URL: https://docs.openstack.org/openstackdocstheme/latest/ @@ -68,9 +68,6 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . -%check -%{__python3} setup.py test - %files -n python3-openstackdocstheme -f filelist.lst %dir %{python3_sitelib}/* @@ -78,6 +75,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Nov 09 2021 OpenStack_SIG - 1.31.1-2 +- Remove test part * Fri Oct 29 2021 OpenStack_SIG - 1.31.1-1 - Downgrade package python3-openstackdocstheme to version 1.31.1 -- Gitee