forked from pool/grub2
Accepting request 520582 from home:michael-chang:branches:Base:System
- Add preliminary patch for UEFI HTTPS and related network protocol support (fate#320130) * 0001-add-support-for-UEFI-network-protocols.patch OBS-URL: https://build.opensuse.org/request/show/520582 OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=276
This commit is contained in:
parent
a6c44482a8
commit
f7e71f54e0
4816
0001-add-support-for-UEFI-network-protocols.patch
Normal file
4816
0001-add-support-for-UEFI-network-protocols.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 3 12:12:21 UTC 2017 - mchang@suse.com
|
||||||
|
|
||||||
|
- Add preliminary patch for UEFI HTTPS and related network protocol support
|
||||||
|
(fate#320130)
|
||||||
|
* 0001-add-support-for-UEFI-network-protocols.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 3 11:41:42 UTC 2017 - mchang@suse.com
|
Sun Sep 3 11:41:42 UTC 2017 - mchang@suse.com
|
||||||
|
|
||||||
|
@ -267,6 +267,8 @@ Patch408: 0009-tpm-Measure-multiboot-images-and-modules.patch
|
|||||||
Patch409: 0010-tpm-Fix-boot-when-there-s-no-TPM.patch
|
Patch409: 0010-tpm-Fix-boot-when-there-s-no-TPM.patch
|
||||||
Patch410: 0011-tpm-Fix-build-error.patch
|
Patch410: 0011-tpm-Fix-build-error.patch
|
||||||
Patch411: 0012-tpm-Build-tpm-as-module.patch
|
Patch411: 0012-tpm-Build-tpm-as-module.patch
|
||||||
|
# UEFI HTTP and related network protocol support (FATE#320130)
|
||||||
|
Patch420: 0001-add-support-for-UEFI-network-protocols.patch
|
||||||
|
|
||||||
Requires: gettext-runtime
|
Requires: gettext-runtime
|
||||||
%if 0%{?suse_version} >= 1140
|
%if 0%{?suse_version} >= 1140
|
||||||
@ -526,6 +528,7 @@ swap partition while in resuming
|
|||||||
%patch409 -p1
|
%patch409 -p1
|
||||||
%patch410 -p1
|
%patch410 -p1
|
||||||
%patch411 -p1
|
%patch411 -p1
|
||||||
|
%patch420 -p1
|
||||||
# patches above may update the timestamp of grub.texi
|
# patches above may update the timestamp of grub.texi
|
||||||
# and via build-aux/mdate-sh they end up in grub2.info, breaking build-compare
|
# and via build-aux/mdate-sh they end up in grub2.info, breaking build-compare
|
||||||
[ -z "$SOURCE_DATE_EPOCH" ] ||\
|
[ -z "$SOURCE_DATE_EPOCH" ] ||\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user