From 1bb9ec884a4f971bed89160cb6e3a9ef9ffd33de Mon Sep 17 00:00:00 2001 From: Vit Mojzis Date: Wed, 8 Jul 2026 14:09:13 +0200 Subject: [PATCH] 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 --- fapolicyd.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fapolicyd.spec b/fapolicyd.spec index 4a66c11..d94c047 100644 --- a/fapolicyd.spec +++ b/fapolicyd.spec @@ -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 - 1.6-2 +- Add dependency on the latest version of lmdb-libs + * Thu Jun 11 2026 Petr Lautrbach - 1.6-1 - fapolicyd-1.6 https://github.com/linux-application-whitelisting/fapolicyd/releases/tag/v1.6