Require uboot-tools when running on arm
Require uboot-tools on arm arches so we can make u-boot wrapped versions of the kernel and initramfs's
This commit is contained in:
parent
b090a09dca
commit
c14198c45e
@ -60,6 +60,10 @@ Requires: grub2-tools
|
|||||||
Requires: openssh
|
Requires: openssh
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%ifarch %{arm}
|
||||||
|
Requires: uboot-tools
|
||||||
|
%endif
|
||||||
|
|
||||||
# Moved image-minimizer tool to lorax
|
# Moved image-minimizer tool to lorax
|
||||||
Provides: appliance-tools-minimizer
|
Provides: appliance-tools-minimizer
|
||||||
Obsoletes: appliance-tools-minimizer < 007.7-3
|
Obsoletes: appliance-tools-minimizer < 007.7-3
|
||||||
|
Loading…
Reference in New Issue
Block a user