Require uboot-tools on arm arches so e can make u-boot wrapped
- versions of the kernel and initramfs's
This commit is contained in:
parent
b771e1fe1a
commit
7fc00eb28f
10
lorax.spec
10
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 <dennis@ausil.us> 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 <bcl@redhat.com> 21.9-1
|
||||
- Update syslinux 6.02 support for noarch change (bcl@redhat.com)
|
||||
- runtime-cleanup: Do install GPG (walters@verbum.org)
|
||||
|
Loading…
Reference in New Issue
Block a user