Require lmdb-libs > 0.9.29
With the lmdb 0.9.29 version, fapolicyd 1.6 locks the system up by calling fapolicyd-cli --check-trustdb. This does not happen with LMDB 0.9.32. Resolves: RHEL-192134
This commit is contained in:
parent
1066d83dce
commit
1bb9ec884a
@ -5,7 +5,7 @@
|
||||
Summary: Application Whitelisting Daemon
|
||||
Name: fapolicyd
|
||||
Version: 1.6
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://github.com/linux-application-whitelisting/fapolicyd
|
||||
Source0: https://github.com/linux-application-whitelisting/fapolicyd/releases/download/v%{version}/fapolicyd-%{version}.tar.gz
|
||||
@ -42,6 +42,7 @@ BuildRequires: uthash-devel
|
||||
%endif
|
||||
|
||||
Requires: rpm-plugin-fapolicyd
|
||||
Requires: lmdb-libs > 0.9.29
|
||||
Recommends: %{name}-selinux
|
||||
Requires(pre): shadow-utils
|
||||
Requires(post): systemd-units
|
||||
@ -277,6 +278,9 @@ fi
|
||||
%selinux_relabel_post -s %{selinuxtype}
|
||||
|
||||
%changelog
|
||||
* Wed Jul 08 2026 Vit Mojzis <vmojzis@redhat.com> - 1.6-2
|
||||
- Add dependency on the latest version of lmdb-libs
|
||||
|
||||
* Thu Jun 11 2026 Petr Lautrbach <lautrbach@redhat.com> - 1.6-1
|
||||
- fapolicyd-1.6
|
||||
https://github.com/linux-application-whitelisting/fapolicyd/releases/tag/v1.6
|
||||
|
||||
Loading…
Reference in New Issue
Block a user