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@redhat.com>
This commit is contained in:
parent
dc231b28f7
commit
8d13ad6c98
@ -1,6 +1,6 @@
|
|||||||
Name: os-prober
|
Name: os-prober
|
||||||
Version: 1.58
|
Version: 1.58
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
Summary: Probes disks on the system for installed operating systems
|
Summary: Probes disks on the system for installed operating systems
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -23,10 +23,7 @@ Patch8: os-prober-bootpart-name-fix.patch
|
|||||||
Patch9: os-prober-mounted-partitions-fix.patch
|
Patch9: os-prober-mounted-partitions-fix.patch
|
||||||
Patch10: os-prober-factor-out-logger.patch
|
Patch10: os-prober-factor-out-logger.patch
|
||||||
# To be sent upstream
|
# To be sent upstream
|
||||||
# Disabled until grub2-mkconfig is updated to match. See Kamil Paral's
|
Patch11: os-prober-factored-logger-efi-fix.patch
|
||||||
# testing in https://bugzilla.redhat.com/show_bug.cgi?id=873207
|
|
||||||
# - adamw 2013/07
|
|
||||||
#Patch11: os-prober-factored-logger-efi-fix.patch
|
|
||||||
Patch12: os-prober-umount-fix.patch
|
Patch12: os-prober-umount-fix.patch
|
||||||
|
|
||||||
Requires: udev coreutils util-linux
|
Requires: udev coreutils util-linux
|
||||||
@ -50,7 +47,7 @@ distributions can be added easily.
|
|||||||
%patch8 -p1 -b .bootpart-name-fix
|
%patch8 -p1 -b .bootpart-name-fix
|
||||||
%patch9 -p1 -b .mounted-partitions-fix
|
%patch9 -p1 -b .mounted-partitions-fix
|
||||||
%patch10 -p1 -b .factor-out-logger
|
%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
|
%patch12 -p1 -b .umount-fix
|
||||||
|
|
||||||
find -type f -exec sed -i -e 's|usr/lib|usr/libexec|g' {} \;
|
find -type f -exec sed -i -e 's|usr/lib|usr/libexec|g' {} \;
|
||||||
@ -102,6 +99,10 @@ fi
|
|||||||
%{_var}/lib/%{name}
|
%{_var}/lib/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 08 2014 Peter Jones <pjones@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@lists.fedoraproject.org> - 1.58-9
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.58-9
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user