[os-prober/f21] Make os-prober output include partitions for UEFI chainloads.

Peter Jones pjones at fedoraproject.org
Mon Sep 8 20:22:24 UTC 2014


commit 8d13ad6c98a8186f22bbf604806f571fe389b98e
Author: Peter Jones <pjones at redhat.com>
Date:   Mon Sep 8 16:20:16 2014 -0400

    Make os-prober output include partitions for UEFI chainloads.
    
    This works just fine with current grub2 packages, whereas the other format
    may have never worked.
    
    Resolves: rhbz#873207
    
    Signed-off-by: Peter Jones <pjones at redhat.com>

 os-prober.spec |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/os-prober.spec b/os-prober.spec
index e7e5185..1a7f7b2 100644
--- a/os-prober.spec
+++ b/os-prober.spec
@@ -1,6 +1,6 @@
 Name:           os-prober
 Version:        1.58
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        Probes disks on the system for installed operating systems
 
 Group:          System Environment/Base
@@ -23,10 +23,7 @@ Patch8:         os-prober-bootpart-name-fix.patch
 Patch9:         os-prober-mounted-partitions-fix.patch
 Patch10:        os-prober-factor-out-logger.patch
 # To be sent upstream
-# Disabled until grub2-mkconfig is updated to match. See Kamil Paral's
-# testing in https://bugzilla.redhat.com/show_bug.cgi?id=873207
-# - adamw 2013/07
-#Patch11:        os-prober-factored-logger-efi-fix.patch
+Patch11:        os-prober-factored-logger-efi-fix.patch
 Patch12:        os-prober-umount-fix.patch
 
 Requires:       udev coreutils util-linux
@@ -50,7 +47,7 @@ distributions can be added easily.
 %patch8 -p1 -b .bootpart-name-fix
 %patch9 -p1 -b .mounted-partitions-fix
 %patch10 -p1 -b .factor-out-logger
-#patch11 -p1 -b .factor-out-logger-efi-fix
+%patch11 -p1 -b .factor-out-logger-efi-fix
 %patch12 -p1 -b .umount-fix
 
 find -type f -exec sed -i -e 's|usr/lib|usr/libexec|g' {} \;
@@ -102,6 +99,10 @@ fi
 %{_var}/lib/%{name}
 
 %changelog
+* Mon Sep 08 2014 Peter Jones <pjones at redhat.com> - 1.58-10
+- Make os-prober output include partitions for UEFI chainloads.
+  Resolves: rhbz#873207
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.58-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list