diff --git a/lorax.spec b/lorax.spec index f9531d7..f80b159 100644 --- a/lorax.spec +++ b/lorax.spec @@ -2,7 +2,7 @@ Name: lorax Version: 19.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool for creating the anaconda install images Group: Applications/System @@ -40,6 +40,9 @@ Requires: dracut >= 030 # Fedora specific deps Requires: fedup-dracut Requires: fedup-dracut-plymouth +%ifarch x86_64 +Requires: hfsplus-tools +%endif %endif %ifarch %{ix86} x86_64 @@ -85,6 +88,9 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_mandir}/man1/*.1* %changelog +* Wed Aug 21 2013 Dennis Gilmore 19.7-2 +- Require hfsplus-tools on Fedora x86_64 builds + * Thu Aug 01 2013 Brian C. Lane 19.7-1 - Add a dist target that copies the archive to fedorahosted (bcl@redhat.com) - dracut-nohostonly and dracut-norescue got renamed for dracut >= 030