From cf0837dcdd5313643d505cdd411439a46ec9abd3 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 9 Dec 2019 11:27:54 -0500 Subject: [PATCH] container-selinux-2:2.123.0-0.4.dev.git0b25a4a - run selinux_relabel_pre Signed-off-by: Lokesh Mandvekar --- container-selinux.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/container-selinux.spec b/container-selinux.spec index 3e8c5a3..ab66aaa 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -25,7 +25,7 @@ Name: container-selinux Epoch: 2 %endif Version: 2.123.0 -Release: 0.3.dev.git%{shortcommit0}%{?dist} +Release: 0.4.dev.git%{shortcommit0}%{?dist} License: GPLv2 URL: %{git0} Summary: SELinux policies for container runtimes @@ -68,6 +68,9 @@ rm -rf container-selinux.spec %check +%pre +%selinux_relabel_pre -s %{selinuxtype} + %post # Install all modules in a single transaction if [ $1 -eq 1 ]; then @@ -99,6 +102,9 @@ fi # Hooked up to autobuilder, please check with @lsm5 before updating %changelog +* Mon Dec 09 2019 Lokesh Mandvekar - 2:2.123.0-0.4.dev.git0b25a4a +- run selinux_relabel_pre + * Fri Nov 29 2019 RH Container Bot - 2:2.123.0-0.3.dev.git0b25a4a - autobuilt 0b25a4a