!79 Fix: add autoconf to buildrequires

From: @jiachao2130 
Reviewed-by: @zcfsite 
Signed-off-by: @zcfsite
This commit is contained in:
openeuler-ci-bot 2025-01-22 03:19:12 +00:00 committed by Gitee
commit 9b5f5a7b3b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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.