!2 fix random build failed

From: @zhanghua1831
Reviewed-by: @maminjie,@myeuler
Signed-off-by: @myeuler
This commit is contained in:
openeuler-ci-bot 2020-12-28 11:57:37 +08:00 committed by Gitee
commit 8f3a47fcf2

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-portend
Version: 2.6
Release: 1
Release: 2
Summary: TCP port monitoring and discovery
License: MIT
URL: https://pypi.org/project/portend
@ -48,6 +48,7 @@ Summary: TCP port monitoring and discovery
Provides: python-portend
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-setuptools_scm
%description -n python3-portend
Use portend to monitor TCP ports for bound or unbound states.
For example, to wait for a port to be occupied, timing out after 3 seconds::
@ -144,5 +145,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Mon Nov 16 2020 Python_Bot <Python_Bot@openeuler.org>
* Mon Nov 16 2020 zhanghua <zhanghua@huawei.com> - 2.6-2
- fix random build failed
* Mon Nov 16 2020 Python_Bot <Python_Bot@openeuler.org> - 2.6-1
- Package init