From f6b0e756f7b0dffb205748ff6d05ced39f3c10b5 Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Wed, 26 May 2021 11:28:01 +0800 Subject: [PATCH] Add gcc to BuildRequires --- gnupg2.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnupg2.spec b/gnupg2.spec index 7cc302c..9cdc00c 100644 --- a/gnupg2.spec +++ b/gnupg2.spec @@ -1,6 +1,6 @@ Name: gnupg2 Version: 2.2.21 -Release: 2 +Release: 3 Summary: Utility for secure communication and data storage License: GPLv3+ @@ -21,6 +21,7 @@ Patch10: gnupg-2.2.20-file-is-digest.patch Patch11: gnupg-2.2.21-coverity.patch Patch12: backport-CVE-2020-25125.patch +BuildRequires: gcc BuildRequires: zlib-devel, npth-devel, gdb, texinfo BuildRequires: libgpg-error-devel >= 1.31 BuildRequires: libgcrypt-devel >= 1.7.0 @@ -114,6 +115,9 @@ make check %changelog +* Wed May 26 2021 yixiangzhike - 2.2.21-3 +- add gcc to BuildRequires + * Mon Dec 28 2020 yixiangzhike - 2.2.21-2 - fix CVE-2020-25125