From 9a2fa4a719df870296f8559bbf775696b49847c5 Mon Sep 17 00:00:00 2001 From: Don Penney Date: Fri, 7 Feb 2020 14:09:28 -0500 Subject: [PATCH] Add support for https and IPv6 to anaconda-preexec Include the source patch that adds support for https and IPv6. Signed-off-by: Don Penney --- SPECS/anaconda.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec index c482f38..8fea2fa 100644 --- a/SPECS/anaconda.spec +++ b/SPECS/anaconda.spec @@ -24,11 +24,12 @@ Patch8: 9800-rpmostreepayload-Rework-remote-add-handling.patch Patch9: yumpayload-dont-verify-disabled-repos.patch Patch10: anaconda-centos-armhfp-extloader.patch -# WRS +# StarlingX Patch10001: 0001-TIS-Progress-and-error-handling.patch Patch10002: 0002-revert-7.4-grub2-efi-handling.patch Patch10003: 0003-Set-default-hostname-to-localhost.patch Patch10004: 0004-Cache-server-ip-in-etc-hosts.patch +Patch10005: 0005-Add-support-for-IPv6-and-https-to-anaconda-preexec.patch # Versions of required components (done so we make sure the buildrequires # match the requires versions of things). @@ -256,11 +257,12 @@ runtime on NFS/HTTP/FTP servers or local disks. %patch10 -p1 %endif -# WRS +# StarlingX %patch10001 -p1 %patch10002 -p1 %patch10003 -p1 %patch10004 -p1 +%patch10005 -p1 %build %configure --disable-static \ -- 1.8.3.1