Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libcontainers-common for openSUSE:Factory checked in at 2021-09-21 21:12:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libcontainers-common (Old) and /work/SRC/openSUSE:Factory/.libcontainers-common.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcontainers-common" Tue Sep 21 21:12:27 2021 rev:42 rq:919692 version:20210626 Changes: -------- --- /work/SRC/openSUSE:Factory/libcontainers-common/libcontainers-common.changes 2021-09-11 00:43:45.238446090 +0200 +++ /work/SRC/openSUSE:Factory/.libcontainers-common.new.1899/libcontainers-common.changes 2021-09-21 21:13:11.302641737 +0200 @@ -1,0 +2,10 @@ +Fri Sep 17 09:23:33 UTC 2021 - Richard Brown <rbr...@suse.com> + +- Comment out ostree_repo if it's blank [boo#1189893] + +------------------------------------------------------------------- +Mon Sep 6 16:08:36 UTC 2021 - Richard Brown <rbr...@suse.com> + +- Comment out ostree_repo [boo#1189893] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcontainers-common.spec ++++++ --- /var/tmp/diff_new_pack.F1migK/_old 2021-09-21 21:13:12.046642579 +0200 +++ /var/tmp/diff_new_pack.F1migK/_new 2021-09-21 21:13:12.050642583 +0200 @@ -134,6 +134,8 @@ install -D -m 0644 common-%{commonver}/docs/containers.conf.5 %{buildroot}/%{_mandir}/man5/ %post +# Comment out ostree_repo if it's blank [boo#1189893] +sed -i 's/ostree_repo = ""/\#ostree_repo = ""/g' /etc/containers/storage.conf # If installing, check if /var/lib/containers (or /var/lib in its defect) is btrfs and set driver # to "btrfs" if true if [ $1 -eq 1 ] ; then ++++++ storage.conf ++++++ --- /var/tmp/diff_new_pack.F1migK/_old 2021-09-21 21:13:12.214642768 +0200 +++ /var/tmp/diff_new_pack.F1migK/_new 2021-09-21 21:13:12.218642773 +0200 @@ -57,7 +57,7 @@ # remap-group = "storage" # If specified, use OSTree to deduplicate files with the overlay backend -ostree_repo = "" +# ostree_repo = "" # Set to skip a PRIVATE bind mount on the storage home directory. Only supported by # certain container storage drivers