Hello community, here is the log from the commit of package grub2 for openSUSE:Factory checked in at 2018-02-13 10:44:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/grub2 (Old) and /work/SRC/openSUSE:Factory/.grub2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "grub2" Tue Feb 13 10:44:46 2018 rev:177 rq:576013 version:2.02 Changes: -------- --- /work/SRC/openSUSE:Factory/grub2/grub2.changes 2018-02-09 15:45:33.219683812 +0100 +++ /work/SRC/openSUSE:Factory/.grub2.new/grub2.changes 2018-02-13 10:44:50.775704578 +0100 @@ -1,0 +2,6 @@ +Tue Feb 13 09:05:45 UTC 2018 - [email protected] + +- Fix incorrect check preventing the script from running (bsc#1078481) + * 80_suse_btrfs_snapshot + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ 80_suse_btrfs_snapshot ++++++ --- /var/tmp/diff_new_pack.wrGbpw/_old 2018-02-13 10:44:53.287614053 +0100 +++ /var/tmp/diff_new_pack.wrGbpw/_new 2018-02-13 10:44:53.291613909 +0100 @@ -3,7 +3,7 @@ SNAPSHOTS="/.snapshots" if [ "x${SUSE_BTRFS_SNAPSHOT_BOOTING}" = "xtrue" ] && [ "x${GRUB_FS}" = "xbtrfs" ] && - [ -f "${SNAPSHOTS}/grub-snapshot.cfg" ]; then + [ -d "${SNAPSHOTS}" ]; then SNAPSHOT_RID=`btrfs inspect-internal rootid ${SNAPSHOTS}` ROOT_RID=`btrfs inspect-internal rootid /` if [ -n "${SNAPSHOT_RID}" -a "${SNAPSHOT_RID}" != "${ROOT_RID}" ]; then
