From 58786ecdb3aab2076f9c325f788ef24a06151a7a Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Wed, 4 Aug 2021 21:19:11 +0800 Subject: [PATCH] delete BuildRequires gdb --- python-pycares.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-pycares.spec b/python-pycares.spec index c0a3cd6..52536e4 100644 --- a/python-pycares.spec +++ b/python-pycares.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-pycares Version: 4.0.0 -Release: 1 +Release: 2 Summary: Python interface for c-ares License: MIT URL: http://github.com/saghul/pycares @@ -20,7 +20,6 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-cffi BuildRequires: gcc -BuildRequires: gdb %description -n python3-pycares pycares is a Python module which provides an interface to c-ares.c-ares is a C library that performs DNS requests and name resolutions asynchronously. @@ -71,5 +70,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Aug 04 2021 chenyanpanHW - 4.0.0-2 +- DESC: delete BuildRequires gdb + * Sun May 23 2021 Python_Bot - Package Spec generated -- Gitee