add Requires:libgcrypt-sm3 to support sm3
(cherry picked from commit 57ecdc5d4fa06ef957c409b8a2c0d2ff91c8f36c)
This commit is contained in:
parent
a366734fdf
commit
46611c7e30
10
aide.spec
10
aide.spec
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: aide
|
Name: aide
|
||||||
Version: 0.17.4
|
Version: 0.17.4
|
||||||
Release: 2
|
Release: 3
|
||||||
Summary: Advanced Intrusion Detection Environment
|
Summary: Advanced Intrusion Detection Environment
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://sourceforge.net/projects/aide
|
URL: http://sourceforge.net/projects/aide
|
||||||
@ -18,6 +18,8 @@ BuildRequires: autoconf automake
|
|||||||
%if %{with have_check}
|
%if %{with have_check}
|
||||||
BuildRequires: check-devel
|
BuildRequires: check-devel
|
||||||
%endif
|
%endif
|
||||||
|
# for sm3 support
|
||||||
|
Requires: libgcrypt-sm3
|
||||||
|
|
||||||
Patch0: Add-sm3-algorithm-for-aide.patch
|
Patch0: Add-sm3-algorithm-for-aide.patch
|
||||||
Patch1: backport-Handle-malformed-database-lines.patch
|
Patch1: backport-Handle-malformed-database-lines.patch
|
||||||
@ -78,6 +80,12 @@ make check
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Mar 28 2023 yixiangzhike <yixiangzhike007@163.com> - 0.17.4-2
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user