Delete unnecessary gdb from BuildRequires

This commit is contained in:
tanyulong2021 2022-06-24 15:57:15 +08:00
parent e27a1ee826
commit b1ed8b2e99

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-lz4 Name: python-lz4
Version: 4.0.0 Version: 4.0.0
Release: 1 Release: 2
Summary: LZ4 Bindings for Python Summary: LZ4 Bindings for Python
License: BSD and Zlib License: BSD and Zlib
URL: https://github.com/python-lz4/python-lz4 URL: https://github.com/python-lz4/python-lz4
@ -20,7 +20,6 @@ BuildRequires: python3-pip
BuildRequires: python3-wheel BuildRequires: python3-wheel
BuildRequires: python3-cffi BuildRequires: python3-cffi
BuildRequires: gcc BuildRequires: gcc
BuildRequires: gdb
# General requires # General requires
BuildRequires: python3-sphinx BuildRequires: python3-sphinx
BuildRequires: python3-sphinx-bootstrap-theme BuildRequires: python3-sphinx-bootstrap-theme
@ -94,6 +93,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Jun 24 2022 tanyulong<tanyulong@kylinos.cn> - 4.0.0-2
- Delete unnecessary gdb from BuildRequires
* Tue May 17 2022 OpenStack_SIG <openstack@openeuler.org> - 4.0.0-1 * Tue May 17 2022 OpenStack_SIG <openstack@openeuler.org> - 4.0.0-1
- Init package python3-lz4 of version 4.0.0 - Init package python3-lz4 of version 4.0.0