From 36925086d6fa141cb175c6822167daf53afdf0cf Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Wed, 4 Aug 2021 21:20:24 +0800 Subject: [PATCH] delete BuildRequires gdb --- python-yarl.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-yarl.spec b/python-yarl.spec index d7fbdd1..0c8e5aa 100644 --- a/python-yarl.spec +++ b/python-yarl.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-yarl Version: 1.5.0 -Release: 1 +Release: 2 Summary: Yet another URL library License: Apache 2 URL: https://github.com/aio-libs/yarl/ @@ -21,7 +21,6 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-cffi BuildRequires: gcc -BuildRequires: gdb %description -n python3-yarl Yet another URL library @@ -72,5 +71,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Aug 04 2021 chenyanpanHW - 1.5.0-2 +- DESC: delete BuildRequires gdb + * Wed Jul 29 2020 Python_Bot - Package Spec generated -- Gitee