SHA256
1
0
forked from pool/grub2

Accepting request 841761 from home:michael-chang:branches:Base:System

- Fix https boot interrupted by unrecognised network address error message
  (bsc#1172952)
  * 0001-add-support-for-UEFI-network-protocols.patch

- grub2.spec: Fix bare words used as string in expression which is no longer
  allowed in rpm 4.16

- Improve the error handling when grub2-install fails with short mbr gap
  (bsc#1176062)
  * 0001-Warn-if-MBR-gap-is-small-and-user-uses-advanced-modu.patch
  * 0002-grub-install-Avoid-incompleted-install-on-i386-pc.patch

OBS-URL: https://build.opensuse.org/request/show/841761
OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=365
This commit is contained in:
2020-10-16 02:22:18 +00:00
committed by Git OBS Bridge
parent d15b812c62
commit c18d8c8aff
5 changed files with 322 additions and 7 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Wed Oct 14 08:46:46 UTC 2020 - Michael Chang <mchang@suse.com>
- Fix https boot interrupted by unrecognised network address error message
(bsc#1172952)
* 0001-add-support-for-UEFI-network-protocols.patch
-------------------------------------------------------------------
Tue Oct 13 08:54:10 UTC 2020 - Michael Chang <mchang@suse.com>
- grub2.spec: Fix bare words used as string in expression which is no longer
allowed in rpm 4.16
-------------------------------------------------------------------
Fri Sep 25 07:13:27 UTC 2020 - Michael Chang <mchang@suse.com>
- Improve the error handling when grub2-install fails with short mbr gap
(bsc#1176062)
* 0001-Warn-if-MBR-gap-is-small-and-user-uses-advanced-modu.patch
* 0002-grub-install-Avoid-incompleted-install-on-i386-pc.patch
-------------------------------------------------------------------
Wed Sep 9 08:10:45 UTC 2020 - Michael Chang <mchang@suse.com>