From 04c38e26eb73d7ccd25861cbf3330047a54a3e73 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Wed, 4 Aug 2021 21:20:06 +0800 Subject: [PATCH] delete BuildRequires gdb --- python-simplejson.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-simplejson.spec b/python-simplejson.spec index aeab26a..fab38c1 100644 --- a/python-simplejson.spec +++ b/python-simplejson.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-simplejson Version: 3.17.0 -Release: 1 +Release: 2 Summary: Simple, fast, extensible JSON encoder/decoder for Python License: MIT License URL: https://github.com/simplejson/simplejson @@ -19,7 +19,6 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-cffi BuildRequires: gcc -BuildRequires: gdb %description -n python3-simplejson simplejson is a simple, fast, complete, correct and extensible JSON encoder and decoder for Python 3. @@ -71,5 +70,8 @@ mv %{buildroot}/doclist.lst . %{_pkgdocdir} %changelog +* Wed Aug 04 2021 chenyanpanHW - 3.17.0-2 +- DESC: delete BuildRequires gdb + * Fri Jun 19 2020 Python_Bot - Package Spec generated