From 0c72b0481994188ff62967772baf769b4d5ef6976c806ce7a2d506e9cd53dc44 Mon Sep 17 00:00:00 2001 From: Raymund Will Date: Fri, 17 Dec 2021 15:02:51 +0000 Subject: [PATCH 1/4] OBS-URL: https://build.opensuse.org/package/show/Base:System/efibootmgr?expand=0&rev=45 --- efibootmgr.changes | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/efibootmgr.changes b/efibootmgr.changes index 878b9fa..2ac3f2b 100644 --- a/efibootmgr.changes +++ b/efibootmgr.changes @@ -21,6 +21,29 @@ Tue Aug 3 10:03:52 UTC 2021 - Paolo Stivanin - Drop efibootmgr-derhat.diff (upstreamed) - Rebase efibootmgr-delete-multiple.diff +------------------------------------------------------------------- +Tue Aug 3 10:03:52 UTC 2021 - Paolo Stivanin + +- Update to v17: [jsc#260878] + * use efivar's logging facility more (more info in -v2 , -v3, etc) + * Various bug fixes + * Better -e parsing + * fix pkg-config invocation for ldflags + * Make efibootmgr use EFIDIR / efibootmgr.efidir like fwupdate does + * make --loader default build-time configurable + * sanitize set_mirror()/get_mirror() + * Add support for parsing loader options as UCS2 + * GCC 7 fixes + * Don't use -fshort-wchar since we don't run on EFI machines. +- Drop 0001-Don-t-use-fshort-wchar-when-building-63.patch (upstreamed) +- Drop 0002-Remove-extra-const-keywords-gcc-7-gripes-about.patch + (upstreamed) +- Drop 0003-Add-support-for-parsing-optional-data-as-ucs2.patch + (upstreamed) +- Drop MARM-sanitize-set_mirror.diff (upstreamed) +- Drop efibootmgr-derhat.diff (upstreamed) +- Rebase efibootmgr-delete-multiple.diff + ------------------------------------------------------------------- Tue Apr 3 13:50:11 CEST 2018 - kukuk@suse.de @@ -34,7 +57,7 @@ Sat Jun 10 14:45:44 UTC 2017 - meissner@suse.com ------------------------------------------------------------------- Fri Mar 3 20:46:25 UTC 2017 - rw@suse.com -- Update to 14 plus upstream fixes. (fate#322108) +- Update to 14 plus upstream fixes. [fate#322108] (0001-Don-t-use-fshort-wchar-when-building-63.patch, 0002-Remove-extra-const-keywords-gcc-7-gripes-about.patch, 0003-Add-support-for-parsing-optional-data-as-ucs2.patch) @@ -53,7 +76,7 @@ Fri Mar 3 20:46:25 UTC 2017 - rw@suse.com ------------------------------------------------------------------- Thu Feb 16 12:49:42 UTC 2017 - msuchanek@suse.com -- Build on all archs. There is no reason not to. (boo#1025520) +- Build on all archs. There is no reason not to. [boo#1025520] - Depend on new enough efivar. Build fails otherwise. ------------------------------------------------------------------- @@ -158,7 +181,7 @@ Wed Oct 29 03:51:49 UTC 2014 - glin@suse.com ------------------------------------------------------------------- Tue Sep 9 13:24:25 UTC 2014 - schwab@suse.de -- Enable for aarch64 (fate#318444) +- Enable for aarch64 [fate#318444] ------------------------------------------------------------------- Mon Jul 7 10:45:04 UTC 2014 - glin@suse.com From 4b3a3f4f74e7ec7f23df09500683106cefdd20c51faf49692fa8bfc0e9dd5b35 Mon Sep 17 00:00:00 2001 From: Raymund Will Date: Fri, 17 Dec 2021 15:09:52 +0000 Subject: [PATCH 2/4] Fix addition of feature reference. OBS-URL: https://build.opensuse.org/package/show/Base:System/efibootmgr?expand=0&rev=47 --- efibootmgr.changes | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/efibootmgr.changes b/efibootmgr.changes index 2ac3f2b..2f3f1aa 100644 --- a/efibootmgr.changes +++ b/efibootmgr.changes @@ -1,29 +1,6 @@ ------------------------------------------------------------------- Tue Aug 3 10:03:52 UTC 2021 - Paolo Stivanin -- Update to v17: - * use efivar's logging facility more (more info in -v2 , -v3, etc) - * Various bug fixes - * Better -e parsing - * fix pkg-config invocation for ldflags - * Make efibootmgr use EFIDIR / efibootmgr.efidir like fwupdate does - * make --loader default build-time configurable - * sanitize set_mirror()/get_mirror() - * Add support for parsing loader options as UCS2 - * GCC 7 fixes - * Don't use -fshort-wchar since we don't run on EFI machines. -- Drop 0001-Don-t-use-fshort-wchar-when-building-63.patch (upstreamed) -- Drop 0002-Remove-extra-const-keywords-gcc-7-gripes-about.patch - (upstreamed) -- Drop 0003-Add-support-for-parsing-optional-data-as-ucs2.patch - (upstreamed) -- Drop MARM-sanitize-set_mirror.diff (upstreamed) -- Drop efibootmgr-derhat.diff (upstreamed) -- Rebase efibootmgr-delete-multiple.diff - -------------------------------------------------------------------- -Tue Aug 3 10:03:52 UTC 2021 - Paolo Stivanin - - Update to v17: [jsc#260878] * use efivar's logging facility more (more info in -v2 , -v3, etc) * Various bug fixes From b43e9c700be78c1f39aa8208e821cfb83745f011c829b34f9f4c3bcfd4217551 Mon Sep 17 00:00:00 2001 From: Raymund Will Date: Fri, 17 Dec 2021 15:14:21 +0000 Subject: [PATCH 3/4] And fix the reference itself... m) OBS-URL: https://build.opensuse.org/package/show/Base:System/efibootmgr?expand=0&rev=48 --- efibootmgr.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/efibootmgr.changes b/efibootmgr.changes index 2f3f1aa..a2776f2 100644 --- a/efibootmgr.changes +++ b/efibootmgr.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Tue Aug 3 10:03:52 UTC 2021 - Paolo Stivanin -- Update to v17: [jsc#260878] +- Update to v17: [jsc#SLE-260878] * use efivar's logging facility more (more info in -v2 , -v3, etc) * Various bug fixes * Better -e parsing From e8d262ee50345320fb355c0658ca78869d823ef67befc48af32671aba9aac68c Mon Sep 17 00:00:00 2001 From: Raymund Will Date: Fri, 17 Dec 2021 15:17:48 +0000 Subject: [PATCH 4/4] Update to v17 for [jsc#SLE-22542] OBS-URL: https://build.opensuse.org/package/show/Base:System/efibootmgr?expand=0&rev=49 --- efibootmgr.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/efibootmgr.changes b/efibootmgr.changes index a2776f2..2543bd7 100644 --- a/efibootmgr.changes +++ b/efibootmgr.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Tue Aug 3 10:03:52 UTC 2021 - Paolo Stivanin -- Update to v17: [jsc#SLE-260878] +- Update to v17: [jsc#SLE-22542] * use efivar's logging facility more (more info in -v2 , -v3, etc) * Various bug fixes * Better -e parsing