Hello community, here is the log from the commit of package efibootmgr for openSUSE:Factory checked in at 2016-08-25 09:52:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/efibootmgr (Old) and /work/SRC/openSUSE:Factory/.efibootmgr.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "efibootmgr" Changes: -------- --- /work/SRC/openSUSE:Factory/efibootmgr/efibootmgr.changes 2016-07-20 09:16:42.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.efibootmgr.new/efibootmgr.changes 2016-08-25 09:52:18.000000000 +0200 @@ -1,0 +2,6 @@ +Sat Aug 20 16:17:42 UTC 2016 - [email protected] + +- add efibootmgr-fix-usage-of-efi_loadopt_path-again.patch - fix + efibootmgr -v with new efivar (boo#993458) + +------------------------------------------------------------------- New: ---- efibootmgr-fix-usage-of-efi_loadopt_path-again.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ efibootmgr.spec ++++++ --- /var/tmp/diff_new_pack.XyZxPB/_old 2016-08-25 09:52:19.000000000 +0200 +++ /var/tmp/diff_new_pack.XyZxPB/_new 2016-08-25 09:52:19.000000000 +0200 @@ -27,6 +27,7 @@ Patch1: %{name}-derhat.diff Patch2: %{name}-check-boot-order.diff Patch3: %{name}-fix-efivar-0.24.patch +Patch4: %{name}-fix-usage-of-efi_loadopt_path-again.patch BuildRequires: efivar-devel BuildRequires: pciutils-devel BuildRequires: pkg-config @@ -45,6 +46,7 @@ %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 %build LOADER="grub.efi" # default loader ++++++ efibootmgr-fix-usage-of-efi_loadopt_path-again.patch ++++++ >From f5e09ec26bd03490903330f121b18b8aaa56cf85 Mon Sep 17 00:00:00 2001 From: Peter Jones <[email protected]> Date: Tue, 24 May 2016 11:33:20 -0400 Subject: [PATCH] efibootmgr: fix usage of efi_loadopt_path() /again/. Signed-off-by: Peter Jones <[email protected]> --- src/efibootmgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/efibootmgr.c b/src/efibootmgr.c index baefa68..199eb28 100644 --- a/src/efibootmgr/efibootmgr.c +++ b/src/efibootmgr/efibootmgr.c @@ -848,7 +848,7 @@ show_boot_vars() pathlen = efi_loadopt_pathlen(load_option, boot->data_size); - dp = efi_loadopt_path(load_option, pathlen); + dp = efi_loadopt_path(load_option, boot->data_size); rc = efidp_format_device_path(text_path, text_path_len, dp, pathlen); if (rc < 0) -- 1.9.1
