Blame SPECS/ipxe.spec

077943
# Resulting binary formats we want from iPXE
077943
%global formats rom
077943
077943
# PCI IDs (vendor,product) of the ROMS we want for QEMU
077943
#
077943
#    pcnet32: 0x1022 0x2000
077943
#   ne2k_pci: 0x10ec 0x8029
077943
#      e1000: 0x8086 0x100e
077943
#    rtl8139: 0x10ec 0x8139
077943
# virtio-net: 0x1af4 0x1000
077943
#   eepro100: 0x8086 0x1209
077943
#     e1000e: 0x8086 0x10d3
077943
#    vmxnet3: 0x15ad 0x07b0
077943
%global qemuroms 10222000 10ec8029 8086100e 10ec8139 1af41000 80861209 808610d3 15ad07b0
077943
071233
# We only build the ROMs if on an EFI build host. The resulting
077943
# binary RPM will be noarch, so other archs will still be able
077943
# to use the binary ROMs.
071233
%global buildarches x86_64 aarch64
077943
077943
# debugging firmwares does not go the same way as a normal program.
077943
# moreover, all architectures providing debuginfo for a single noarch
077943
# package is currently clashing in koji, so don't bother.
077943
%global debug_package %{nil}
077943
077943
# Upstream don't do "releases" :-( So we're going to use the date
077943
# as the version, and a GIT hash as the release. Generate new GIT
077943
# snapshots using the folowing commands:
077943
#
077943
# $ hash=`git log -1 --format='%h'`
077943
# $ date=`git log -1 --format='%cd' --date=short | tr -d -`
077943
# $ git archive --prefix ipxe-${date}-git${hash}/ ${hash} | xz -7e > ipxe-${date}-git${hash}.tar.xz
077943
#
077943
# And then change these two:
077943
077943
%global hash 133f4c47
077943
%global date 20181214
077943
077943
Name:    ipxe
077943
Version: %{date}
071233
Release: 9.git%{hash}%{?dist}
077943
Summary: A network boot loader
077943
077943
Group:   System Environment/Base
077943
License: GPLv2 with additional permissions and BSD
077943
URL:     http://ipxe.org/
077943
077943
Source0: %{name}-%{version}-git%{hash}.tar.xz
4e818a
Source1: script.ipxe
077943
077943
# Enable IPv6 for qemu's config
077943
# Sent upstream: http://lists.ipxe.org/pipermail/ipxe-devel/2015-November/004494.html
077943
Patch0001: 0001-build-customize-configuration.patch
077943
Patch0002: 0002-Use-spec-compliant-timeouts.patch
077943
Patch0003: 0003-Strip-802.1Q-VLAN-0-priority-tags.patch
077943
Patch0004: ipxe-vlan-cmds.patch
bdf3d7
Patch0005: 0001-efi-perform-cable-detection-at-NII-initialization-on-HPE-557SFP.patch
d0555d
Patch0006: ipxe-ping-cmd.patch
071233
Patch0007: 0001-arm-Provide-dummy-implementation-for-in-out-s-b-w-l.patch
077943
077943
%ifarch %{buildarches}
077943
BuildRequires: perl-interpreter
077943
BuildRequires: perl-Getopt-Long
077943
BuildRequires: mtools
077943
BuildRequires: mkisofs
077943
BuildRequires: edk2-tools
077943
BuildRequires: xz-devel
077943
BuildRequires: binutils-devel
071233
%endif
071233
%ifarch x86_64
071233
BuildRequires: syslinux
077943
%endif
077943
077943
Obsoletes: gpxe <= 1.0.1
077943
071233
%ifarch x86_64
4e818a
%package rhcert
4e818a
Summary: Redhat hwcert custom ipxe image
4e818a
Group: Development/Tools
4e818a
BuildArch: noarch
4e818a
071233
%package bootimgs-x86
071233
Summary: X86 Network boot loader images in bootable USB, CD, floppy and GRUB formats
077943
Group:   Development/Tools
077943
BuildArch: noarch
071233
Provides: %{name}-bootimgs = %{version}-%{release}
071233
Obsoletes: %{name}-bootimgs < 20181214-9.git133f4c47
077943
Obsoletes: gpxe-bootimgs <= 1.0.1
077943
077943
%package roms
077943
Summary: Network boot loader roms in .rom format
077943
Group:  Development/Tools
077943
Requires: %{name}-roms-qemu = %{version}-%{release}
077943
BuildArch: noarch
077943
Obsoletes: gpxe-roms <= 1.0.1
077943
077943
%package roms-qemu
077943
Summary: Network boot loader roms supported by QEMU, .rom format
077943
Group:  Development/Tools
077943
BuildArch: noarch
077943
Obsoletes: gpxe-roms-qemu <= 1.0.1
077943
4e818a
%description rhcert
4e818a
Custom ipxe image for use in hardware certification and validation
4e818a
071233
%description bootimgs-x86
077943
iPXE is an open source network bootloader. It provides a direct
077943
replacement for proprietary PXE ROMs, with many extra features such as
077943
DNS, HTTP, iSCSI, etc.
077943
077943
This package contains the iPXE boot images in USB, CD, floppy, and PXE
077943
UNDI formats.
077943
077943
%description roms
077943
iPXE is an open source network bootloader. It provides a direct
077943
replacement for proprietary PXE ROMs, with many extra features such as
077943
DNS, HTTP, iSCSI, etc.
077943
077943
This package contains the iPXE roms in .rom format.
077943
077943
%description roms-qemu
077943
iPXE is an open source network bootloader. It provides a direct
077943
replacement for proprietary PXE ROMs, with many extra features such as
077943
DNS, HTTP, iSCSI, etc.
077943
077943
This package contains the iPXE ROMs for devices emulated by QEMU, in
077943
.rom format.
077943
%endif
077943
071233
%ifarch aarch64
071233
%package bootimgs-aarch64
071233
Summary: AArch64 Network boot loader images in bootable USB and GRUB formats
071233
Group:   Development/Tools
071233
BuildArch: noarch
071233
071233
%description bootimgs-aarch64
071233
iPXE is an open source network bootloader. It provides a direct
071233
replacement for proprietary PXE ROMs, with many extra features such as
071233
DNS, HTTP, iSCSI, etc.
071233
071233
This package contains the iPXE ARM64 boot images in USB and GRUB formats.
071233
%endif
071233
077943
%description
077943
iPXE is an open source network bootloader. It provides a direct
077943
replacement for proprietary PXE ROMs, with many extra features such as
077943
DNS, HTTP, iSCSI, etc.
077943
077943
%prep
077943
%setup -q -n %{name}-%{version}-git%{hash}
077943
%autopatch -p1
071233
pushd src
077943
# ath9k drivers are too big for an Option ROM, and ipxe devs say it doesn't
077943
# make sense anyways
077943
# http://lists.ipxe.org/pipermail/ipxe-devel/2012-March/001290.html
077943
rm -rf drivers/net/ath/ath9k
077943
071233
cp %{SOURCE1} .
071233
popd
071233
071233
071233
%build
071233
cd src
071233
077943
make_ipxe() {
077943
    make %{?_smp_mflags} \
077943
        NO_WERROR=1 V=1 \
077943
        GITVERSION=%{hash} \
077943
        "$@"
077943
}
077943
071233
%ifarch x86_64
071233
4e818a
make_ipxe bin-x86_64-efi/ipxe.efi EMBED=script.ipxe
4e818a
mv bin-x86_64-efi/ipxe.efi bin-x86_64-efi/ipxe-rhcert.efi
4e818a
4e818a
make_ipxe bin-i386-efi/ipxe.efi bin-x86_64-efi/ipxe.efi \
4e818a
    bin-x86_64-efi/snponly.efi
077943
077943
make_ipxe ISOLINUX_BIN=/usr/share/syslinux/isolinux.bin \
077943
    bin/undionly.kpxe bin/ipxe.{dsk,iso,usb,lkrn} \
077943
    allroms
077943
077943
# build roms with efi support for qemu
077943
mkdir bin-combined
077943
for rom in %{qemuroms}; do
077943
  make_ipxe CONFIG=qemu bin/${rom}.rom
077943
  make_ipxe CONFIG=qemu bin-x86_64-efi/${rom}.efidrv
077943
  vid="0x${rom%%????}"
077943
  did="0x${rom#????}"
077943
  EfiRom -f "$vid" -i "$did" --pci23 \
077943
         -ec bin-x86_64-efi/${rom}.efidrv \
d0555d
         -o  bin-combined/${rom}.eficrom
d0555d
  util/catrom.pl \
d0555d
      bin/${rom}.rom \
d0555d
      bin-combined/${rom}.eficrom \
d0555d
      > bin-combined/${rom}.rom
077943
  EfiRom -d  bin-combined/${rom}.rom
6eb562
  # truncate to at least 256KiB
6eb562
  truncate -s \>256K bin-combined/${rom}.rom
6eb562
  # verify rom fits in 256KiB
6eb562
  test $(stat -c '%s' bin-combined/${rom}.rom) -le $((256 * 1024))
077943
done
077943
077943
%endif
077943
071233
%ifarch aarch64
071233
make_ipxe bin-arm64-efi/snponly.efi
071233
%if 0%{?fedora}
071233
make_ipxe bin-arm64-efi/ipxe.efi
071233
%endif
071233
%endif
071233
077943
%install
071233
%ifarch x86_64
077943
mkdir -p %{buildroot}/%{_datadir}/%{name}/
077943
mkdir -p %{buildroot}/%{_datadir}/%{name}.efi/
077943
pushd src/bin/
077943
077943
cp -a undionly.kpxe ipxe.{iso,usb,dsk,lkrn} %{buildroot}/%{_datadir}/%{name}/
077943
077943
for fmt in %{formats};do
077943
 for img in *.${fmt};do
077943
      if [ -e $img ]; then
077943
   cp -a $img %{buildroot}/%{_datadir}/%{name}/
077943
   echo %{_datadir}/%{name}/$img >> ../../${fmt}.list
077943
  fi
077943
 done
077943
done
077943
popd
077943
077943
cp -a src/bin-i386-efi/ipxe.efi %{buildroot}/%{_datadir}/%{name}/ipxe-i386.efi
077943
cp -a src/bin-x86_64-efi/ipxe.efi %{buildroot}/%{_datadir}/%{name}/ipxe-x86_64.efi
4e818a
cp -a src/bin-x86_64-efi/ipxe-rhcert.efi %{buildroot}/%{_datadir}/%{name}/ipxe-x86_64-rhcert.efi
4e818a
cp -a src/bin-x86_64-efi/snponly.efi %{buildroot}/%{_datadir}/%{name}/ipxe-snponly-x86_64.efi
077943
077943
# the roms supported by qemu will be packaged separatedly
077943
# remove from the main rom list and add them to qemu.list
077943
for fmt in rom ;do
077943
 for rom in %{qemuroms} ; do
077943
  sed -i -e "/\/${rom}.${fmt}/d" ${fmt}.list
077943
  echo %{_datadir}/%{name}/${rom}.${fmt} >> qemu.${fmt}.list
077943
 done
077943
done
077943
for rom in %{qemuroms}; do
077943
  cp src/bin-combined/${rom}.rom %{buildroot}/%{_datadir}/%{name}.efi/
077943
  echo %{_datadir}/%{name}.efi/${rom}.rom >> qemu.rom.list
077943
done
077943
%endif
077943
071233
%ifarch aarch64
071233
mkdir -p %{buildroot}/%{_datadir}/%{name}/arm64-efi
071233
cp -a src/bin-arm64-efi/snponly.efi %{buildroot}/%{_datadir}/%{name}/arm64-efi/snponly.efi
071233
%if 0%{?fedora}
071233
cp -a src/bin-arm64-efi/ipxe.efi %{buildroot}/%{_datadir}/%{name}/arm64-efi/ipxe.efi
071233
%endif
071233
%endif
071233
071233
%ifarch x86_64
071233
%files bootimgs-x86
077943
%dir %{_datadir}/%{name}
077943
%{_datadir}/%{name}/ipxe.iso
077943
%{_datadir}/%{name}/ipxe.usb
077943
%{_datadir}/%{name}/ipxe.dsk
077943
%{_datadir}/%{name}/ipxe.lkrn
077943
%{_datadir}/%{name}/ipxe-i386.efi
077943
%{_datadir}/%{name}/ipxe-x86_64.efi
077943
%{_datadir}/%{name}/undionly.kpxe
4e818a
%{_datadir}/%{name}/ipxe-snponly-x86_64.efi
077943
%doc COPYING COPYING.GPLv2 COPYING.UBDL
077943
077943
%files roms -f rom.list
077943
%dir %{_datadir}/%{name}
077943
%doc COPYING COPYING.GPLv2 COPYING.UBDL
077943
077943
%files roms-qemu -f qemu.rom.list
077943
%dir %{_datadir}/%{name}
077943
%dir %{_datadir}/%{name}.efi
077943
%doc COPYING COPYING.GPLv2 COPYING.UBDL
4e818a
4e818a
%files rhcert
4e818a
%dir %{_datadir}/%{name}
4e818a
%{_datadir}/%{name}/ipxe-x86_64-rhcert.efi
077943
%endif
077943
071233
%ifarch aarch64
071233
%files bootimgs-aarch64
071233
%dir %{_datadir}/%{name}
071233
%dir %{_datadir}/%{name}/arm64-efi
071233
%if 0%{?fedora}
071233
%{_datadir}/%{name}/arm64-efi/ipxe.efi
071233
%endif
071233
%{_datadir}/%{name}/arm64-efi/snponly.efi
071233
%endif
071233
077943
%changelog
071233
* Tue Mar 01 2022 Yaakov Selkowitz <yselkowi@redhat.com> - 20181214-9.git133f4c47
071233
- Add ARM 64 EFI artifacts (bz 2059350)
071233
d0555d
* Fri Feb 19 2021 Jarod Wilson <jarod@redhat.com> - 20181210-8.git133f4c47
d0555d
- combine BIOS and EFI roms using utils/catrom.pl [lersek] (bz 1926561)
d0555d
d0555d
* Tue Jan 26 2021 Jarod Wilson <jarod@redhat.com> - 20181210-7.git133f4c47
d0555d
- Build ping command (bz 1913719)
d0555d
bdf3d7
* Mon Jul 27 2020 Neil Horman <nhorman@redhat.com> - 20181210-6.git133f4c47
bdf3d7
- Add quirk for link detect on HP 557SFP cards (bz 1740827)
bdf3d7
4e818a
* Tue Jan 7 2020 Neil Horman <nhorman@redhat.com> - 20181210-5.git133f4c47
4e818a
- Add rhcert subpackage (bz 1756012)
4e818a
4e818a
* Fri Dec 13 2019 Neil Horman <nhorman@redhat.com> - 20181210-4.git133f4c47
4e818a
- Add snponly.efi image (bz 1776929)
4e818a
6eb562
* Tue Aug 13 2019 Danilo de Paula <ddepaula@redhat.com> - 20181210-3.git133f4c47
6eb562
- Release bump
6eb562
6eb562
* Thu Jul 25 2019 Danilo de Paula <ddepaula@redhat.com> - 20181210-2.git133f4c47
6eb562
- Resolves rhbz#1723702
6eb562
  (virtio rom near 256k boundary)
6eb562
077943
* Fri Dec 14 2018 Neil Horman <nhorman@redhat.com> - 20181210-1.git133f4c47
077943
- Update to latest upstream
077943
- Add vlan cmds
077943
077943
* Fri Nov 16 2018 Danilo C. L. de Paula <ddepaula@redhat.com> - 20170710-6.git0600d3ae
077943
- rebuilt
077943
077943
* Thu Jul 12 2018 Danilo - 20170710-5.git0600d3ae
077943
- Bumping release number and rebuilding ipxe for RHEL-8.0
077943
077943
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20170710-3.git0600d3ae
077943
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
077943
077943
* Tue Nov 21 2017 Paolo Bonzini <pbonzini@redhat.com> - ipxe-20170710-2.git0600d3ae
077943
- Include bugfix and configuration patches from RHEL
077943
- Disable cross compilation on RHEL
077943
077943
* Thu Aug 03 2017 Cole Robinson <crobinso@redhat.com> - ipxe-20170710-1.git0600d3ae
077943
- Update to ipxe 0600d3ae for qemu-2.10.0
077943
077943
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20161108-4.gitb991c67
077943
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
077943
077943
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20161108-3.gitb991c67
077943
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
077943
077943
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20161108-2.gitb991c67
077943
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
077943
077943
* Sun Dec 04 2016 Cole Robinson <crobinso@redhat.com> - 20161108-1.gitb991c67
077943
- Rebase to version shipped with qemu 2.8
077943
077943
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 20150821-3.git4e03af8
077943
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
077943
077943
* Tue Jan 26 2016 Cole Robinson <crobinso@redhat.com> 20150821-2.git4e03af8
077943
- Build ipxe.efi (bug 1300865)
077943
- Build eepro100 rom for qemu
077943
077943
* Tue Nov 17 2015 Cole Robinson <crobinso@redhat.com> - 20150821-1.git4e03af8
077943
- Update to commit 4e03af8 for qemu 2.5
077943
- Enable IPv6 (bug 1280318)
077943
077943
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20150407-3.gitdc795b9f
077943
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
077943
077943
* Thu Apr 16 2015 Paolo Bonzini <pbonzini@redhat.com> - 20150407-2.gitdc795b9f
077943
- Fix virtio bug with UEFI driver
077943
077943
* Thu Apr 16 2015 Paolo Bonzini <pbonzini@redhat.com> - 20150407-1.gitdc795b9f
077943
- Update to latest upstream snapshot
077943
- Switch source to .tar.xz
077943
- Include patches from QEMU submodule
077943
- Use config file for configuration
077943
- Distribute additional permissions on top of GPLv2 ("UBDL")
077943
077943
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20140303-3.gitff1e7fc7
077943
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
077943
077943
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20140303-2.gitff1e7fc7
077943
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
077943
077943
* Mon Mar 03 2014 Cole Robinson <crobinso@redhat.com> - 20140303-1.gitff1e7fc7
077943
- Allow access to ipxe prompt if VM is set to pxe boot (bz #842932)
077943
- Enable PNG support (bz #1058176)
077943
077943
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20130517-3.gitc4bce43
077943
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
077943
077943
* Mon May 20 2013 Paolo Bonzini <pbonzini@redhat.com> - 20130103-3.git717279a
077943
- Fix BuildRequires, use cross-compiler when building on 32-bit i686
077943
- Build UEFI drivers for QEMU and include them (patch from Gerd Hoffmann.
077943
  BZ#958875)
077943
077943
* Fri May 17 2013 Daniel P. Berrange <berrange@redhat.com> - 20130517-1.gitc4bce43
077943
- Update to latest upstream snapshot
077943
077943
* Fri May 17 2013 Daniel P. Berrange <berrange@redhat.com> - 20130103-3.git717279a
077943
- Fix build with GCC 4.8 (rhbz #914091)
077943
077943
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20130103-2.git717279a
077943
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
077943
077943
* Thu Jan  3 2013 Daniel P. Berrange <berrange@redhat.com> - 20130103-1.git717279a
077943
- Updated to latest GIT snapshot
077943
077943
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20120328-2.gitaac9718
077943
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
077943
077943
* Wed Mar 28 2012 Daniel P. Berrange <berrange@redhat.com> - 20120328-1.gitaac9718
077943
- Update to newer upstream
077943
077943
* Fri Mar 23 2012 Daniel P. Berrange <berrange@redhat.com> - 20120319-3.git0b2c788
077943
- Remove more defattr statements
077943
077943
* Tue Mar 20 2012 Daniel P. Berrange <berrange@redhat.com> - 20120319-2.git0b2c788
077943
- Remove BuildRoot & rm -rf of it in install/clean sections
077943
- Remove defattr in file section
077943
- Switch to use global, instead of define for macros
077943
- Add note about Patch1 not going upstream
077943
- Split BRs across lines for easier readability
077943
077943
* Mon Feb 27 2012 Daniel P. Berrange <berrange@redhat.com> - 20120319-1.git0b2c788
077943
- Initial package based on gPXE
077943
077943
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-5
077943
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
077943
077943
* Mon Feb 21 2011 Matt Domsch <mdomsch@fedoraproject.org> - 1.0.1-4
077943
- don't use -Werror, it flags a failure that is not a failure for gPXE
077943
077943
* Mon Feb 21 2011 Matt Domsch <mdomsch@fedoraproject.org> - 1.0.1-3
077943
- Fix virtio-net ethernet frame length (patch by cra), fixes BZ678789
077943
077943
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-2
077943
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
077943
077943
* Thu Aug  5 2010 Matt Domsch <mdomsch@fedoraproject.org> - 1.0.1-1
077943
- New drivers: Intel e1000, e1000e, igb, EFI snpnet, JMicron jme,
077943
  Neterion X3100, vxge, pcnet32.
077943
- Bug fixes and improvements to drivers, wireless, DHCP, iSCSI,
077943
  COMBOOT, and EFI.
077943
* Tue Feb  2 2010 Matt Domsch <mdomsch@fedoraproject.org> - 1.0.0-1
077943
- bugfix release, also adds wireless card support
077943
- bnx2 builds again
077943
- drop our one patch
077943
077943
* Tue Oct 27 2009 Matt Domsch <mdomsch@fedoraproject.org> - 0.9.9-1
077943
- new upstream version 0.9.9
077943
-- plus patches from git up to 20090818 which fix build errors and
077943
   other release-critical bugs.
077943
-- 0.9.9: added Attansic L1E and sis190/191 ethernet drivers.  Fixes
077943
   and updates to e1000 and 3c90x drivers.
077943
-- 0.9.8: new commands: time, sleep, md5sum, sha1sum. 802.11 wireless
077943
   support with Realtek 8180/8185 and non-802.11n Atheros drivers.
077943
   New Marvell Yukon-II gigabet Ethernet driver.  HTTP redirection
077943
   support.  SYSLINUX floppy image type (.sdsk) with usable file
077943
   system.  Rewrites, fixes, and updates to 3c90x, forcedeth, pcnet32,
077943
   e1000, and hermon drivers.
077943
077943
* Mon Oct  5 2009 Matt Domsch <mdomsch@fedoraproject.org> - 0.9.7-6
077943
- move rtl8029 from -roms to -roms-qemu for qemu ne2k_pci NIC (BZ 526776)
077943
077943
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.7-5
077943
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
077943
077943
* Tue May 19 2009 Matt Domsch <mdomsch@fedoraproject.org> - 0.9.7-4
077943
- add undionly.kpxe to -bootimgs
077943
077943
* Tue May 12 2009 Matt Domsch <mdomsch@fedoraproject.org> - 0.9.7-3
077943
- handle isolinux changing paths
077943
077943
* Sat May  9 2009 Matt Domsch <mdomsch@fedoraproject.org> - 0.9.7-2
077943
- add dist tag
077943
077943
* Thu Mar 26 2009 Matt Domsch <mdomsch@fedoraproject.org> - 0.9.7-1
077943
- Initial release based on etherboot spec