Hello community,

here is the log from the commit of package grub2 for openSUSE:Factory checked 
in at 2018-06-25 11:33:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grub2 (Old)
 and      /work/SRC/openSUSE:Factory/.grub2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grub2"

Mon Jun 25 11:33:36 2018 rev:186 rq:618170 version:2.02

Changes:
--------
--- /work/SRC/openSUSE:Factory/grub2/grub2.changes      2018-05-29 
16:45:56.541799943 +0200
+++ /work/SRC/openSUSE:Factory/.grub2.new/grub2.changes 2018-06-25 
11:33:40.144818402 +0200
@@ -1,0 +2,13 @@
+Wed Jun 20 09:21:48 UTC 2018 - [email protected]
+
+- Added "# needssslcertforbuild", which got lost somewhere,
+  to spec file
+  [grub2.spec]
+
+-------------------------------------------------------------------
+Fri Jun 15 09:33:17 UTC 2018 - [email protected]
+
+- Replace confusing menu on btrfs "snapper rollback" by help text.
+  [bsc#1027588, grub2-btrfs-help-on-snapper-rollback.patch]
+
+-------------------------------------------------------------------

New:
----
  grub2-btrfs-help-on-snapper-rollback.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ grub2.spec ++++++
--- /var/tmp/diff_new_pack.M6LzxN/_old  2018-06-25 11:33:42.172743555 +0200
+++ /var/tmp/diff_new_pack.M6LzxN/_new  2018-06-25 11:33:42.176743407 +0200
@@ -288,6 +288,7 @@
 Patch431:       grub2-s390x-10-keep-network-at-kexec.patch
 # Use pkg-config to find Freetype2
 Patch500:       grub2-freetype-pkgconfig.patch
+Patch501:       grub2-btrfs-help-on-snapper-rollback.patch
 
 Requires:       gettext-runtime
 %if 0%{?suse_version} >= 1140
@@ -562,6 +563,7 @@
 %patch430 -p1
 %patch431 -p1
 %patch500 -p1
+%patch501 -p1
 
 %build
 # patches above may update the timestamp of grub.texi


++++++ grub2-btrfs-help-on-snapper-rollback.patch ++++++
Index: grub-2.02/util/grub.d/00_header.in
===================================================================
--- grub-2.02.orig/util/grub.d/00_header.in
+++ grub-2.02/util/grub.d/00_header.in
@@ -417,8 +417,14 @@ if [ "x${SUSE_BTRFS_SNAPSHOT_BOOTING}" =
     # Note: No $snapshot_num on *read-only* rollback!  (bsc#901487)
     cat <<EOF
 if [ -n "\$extra_cmdline" ]; then
-  submenu "Bootable snapshot #\$snapshot_num" {
-    menuentry "If OK, run 'snapper rollback' and reboot." { true; }
+  menuentry "Help on bootable snapshot #\$snapshot_num" {
+    echo "Select the default entry of the snapshot boot menu."
+    echo "Examine the snapshot, and if it's OK,"
+    echo "   run 'snapper rollback' and reboot."
+    echo "See 'System Rollback by Booting from Snapshots'"
+    echo "   in the manual for more information."
+    echo "  ** Hit Any Key to return to boot menu **  "
+    read
   }
 fi
 EOF


Reply via email to