fapolicyd-1.3.3-106

- Add /var/lib/fapolicyd to tmpfiles
Resolves: RHEL-104873
- Allow fapolicyd to connect to systemd-machined
Resolves: RHEL-77071
This commit is contained in:
Petr Lautrbach 2025-08-18 07:46:03 +02:00
parent ac30c65223
commit 562d9eed5f

View File

@ -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 <lautrbach@redhat.com> - 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 <rsroka@redhat.com> - 1.3.3-105
RHEL 10.1 ERRATUM
- RPMDB crashes with SIGBUS when updating the RPMDB repeatedly