Include bugfix patches from RHEL
This commit is contained in:
parent
d3b16869cb
commit
06872636a9
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
Name: ipxe
|
Name: ipxe
|
||||||
Version: %{date}
|
Version: %{date}
|
||||||
Release: 1.git%{hash}%{?dist}
|
Release: 2.git%{hash}%{?dist}
|
||||||
Summary: A network boot loader
|
Summary: A network boot loader
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -54,6 +54,8 @@ Source0: %{name}-%{version}-git%{hash}.tar.xz
|
|||||||
# Enable IPv6 for qemu's config
|
# Enable IPv6 for qemu's config
|
||||||
# Sent upstream: http://lists.ipxe.org/pipermail/ipxe-devel/2015-November/004494.html
|
# Sent upstream: http://lists.ipxe.org/pipermail/ipxe-devel/2015-November/004494.html
|
||||||
Patch0001: 0001-build-Enable-IPv6-for-in-qemu-config.patch
|
Patch0001: 0001-build-Enable-IPv6-for-in-qemu-config.patch
|
||||||
|
Patch0002: 0002-Use-spec-compliant-timeouts.patch
|
||||||
|
Patch0003: 0003-Strip-802.1Q-VLAN-0-priority-tags.patch
|
||||||
|
|
||||||
%ifarch %{buildarches}
|
%ifarch %{buildarches}
|
||||||
BuildRequires: perl-interpreter
|
BuildRequires: perl-interpreter
|
||||||
@ -120,7 +122,7 @@ DNS, HTTP, iSCSI, etc.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}-git%{hash}
|
%setup -q -n %{name}-%{version}-git%{hash}
|
||||||
%patch0001 -p1
|
%autopatch -p1
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -222,6 +224,9 @@ done
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 21 2017 Paolo Bonzini <pbonzini@redhat.com> - ipxe-20170710-2.git0600d3ae
|
||||||
|
- Include bugfix patches from RHEL
|
||||||
|
|
||||||
* Thu Aug 03 2017 Cole Robinson <crobinso@redhat.com> - ipxe-20170710-1.git0600d3ae
|
* Thu Aug 03 2017 Cole Robinson <crobinso@redhat.com> - ipxe-20170710-1.git0600d3ae
|
||||||
- Update to ipxe 0600d3ae for qemu-2.10.0
|
- Update to ipxe 0600d3ae for qemu-2.10.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user