Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kiwi-templates-JeOS for openSUSE:Factory checked in at 2021-11-20 02:38:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kiwi-templates-JeOS (Old) and /work/SRC/openSUSE:Factory/.kiwi-templates-JeOS.new.1895 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kiwi-templates-JeOS" Sat Nov 20 02:38:23 2021 rev:27 rq:931917 version:84.87 Changes: -------- --- /work/SRC/openSUSE:Factory/kiwi-templates-JeOS/kiwi-templates-JeOS.changes 2021-10-19 23:03:39.673268422 +0200 +++ /work/SRC/openSUSE:Factory/.kiwi-templates-JeOS.new.1895/kiwi-templates-JeOS.changes 2021-11-20 02:39:07.628782736 +0100 @@ -1,0 +2,10 @@ +Tue Nov 16 13:07:23 UTC 2021 - Fabian Vogt <fv...@suse.com> + +- Install AppArmor pattern and audit + +------------------------------------------------------------------- +Fri Nov 12 08:29:40 UTC 2021 - Fabian Vogt <fv...@suse.com> + +- Support new location of the snapper config templates + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ JeOS.kiwi ++++++ --- /var/tmp/diff_new_pack.d5LnVy/_old 2021-11-20 02:39:08.028781416 +0100 +++ /var/tmp/diff_new_pack.d5LnVy/_new 2021-11-20 02:39:08.028781416 +0100 @@ -248,6 +248,8 @@ </repository> <packages type="image"> <package name="patterns-base-base"/> + <package name="patterns-base-apparmor"/> <!-- Installs tools and profiles --> + <package name="audit"/> <!-- On SLE it's only recommended by the apparmor pattern --> <package name="aaa_base-extras"/> <!-- wouldn't be SUSE without that ;-) --> <package name="acl"/> <package name="chrony"/> ++++++ config.sh ++++++ --- /var/tmp/diff_new_pack.d5LnVy/_old 2021-11-20 02:39:08.100781179 +0100 +++ /var/tmp/diff_new_pack.d5LnVy/_new 2021-11-20 02:39:08.100781179 +0100 @@ -98,7 +98,8 @@ # we can't call snapper here as the .snapshots subvolume # already exists and snapper create-config doesn't like # that. - cp /etc/snapper/config-templates/default /etc/snapper/configs/root + cp /etc/snapper/config-templates/default /etc/snapper/configs/root \ + || cp /usr/share/snapper/config-templates/default /etc/snapper/configs/root # Change configuration to match SLES12-SP1 values sed -i -e '/^TIMELINE_CREATE=/s/yes/no/' /etc/snapper/configs/root sed -i -e '/^NUMBER_LIMIT=/s/50/10/' /etc/snapper/configs/root