diff --git a/lorax.spec b/lorax.spec index 0ddbcc1..a76cfb8 100644 --- a/lorax.spec +++ b/lorax.spec @@ -2,7 +2,7 @@ Name: lorax Version: 21.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool for creating the anaconda install images Group: Applications/System @@ -60,6 +60,10 @@ Requires: grub2-tools Requires: openssh %endif +%ifarch %{arm} +Requires: uboot-tools +%endif + # Moved image-minimizer tool to lorax Provides: appliance-tools-minimizer @@ -96,6 +100,10 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_mandir}/man1/*.1* %changelog +* Sat Apr 26 2014 Dennis Gilmore 21.9-2 +- Require uboot-tools on arm arches so e can make u-boot wrapped +- versions of the kernel and initramfs's + * Tue Apr 15 2014 Brian C. Lane 21.9-1 - Update syslinux 6.02 support for noarch change (bcl@redhat.com) - runtime-cleanup: Do install GPG (walters@verbum.org)