diff --git a/.gitignore b/.gitignore index d0142b2..76ec587 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ noarch/ /ipxe-20150407-gitdc795b9f.tar.xz /ipxe-20150821-git4e03af8.tar.xz /ipxe-20160622-git0418631.tar.xz +/ipxe-20161108-gitb991c67.tar.xz diff --git a/0001-build-Enable-IPv6-for-in-qemu-config.patch b/0001-build-Enable-IPv6-for-in-qemu-config.patch index 0b19734..4af4c30 100644 --- a/0001-build-Enable-IPv6-for-in-qemu-config.patch +++ b/0001-build-Enable-IPv6-for-in-qemu-config.patch @@ -1,5 +1,5 @@ -From 59b02541da838ce9a0246178deb3c377109589bb Mon Sep 17 00:00:00 2001 -Message-Id: <59b02541da838ce9a0246178deb3c377109589bb.1447780013.git.crobinso@redhat.com> +From b20b539a701c14af82d94b8ff7c22282fe5454d3 Mon Sep 17 00:00:00 2001 +Message-Id: From: Cole Robinson Date: Tue, 17 Nov 2015 11:56:06 -0500 Subject: [PATCH ipxe] build: Enable IPv6 for in qemu config @@ -12,16 +12,16 @@ https://bugzilla.redhat.com/show_bug.cgi?id=1280318 1 file changed, 3 insertions(+) diff --git a/src/config/qemu/general.h b/src/config/qemu/general.h -index 30f60d3..61d0ad4 100644 +index a084497..e94eee2 100644 --- a/src/config/qemu/general.h +++ b/src/config/qemu/general.h -@@ -8,3 +8,6 @@ - - /* Work around missing EFI_PXE_BASE_CODE_PROTOCOL */ - #define EFI_DOWNGRADE_UX +@@ -13,3 +13,6 @@ + * without unrestricted_guest support + */ + #undef TIVOLI_VMM_WORKAROUND + +/* Enable IPv6 */ +#define NET_PROTO_IPV6 -- -2.5.0 +2.9.3 diff --git a/ipxe.spec b/ipxe.spec index 61c5d7f..bfbafdb 100644 --- a/ipxe.spec +++ b/ipxe.spec @@ -37,8 +37,8 @@ # # And then change these two: -%global hash 0418631 -%global date 20160622 +%global hash b991c67 +%global date 20161108 Name: ipxe Version: %{date} @@ -222,6 +222,9 @@ done %endif %changelog +* Sun Dec 04 2016 Cole Robinson - 20161108-1.gitb991c67 +- Rebase to version shipped with qemu 2.8 + * Thu Feb 04 2016 Fedora Release Engineering - 20150821-3.git4e03af8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 2f4cc6b..3d6024d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -689ef95af01011a8ddf4d31fef38dee5 ipxe-20160622-git0418631.tar.xz +e4e639cd1498c7f6d6c76ae283691aa0 ipxe-20161108-gitb991c67.tar.xz