From 562d9eed5f95349104be31ad8ce32e88362a12c2 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Mon, 18 Aug 2025 07:46:03 +0200 Subject: [PATCH] fapolicyd-1.3.3-106 - Add /var/lib/fapolicyd to tmpfiles Resolves: RHEL-104873 - Allow fapolicyd to connect to systemd-machined Resolves: RHEL-77071 --- fapolicyd.spec | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/fapolicyd.spec b/fapolicyd.spec index 7fa2062..91684f2 100644 --- a/fapolicyd.spec +++ b/fapolicyd.spec @@ -5,7 +5,7 @@ Summary: Application Whitelisting Daemon Name: fapolicyd Version: 1.3.3 -Release: 105%{?dist} +Release: 106%{?dist} License: GPL-3.0-or-later URL: http://people.redhat.com/sgrubb/fapolicyd Source0: https://people.redhat.com/sgrubb/fapolicyd/%{name}-%{version}.tar.gz @@ -64,7 +64,13 @@ Requires: selinux-policy-%{selinuxtype} Requires(post): selinux-policy-%{selinuxtype} BuildRequires: selinux-policy-devel BuildArch: noarch -%{?selinux_requires} +#FIXME: temporary disabled and expanded manually +# % {?selinux_requires} +BuildRequires: pkgconfig(systemd) +Requires(post): selinux-policy-base >= 42.1 +Requires(post): libselinux-utils +Requires(post): policycoreutils +Requires(post): policycoreutils-python-utils %description selinux The %{name}-selinux package contains selinux policy for the %{name} daemon. @@ -241,6 +247,12 @@ fi %selinux_relabel_post -s %{selinuxtype} %changelog +* Mon Aug 18 2025 Petr Lautrbach - 1.3.3-106 +- Add /var/lib/fapolicyd to tmpfiles +Resolves: RHEL-104873 +- Allow fapolicyd to connect to systemd-machined +Resolves: RHEL-77071 + * Wed May 28 2025 Radovan Sroka - 1.3.3-105 RHEL 10.1 ERRATUM - RPMDB crashes with SIGBUS when updating the RPMDB repeatedly