!47 【Mainline】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-04-26 09:24:03 +00:00 committed by Gitee
commit 7f4e6db84a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,7 +2,7 @@
Name: aide
Version: 0.17.4
Release: 2
Release: 3
Summary: Advanced Intrusion Detection Environment
License: GPLv2+
URL: http://sourceforge.net/projects/aide
@ -19,6 +19,9 @@ BuildRequires: autoconf automake
BuildRequires: check-devel
%endif
# for sm3 support
Requires: libgcrypt-sm3
Patch0: Add-sm3-algorithm-for-aide.patch
Patch1: backport-Handle-malformed-database-lines.patch
Patch2: backport-Fix-handling-of-duplicate-database-entries.patch
@ -78,6 +81,12 @@ make check
%{_mandir}/*/*
%changelog
* Tue Apr 25 2023 yixiangzhike <yixiangzhike007@163.com> - 0.17.4-3
- Type:bugfix
- ID:NA
- SUG:NA
- DESC: add Requires:libgcrypt-sm3 to support sm3
* Tue Mar 28 2023 yixiangzhike <yixiangzhike007@163.com> - 0.17.4-2
- Type:bugfix
- ID:NA