From 585aef424af5cfdc40ae64f0c306da13dadd819d Mon Sep 17 00:00:00 2001 From: Jia Chao Date: Tue, 21 Jan 2025 09:37:01 +0800 Subject: [PATCH] Fix: add autoconf, automake to buildrequires. Signed-off-by: Jia Chao --- gnupg2.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gnupg2.spec b/gnupg2.spec index 45c9392..29e4178 100644 --- a/gnupg2.spec +++ b/gnupg2.spec @@ -1,6 +1,6 @@ Name: gnupg2 Version: 2.4.7 -Release: 1 +Release: 2 Summary: Utility for secure communication and data storage License: CC0-1.0 AND GPL-2.0-or-later AND GPL-3.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-or-later AND (BSD-3-Clause OR LGPL-3.0-or-later OR GPL-2.0-or-later) AND CC-BY-4.0 AND MIT @@ -22,6 +22,7 @@ Patch10: gnupg-2.4.5-do-install-expired-ca.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 @@ -121,6 +122,9 @@ rm -f %{buildroot}%{_infodir}/dir %changelog +* Tue Jan 21 2025 Jia Chao - 2.4.7-2 +- Fix: add autoconf, automake to buildrequires. + * Tue Nov 26 2024 Funda Wang - 2.4.7-1 - update to 2.4.7 - do not install expired cert -- Gitee