!49 【openEuler-20.03-LTS-SP3】Add Requires:libgcrypt-sm3 to support sm3

From: @yixiangzhike 
Reviewed-by: @HuaxinLuGitee 
Signed-off-by: @HuaxinLuGitee
This commit is contained in:
openeuler-ci-bot 2023-07-10 06:37:16 +00:00 committed by Gitee
commit 50c1d77229
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: aide
Version: 0.16.2
Release: 5
Release: 6
Summary: Advanced Intrusion Detection Environment
License: GPLv2+
URL: http://sourceforge.net/projects/aide
@ -11,6 +11,9 @@ Source2: aide.logrotate
BuildRequires: gcc make bison flex pcre-devel libgpg-error-devel libgcrypt-devel zlib-devel libcurl-devel
BuildRequires: libacl-devel libselinux-devel libattr-devel e2fsprogs-devel audit-libs-devel git
# for sm3 support
Requires: libgcrypt-sm3
Patch0: aide-define_hash_use_gcrypt.patch
Patch1: add-sm3-crypt-support.patch
Patch2: backport-CVE-2021-45417-Precalculate-buffer-size-in-base64-functions.patch
@ -65,6 +68,12 @@ mkdir -p -m0700 %{buildroot}%{_localstatedir}/lib/aide
%{_mandir}/*/*
%changelog
* Mon Jul 10 2023 yixiangzhike <yixiangzhike007@163.com> - 0.16.2-6
- Type:bugfix
- ID:NA
- SUG:NA
- DESC: add Requires:libgcrypt-sm3 to support sm3
* Thu Sep 29 2022 yixiangzhike <yixiangzhike007@163.com> - 0.16.2-5
- Type:bugfix
- ID:NA