From 46611c7e301b486be03ae5587a0dbe84138cd728 Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Tue, 25 Apr 2023 17:42:45 +0800 Subject: [PATCH] add Requires:libgcrypt-sm3 to support sm3 (cherry picked from commit 57ecdc5d4fa06ef957c409b8a2c0d2ff91c8f36c) --- aide.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/aide.spec b/aide.spec index 86b1b22..b09cbd3 100644 --- a/aide.spec +++ b/aide.spec @@ -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 @@ -18,6 +18,8 @@ BuildRequires: autoconf automake %if %{with have_check} BuildRequires: check-devel %endif +# for sm3 support +Requires: libgcrypt-sm3 Patch0: Add-sm3-algorithm-for-aide.patch Patch1: backport-Handle-malformed-database-lines.patch @@ -78,6 +80,12 @@ make check %{_mandir}/*/* %changelog +* Tue Apr 25 2023 yixiangzhike - 0.17.4-3 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: add Requires:libgcrypt-sm3 to support sm3 + * Tue Mar 28 2023 yixiangzhike - 0.17.4-2 - Type:bugfix - ID:NA