From dfe4fe65427c45820dcb5fd65fd68654cf3fb01e Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Wed, 4 Aug 2021 21:17:53 +0800 Subject: [PATCH] delete BuildRequires gdb --- python-libsass.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-libsass.spec b/python-libsass.spec index 783a56a..0289e6b 100644 --- a/python-libsass.spec +++ b/python-libsass.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-libsass Version: 0.21.0 -Release: 1 +Release: 2 Summary: Sass for Python: A straightforward binding of libsass for Python. License: MIT URL: https://sass.github.io/libsass-python/ @@ -24,7 +24,6 @@ BuildRequires: python3-setuptools BuildRequires: python3-pbr BuildRequires: python3-cffi BuildRequires: gcc -BuildRequires: gdb %description -n python3-libsass This package provides a simple Python extension module ``sass`` which is @@ -87,5 +86,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Aug 04 2021 chenyanpanHW - 0.21.0-2 +- DESC: delete BuildRequires gdb + * Sat Jul 03 2021 Python_Bot - 0.21.0-1 - Package Spec generated -- Gitee