Hello community,

here is the log from the commit of package os-prober for openSUSE:Factory 
checked in at 2018-11-06 15:32:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/os-prober (Old)
 and      /work/SRC/openSUSE:Factory/.os-prober.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "os-prober"

Tue Nov  6 15:32:59 2018 rev:48 rq:645858 version:1.76

Changes:
--------
--- /work/SRC/openSUSE:Factory/os-prober/os-prober.changes      2018-10-22 
11:02:51.728299641 +0200
+++ /work/SRC/openSUSE:Factory/.os-prober.new/os-prober.changes 2018-11-06 
15:33:39.639768698 +0100
@@ -1,0 +2,7 @@
+Wed Oct 31 07:08:10 UTC 2018 - mch...@suse.com
+
+- Fix missing grub-probe command that caused linux-boot-probe to abort
+  prematurely. It is a mistake while rebasing patch to 1.76 (bsc#1113615)
+  * os-prober-1.49-grub2-mount.patch 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ os-prober-1.49-grub2-mount.patch ++++++
--- /var/tmp/diff_new_pack.xINrQh/_old  2018-11-06 15:33:40.179767879 +0100
+++ /var/tmp/diff_new_pack.xINrQh/_new  2018-11-06 15:33:40.179767879 +0100
@@ -17,7 +17,7 @@
 ===================================================================
 --- os-prober-1.76.orig/linux-boot-probes/common/50mounted-tests
 +++ os-prober-1.76/linux-boot-probes/common/50mounted-tests
-@@ -48,11 +48,12 @@ if [ ! -d "$tmpmnt" ]; then
+@@ -48,11 +48,11 @@ if [ ! -d "$tmpmnt" ]; then
  fi
  
  mounted=
@@ -28,7 +28,7 @@
 +   type grub2-probe >/dev/null 2>&1 && \
 +   grub2-mount "$partition" "$tmpmnt" 2>/dev/null; then
        mounted=1
-       type="$(grub-probe -d "$partition" -t fs)"
+-      type="$(grub-probe -d "$partition" -t fs)"
 +      type="$(grub2-probe -d "$partition" -t fs)"
        [ "$type" ] || type=fuseblk
  fi


Reply via email to