Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openSUSE-MicroOS for openSUSE:Factory checked in at 2023-03-29 23:25:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openSUSE-MicroOS (Old) and /work/SRC/openSUSE:Factory/.openSUSE-MicroOS.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-MicroOS" Wed Mar 29 23:25:58 2023 rev:59 rq:1074879 version:16.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/openSUSE-MicroOS/openSUSE-MicroOS.changes 2023-03-14 18:15:33.719384565 +0100 +++ /work/SRC/openSUSE:Factory/.openSUSE-MicroOS.new.31432/openSUSE-MicroOS.changes 2023-03-29 23:26:01.079123134 +0200 @@ -1,0 +2,6 @@ +Tue Mar 28 06:45:42 UTC 2023 - Fabian Vogt <fv...@suse.com> + +- config.sh: No longer use the btrfs storage driver, was changed in + libcontainers-common + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ config.sh ++++++ --- /var/tmp/diff_new_pack.AvOTzK/_old 2023-03-29 23:26:01.687125991 +0200 +++ /var/tmp/diff_new_pack.AvOTzK/_new 2023-03-29 23:26:01.691126009 +0200 @@ -130,12 +130,6 @@ install_items+=" /usr/lib/systemd/systemd-growfs " EOF -# Use the btrfs storage driver. This is usually detected in %post, but with kiwi -# that happens outside of the final FS. -if [ -e /etc/containers/storage.conf ]; then - sed -i 's/driver = "overlay"/driver = "btrfs"/g' /etc/containers/storage.conf -fi - #====================================== # Disable recommends on virtual images (keep hardware supplements, see bsc#1089498) #--------------------------------------