Require hfsplus-tools on Fedora x86_64 builds
This commit is contained in:
parent
9675a26e0d
commit
b1a3aeb558
@ -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 <dennis@ausil.us> 19.7-2
|
||||
- Require hfsplus-tools on Fedora x86_64 builds
|
||||
|
||||
* Thu Aug 01 2013 Brian C. Lane <bcl@redhat.com> 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
|
||||
|
Loading…
Reference in New Issue
Block a user