Add Requires:libgcrypt-sm3 to support sm3
This commit is contained in:
parent
1a5ed0b430
commit
80924878cf
11
aide.spec
11
aide.spec
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user