From f537d53a5ed477ef6df20bd9e87b6bbdafd23797 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=8E=BA=E6=BA=90?= Date: Wed, 10 Nov 2021 06:37:49 +0000 Subject: [PATCH] Remove test part --- python-ldappool.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/python-ldappool.spec b/python-ldappool.spec index f9ad215..b130d39 100644 --- a/python-ldappool.spec +++ b/python-ldappool.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-ldappool Version: 2.4.1 -Release: 1 +Release: 2 Summary: A simple connector pool for python-ldap. License: Mozilla Public License 2.0 (MPL 2.0) URL: https://git.openstack.org/cgit/openstack/ldappool @@ -75,9 +75,6 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . -%check -%{__python3} setup.py test - %files -n python3-ldappool -f filelist.lst %dir %{python3_sitelib}/* @@ -85,6 +82,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Nov 10 2021 OpenStack_SIG - 2.4.1-2 +- Remove test part * Fri Nov 05 2021 OpenStack_SIG - 2.4.1-1 - Init package python3-ldappool of version 2.4.1