update gdbm.spec.

This commit is contained in:
yanxiaodan 2022-06-24 12:52:34 +00:00 committed by Gitee
parent 9be8961013
commit 339e1adf84
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: gdbm
Version: 1.18.1
Release: 4
Release: 5
Epoch: 1
Summary: A library of database functions that work similar to the standard UNIX dbm
License: GPLv3+
@ -9,6 +9,7 @@ Source0: http://ftp.gnu.org/gnu/gdbm/gdbm-%{version}.tar.gz
Patch0: 0000-Fix-gdbmtool-import-command.patch
Patch1: 0001-fix-gdbm_dump-usage-stack-overflow.patch
Patch2: gdbm_dump-fix-command-line-error-detection.patch
BuildRequires: gcc libtool gettext readline-devel git
@ -100,6 +101,9 @@ fi
%{_infodir}/*.info*
%changelog
* Fri Jun 24 2022 yanxiaodan <yanxiaodan@huawei.com> - 1.18.1-5
- gdbm_dump-fix-command-line-error-detection
* Wed Mar 02 2022 Zhiqiang Liu <liuzhiqiang26@huawei.com> - 1.18.1-4
- Fix stack overflow in print_usage