From 08c192afdb690d7c6885eec900c6513cfcc90b29 Mon Sep 17 00:00:00 2001 From: Jia Chao Date: Tue, 21 Jan 2025 09:42:48 +0800 Subject: [PATCH] Fix: add autoconf, automake to buildrequires. Signed-off-by: Jia Chao (cherry picked from commit 1e9d96574a2096014d1a041a4d70a4f57bc702f7) --- gnupg2.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnupg2.spec b/gnupg2.spec index 631c26e..a98924f 100644 --- a/gnupg2.spec +++ b/gnupg2.spec @@ -1,6 +1,6 @@ Name: gnupg2 Version: 2.4.3 -Release: 5 +Release: 6 Summary: Utility for secure communication and data storage License: GPLv3+ @@ -23,6 +23,7 @@ Patch12: backport-gpg-Fix-minor-memory-leak-during-certain-smartcard-o.patch Patch13: supports-sm2-algorithm-signature-and-uses-sm3-hash-algorithm.patch BuildRequires: gcc +BuildRequires: autoconf automake BuildRequires: zlib-devel, npth-devel, texinfo BuildRequires: libgpg-error-devel >= 1.46 BuildRequires: libgcrypt-devel >= 1.10.2-3 @@ -124,6 +125,9 @@ make check %changelog +* Tue Jan 21 2025 Jia Chao - 2.4.3-6 +- Fix: add autoconf, automake to buildrequires. + * Sat Oct 26 2024 zhengxiaoxiao - 2.4.3-5 - Supports sm2 algorithm signature and uses sm3 hash algorithm. -- Gitee