From 5a741432a8be577bdbd933252bcce6808490399d Mon Sep 17 00:00:00 2001 From: tanyulong2021 Date: Mon, 20 Jun 2022 15:40:26 +0800 Subject: [PATCH] Delete unnecessary gdb from BuildRequires --- python-Cython.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/python-Cython.spec b/python-Cython.spec index 8d37ce9..87de07e 100644 --- a/python-Cython.spec +++ b/python-Cython.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-Cython Version: 0.29.24 -Release: 1 +Release: 2 Summary: The Cython compiler for writing C extensions for the Python language. License: Apache 2.0 URL: https://github.com/cython/cython @@ -14,11 +14,12 @@ The most widely used Python to C compiler %package -n python3-Cython Summary: The Cython compiler for writing C extensions for the Python language. Provides: python-Cython + BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-cffi BuildRequires: gcc -BuildRequires: gdb + %description -n python3-Cython The most widely used Python to C compiler @@ -69,5 +70,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Jun 20 2022 tanyulong - 0.29.24-2 +- Delete unnecessary gdb from BuildRequires + * Tue Oct 12 2021 Python_Bot - 0.29.24-1 - Package Init -- Gitee