diff --git a/lorax.spec b/lorax.spec index 8a0094b9..7db03a73 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,5 +1,5 @@ Name: lorax -Version: 0.5 +Version: 0.8 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -25,6 +25,8 @@ Requires: genisoimage Requires: parted Requires: gzip Requires: xz +Requires: squashfs-tools >= 4.2 +Requires: e2fsprogs %ifarch %{ix86} x86_64 Requires: syslinux @@ -34,6 +36,11 @@ Requires: syslinux Requires: silo %endif +%ifarch ppc ppc64 +Requires: yaboot +Requires: kernel-bootwrapper +%endif + %description Lorax is a tool for creating the anaconda install images.