2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-21 09:01:46 +00:00

Update esxboot to more closely match official VMware OSS packaging of their boot loader

Former-commit-id: 977dab7e22680e0c49a28ceba8ecb5f0a8f59e0d
This commit is contained in:
jbjohnso 2012-02-25 17:17:17 +00:00
parent 1bcb32e9c7
commit d6a11058b9
3 changed files with 4 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: esxboot-xcat
Version: 1.0.0
Release: 1
Release: 2
Summary: xCAT patched variant of vmware's boot loader
Group: System Environment/Kernel
@ -14,15 +14,15 @@ BuildArch: noarch
%define os_release %(rpm -q --qf '%%{release}' %{Distribution}-release | cut -d"." -f 1)
Source0: efiboot.tgz
Source0: efiboot-1.0.0-395084.oss.tgz
Patch: esxboot-xcat.patch
%description
This is the open source of VMware's boot loader, patched with features and fixes appropriate for xCAT's use.
This is the open source VMware boot loader, patched with features and fixes appropriate for xCAT's use.
%prep
%setup -n efiboot
%setup -c
%patch -p1
%build