From 2265bc4616a0cdd2ceb56fcdd618eee7befba428 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Wed, 13 Nov 2024 18:23:46 +0100 Subject: [PATCH] policycoreutils-3.7-5 - fixfiles: use `grep -F` when search in mounts (bz#2323728) [skip changelog] --- changelog | 3 +++ policycoreutils.spec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog b/changelog index 250c934..69ae898 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,6 @@ +* Wed Nov 13 2024 Petr Lautrbach - 3.7-5 +- fixfiles: use `grep -F` when search in mounts (bz#2323728) + * Tue Aug 20 2024 Petr Lautrbach - 3.7-4 - sepolgen-ifgen: allow M4 escaped filenames diff --git a/policycoreutils.spec b/policycoreutils.spec index 128aa2e..bcded22 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -11,7 +11,7 @@ Summary: SELinux policy core utilities Name: policycoreutils Version: 3.7 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL-2.0-or-later # https://github.com/SELinuxProject/selinux/wiki/Releases Source0: https://github.com/SELinuxProject/selinux/releases/download/3.7/selinux-3.7.tar.gz