diff --git a/efibootmgr-0.6.0-fail-visibly.diff b/efibootmgr-0.6.0-fail-visibly.diff index e9a3391..cfc553d 100644 --- a/efibootmgr-0.6.0-fail-visibly.diff +++ b/efibootmgr-0.6.0-fail-visibly.diff @@ -1,9 +1,11 @@ From: Raymund Will -Subject: Print EFI status on failed '--create'. +Subject: Print EFI status on failed operations. References: bnc#811767 Otherwise it's probably noticed only much too late. +V2: Produce failure output for '--create' as well. + Reported-by: Frederic Crozat Signed-off-by: Raymund Will --- diff --git a/efibootmgr.changes b/efibootmgr.changes index 10d1fff..d07e654 100644 --- a/efibootmgr.changes +++ b/efibootmgr.changes @@ -25,23 +25,27 @@ Thu Dec 19 15:59:44 UTC 2013 - rw@suse.com Wed Mar 27 21:05:20 UTC 2013 - rw@suse.com - Print EFI status for failed '--create' as well. [bnc#811767] + (efibootmgr-0.5.4-fail-visibly.diff) ------------------------------------------------------------------- Wed Mar 27 16:00:41 UTC 2013 - rw@suse.com - Fix '--bootorder' handling. [bnc#810899] + (efibootmgr-0.5.4-set_boot_order.diff) - Print EFI status in case of failure. [bnc#811767] + (efibootmgr-0.5.4-fail-visibly.diff) ------------------------------------------------------------------- Tue Feb 12 16:38:47 UTC 2013 - rw@suse.com -- efibootmgr-0.5.4-catchup.diff: Apply critical upstream fixes +- Apply critical upstream fixes o for memory leaking variable creation. [bnc#746324] o to improve spec conformance by removing device path padding. o to work around broken Apple firmware. -- efibootmgr-0.5.4-sector-size.diff: - Allow hard disk sector sizes not equal to 512. [bnc#711830] - + (efibootmgr-0.5.4-catchup.diff) +- Allow hard disk sector sizes not equal to 512. [bnc#711830] + (efibootmgr-0.5.4-sector-size.diff) + ------------------------------------------------------------------- Tue Jun 12 16:51:40 UTC 2012 - mgorse@suse.com