Fix: add autoconf, automake to buildrequires.

Signed-off-by: Jia Chao <jiac13@chinaunicom.cn>
This commit is contained in:
Jia Chao 2025-01-21 09:42:48 +08:00
parent 8e100984ef
commit 1e9d96574a

View File

@ -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 <jiac13@chinaunicom.cn> - 2.4.3-6
- Fix: add autoconf, automake to buildrequires.
* Sat Oct 26 2024 zhengxiaoxiao <zhengxiaoxiao2@huawei.com> - 2.4.3-5
- Supports sm2 algorithm signature and uses sm3 hash algorithm.