Hello community, here is the log from the commit of package apparmor-rpm-macros for openSUSE:Factory checked in at 2017-08-28 15:18:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/apparmor-rpm-macros (Old) and /work/SRC/openSUSE:Factory/.apparmor-rpm-macros.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "apparmor-rpm-macros" Mon Aug 28 15:18:08 2017 rev:3 rq:518929 version:1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/apparmor-rpm-macros/apparmor-rpm-macros.changes 2017-01-17 14:35:02.312709956 +0100 +++ /work/SRC/openSUSE:Factory/.apparmor-rpm-macros.new/apparmor-rpm-macros.changes 2017-08-28 15:19:26.129584728 +0200 @@ -1,0 +2,6 @@ +Sat Aug 26 19:08:14 UTC 2017 - suse-beta@cboltz.de + +- %apparmor_reload: skip and regenerate cache to make sure the latest + profile gets always used (even if the existing cache is newer) + +------------------------------------------------------------------- @@ -10 +15,0 @@ - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ macros.apparmor ++++++ --- /var/tmp/diff_new_pack.h2x2G2/_old 2017-08-28 15:19:27.133443658 +0200 +++ /var/tmp/diff_new_pack.h2x2G2/_new 2017-08-28 15:19:27.137443096 +0200 @@ -1,5 +1,5 @@ %apparmor_reload()\ if [ "$YAST_IS_RUNNING" != "instsys" ]; then\ - /sbin/apparmor_parser -r %{?*} &> /dev/null || :\ + /sbin/apparmor_parser -r -T -W %{?*} &> /dev/null || :\ fi\ %{nil}