Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openSUSE-Aeon for openSUSE:Factory checked in at 2024-08-08 10:58:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openSUSE-Aeon (Old) and /work/SRC/openSUSE:Factory/.openSUSE-Aeon.new.7232 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "openSUSE-Aeon" Thu Aug 8 10:58:31 2024 rev:8 rq:1192346 version:0.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/openSUSE-Aeon/openSUSE-Aeon.changes 2024-07-25 15:50:35.986646821 +0200 +++ /work/SRC/openSUSE:Factory/.openSUSE-Aeon.new.7232/openSUSE-Aeon.changes 2024-08-08 10:59:04.481288274 +0200 @@ -1,0 +2,5 @@ +Wed Aug 7 17:12:23 UTC 2024 - Richard Brown <rbrown@suse.com> + +- Force relabeling of /etc as part of fstab.script + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ config.sh ++++++ --- /var/tmp/diff_new_pack.nfBQSH/_old 2024-08-08 10:59:04.977308665 +0200 +++ /var/tmp/diff_new_pack.nfBQSH/_new 2024-08-08 10:59:04.981308829 +0200 @@ -102,6 +102,13 @@ gawk -i inplace '$2 == "/home" { $4 = $4",x-systemd.growfs" } { print $0 }' /etc/fstab # workaround https://github.com/systemd/systemd/issues/927, drop the ro from the fstab mount gawk -i inplace '$2 == "/" && $4 == "compress=zstd:1,ro" { $4 = "compress=zstd:1" } { print $0 }' /etc/fstab + +# Relabel /etc. While kiwi already relabelled it earlier, there are some files created later (boo#1210604). +# The "gawk -i inplace" above also removes the label on /etc/fstab. +if [ -e /etc/selinux/config ]; then + . /etc/selinux/config + setfiles -e /proc -e /sys -e /dev /etc/selinux/${SELINUXTYPE}/contexts/files/file_contexts /etc +fi EOF chmod a+x /etc/fstab.script