import ipxe-20181214-7.git133f4c47.el8
This commit is contained in:
parent
7bbcd03548
commit
5092dfe9e8
11
SOURCES/ipxe-ping-cmd.patch
Normal file
11
SOURCES/ipxe-ping-cmd.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- ./src/config/general.h.orig 2021-01-26 19:47:08.940559209 -0500
|
||||||
|
+++ ./src/config/general.h 2021-01-26 19:47:15.739526567 -0500
|
||||||
|
@@ -148,7 +148,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||||
|
//#define PCI_CMD /* PCI commands */
|
||||||
|
//#define PARAM_CMD /* Form parameter commands */
|
||||||
|
//#define NEIGHBOUR_CMD /* Neighbour management commands */
|
||||||
|
-//#define PING_CMD /* Ping command */
|
||||||
|
+#define PING_CMD /* Ping command */
|
||||||
|
//#define CONSOLE_CMD /* Console command */
|
||||||
|
//#define IPSTAT_CMD /* IP statistics commands */
|
||||||
|
//#define PROFSTAT_CMD /* Profiling commands */
|
@ -49,7 +49,7 @@
|
|||||||
|
|
||||||
Name: ipxe
|
Name: ipxe
|
||||||
Version: %{date}
|
Version: %{date}
|
||||||
Release: 6.git%{hash}%{?dist}
|
Release: 7.git%{hash}%{?dist}
|
||||||
Summary: A network boot loader
|
Summary: A network boot loader
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -66,6 +66,7 @@ Patch0002: 0002-Use-spec-compliant-timeouts.patch
|
|||||||
Patch0003: 0003-Strip-802.1Q-VLAN-0-priority-tags.patch
|
Patch0003: 0003-Strip-802.1Q-VLAN-0-priority-tags.patch
|
||||||
Patch0004: ipxe-vlan-cmds.patch
|
Patch0004: ipxe-vlan-cmds.patch
|
||||||
Patch0005: 0001-efi-perform-cable-detection-at-NII-initialization-on-HPE-557SFP.patch
|
Patch0005: 0001-efi-perform-cable-detection-at-NII-initialization-on-HPE-557SFP.patch
|
||||||
|
Patch0006: ipxe-ping-cmd.patch
|
||||||
|
|
||||||
%ifarch %{buildarches}
|
%ifarch %{buildarches}
|
||||||
BuildRequires: perl-interpreter
|
BuildRequires: perl-interpreter
|
||||||
@ -260,6 +261,9 @@ done
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 26 2021 Jarod Wilson <jarod@redhat.com> - 20181210-7.git133f4c47
|
||||||
|
- Build ping command (bz 1913719)
|
||||||
|
|
||||||
* Mon Jul 27 2020 Neil Horman <nhorman@redhat.com> - 20181210-6.git133f4c47
|
* Mon Jul 27 2020 Neil Horman <nhorman@redhat.com> - 20181210-6.git133f4c47
|
||||||
- Add quirk for link detect on HP 557SFP cards (bz 1740827)
|
- Add quirk for link detect on HP 557SFP cards (bz 1740827)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user