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