!8 remove BuildRequires gdb

From: @xinyingchao
Reviewed-by: @overweight
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2021-07-23 06:27:54 +00:00 committed by Gitee
commit 323868d153

View File

@ -5,7 +5,7 @@
Name: lua-expat
Version: 1.3.0
Release: 19
Release: 20
Summary: A SAX XML parser based on the Expat library
License: MIT
URL: http://www.keplerproject.org/luaexpat/
@ -13,7 +13,7 @@ Source0: http://matthewwild.co.uk/projects/luaexpat/luaexpat-%{version}.t
Patch6000: lua-expat-1.3.0-improve-test.patch
BuildRequires: lua >= %{luaver} lua-devel >= %{luaver} gcc expat-devel gdb
BuildRequires: lua >= %{luaver} lua-devel >= %{luaver} gcc expat-devel
Requires: lua(abi) = %{luaver}
%description
@ -57,6 +57,9 @@ lua -e 'package.cpath="./src/?.so;" .. package.cpath; package.path="./src/?.lua;
%doc doc/us/*
%changelog
* Fri Jul 23 2021 yuanxin<yuanxin24@huawei.com> - 1.3.0-20
- remove BuildRequires gdb
* Fri Aug 14 2020 shenyangyang<shenyangyang4@huawei.com> - 1.3.0-19
- Type:bugfix
- ID:NA