Remove redundant gdb from BuildRequires

This commit is contained in:
fuanan 2021-07-20 19:03:26 +08:00
parent 98cbafb5b3
commit e3990f44ea

View File

@ -1,12 +1,12 @@
Name: libpsl
Version: 0.21.1
Release: 1
Release: 2
Summary: C library to handle the Public Suffix List
License: MIT
URL: https://github.com/rockdaboot/libpsl
Source0: https://github.com/rockdaboot/libpsl/releases/download/%{version}/libpsl-%{version}.tar.gz
BuildRequires: gcc git gdb gtk-doc glib2-devel libxslt python3-devel
BuildRequires: gcc git gtk-doc glib2-devel libxslt python3-devel
BuildRequires: libicu-devel libidn2-devel publicsuffix-list libunistring-devel
Requires: publicsuffix-list
Provides: psl = %{version}-%{release}
@ -97,6 +97,9 @@ make check
%{_datadir}/gtk-doc/html/%{name}
%changelog
* Tue Jul 20 2021 fuanan <fuanan3@huawei.com> - 0.21.1-2
- Remove redundant gdb from BuildRequires
* Mon Jul 27 2020 zhangxingliang <zhangxingliang3@huawei.com> - 0.21.1-1
- Type:update
- ID: NA