From 72fc83862e393551e6cf91d2e8a329c06e8d72cf Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Wed, 4 Aug 2021 21:20:50 +0800 Subject: [PATCH] delete BuildRequires gdb --- python-zope-proxy.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-zope-proxy.spec b/python-zope-proxy.spec index e116c7a..3a8b1d3 100644 --- a/python-zope-proxy.spec +++ b/python-zope-proxy.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-zope-proxy Version: 4.3.5 -Release: 1 +Release: 2 Summary: Generic Transparent Proxies License: ZPL 2.1 URL: https://github.com/zopefoundation/zope.proxy @@ -20,7 +20,6 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-cffi BuildRequires: gcc -BuildRequires: gdb %description -n python3-zope-proxy Proxies are special objects which serve as mostly-transparent @@ -78,5 +77,8 @@ mv %{buildroot}/doclist.lst . %{_pkgdocdir} %changelog +* Wed Aug 04 2021 chenyanpanHW - 4.3.5-2 +- DESC: delete BuildRequires gdb + * Thu Dec 17 2020 Python_Bot - Package Spec generated