Hello community,

here is the log from the commit of package grub2 for openSUSE:Factory checked 
in at 2012-04-02 11:23:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grub2 (Old)
 and      /work/SRC/openSUSE:Factory/.grub2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grub2", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/grub2/grub2.changes      2012-03-29 
13:57:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.grub2.new/grub2.changes 2012-04-02 
11:23:34.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Mar 29 07:08:38 UTC 2012 - [email protected]
+
+- Add Requires to os-prober as script depends on it for probing
+  foreign os (bnc#753229)
+
+-------------------------------------------------------------------

New:
----
  os-prober_osx.patch

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

Other differences:
------------------
++++++ grub2.spec ++++++
--- /var/tmp/diff_new_pack.yKSLp1/_old  2012-04-02 11:23:36.000000000 +0200
+++ /var/tmp/diff_new_pack.yKSLp1/_new  2012-04-02 11:23:36.000000000 +0200
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:           grub2
 %ifarch x86_64 ppc64
 BuildRequires:  freetype2-devel-32bit
@@ -78,8 +77,10 @@
 Patch6:         grub2-iterate-and-hook-for-extended-partition.patch
 Patch7:         grub2-install-opt-skip-fs-probe.patch
 Patch8:         grub2-gcc47.patch
+Patch9:         os-prober_osx.patch
 PreReq:         perl-Bootloader
 Requires:       gettext-runtime
+Requires:       os-prober
 Requires(post): /sbin/install-info
 Requires(preun):/sbin/install-info
 
@@ -138,6 +139,7 @@
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
 cd ..
 
 # README.openSUSE


++++++ os-prober_osx.patch ++++++
Index: grub-1.99/util/grub.d/30_os-prober.in
===================================================================
--- grub-1.99.orig/util/grub.d/30_os-prober.in  
+++ grub-1.99/util/grub.d/30_os-prober.in       
@@ -168,7 +168,7 @@
       done
     ;;
     macosx)
-      OSXUUID="`grub-probe --target=fs_uuid --device ${DEVICE} 2> /dev/null`"
+      OSXUUID="`${grub_probe} --target=fs_uuid --device ${DEVICE} 2> 
/dev/null`"
       osx_entry xnu_kernel 32
       osx_entry xnu_kernel64 64
     ;;
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to