Raymund Will 2021-12-17 15:02:51 +00:00 committed by Git OBS Bridge
parent 18a994ad57
commit 0c72b04819

View File

@ -21,6 +21,29 @@ Tue Aug 3 10:03:52 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
- Drop efibootmgr-derhat.diff (upstreamed)
- Rebase efibootmgr-delete-multiple.diff
-------------------------------------------------------------------
Tue Aug 3 10:03:52 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
- 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