From a53959add466a77485c3ca261f8ca4a7d2731f05 Mon Sep 17 00:00:00 2001 From: openeuler-basic Date: Sat, 14 Mar 2020 18:14:36 +0800 Subject: [PATCH] add build requires of gdb --- gnupg2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnupg2.spec b/gnupg2.spec index 0e80728..c0f1620 100644 --- a/gnupg2.spec +++ b/gnupg2.spec @@ -1,6 +1,6 @@ Name: gnupg2 Version: 2.2.17 -Release: 4 +Release: 5 Summary: Utility for secure communication and data storage License: GPLv3+ @@ -8,7 +8,7 @@ URL: https://gnupg.org/ Source0: https://www.gnupg.org/ftp/gcrypt/gnupg/gnupg-%{version}.tar.bz2 Source1: https://www.gnupg.org/ftp/gcrypt/gnupg/gnupg-%{version}.tar.bz2.sig -BuildRequires: zlib-devel, npth-devel +BuildRequires: zlib-devel, npth-devel gdb BuildRequires: libgpg-error-devel >= 1.31 BuildRequires: libgcrypt-devel >= 1.7.0 BuildRequires: libksba-devel >= 1.3.0 @@ -101,6 +101,9 @@ make check %changelog +* Sat Mar 14 2020 openEuler Buildteam - 2.2.17-5 +- Add build requires of gdb + * Fri Jan 10 2020 openEuler Buildteam - 2.2.17-4 - clean code -- Gitee