[livecd-tools/f18] - Require hfsplus-tools so that images will boot on Mac

Brian C. Lane bcl at fedoraproject.org
Thu Oct 25 18:51:11 UTC 2012


commit 55bf2a210456b2c50ca69c9f2edd3d0761185086
Author: Brian C. Lane <bcl at redhat.com>
Date:   Thu Oct 25 11:50:58 2012 -0700

    - Require hfsplus-tools so that images will boot on Mac

 livecd-tools.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/livecd-tools.spec b/livecd-tools.spec
index ca4f9b4..9888706 100644
--- a/livecd-tools.spec
+++ b/livecd-tools.spec
@@ -5,7 +5,7 @@
 Summary: Tools for building live CDs
 Name: livecd-tools
 Version: 18.12
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch: 1
 License: GPLv2
 Group: System Environment/Base
@@ -28,6 +28,7 @@ Requires: util-linux
 Requires: dosfstools
 Requires: e2fsprogs
 Requires: lorax >= 18.3
+Requires: hfsplus-tools
 %ifarch %{ix86} x86_64
 Requires: syslinux
 Requires: /sbin/extlinux
@@ -101,6 +102,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/imgcreate/*.pyc
 
 %changelog
+* Thu Oct 25 2012 Brian C. Lane <bcl at redhat.com> 18.12-2
+- Require hfsplus-tools so that images will boot on Mac
+
 * Tue Oct 02 2012 Brian C. Lane <bcl at redhat.com> 18.12-1
 - Version 18.12 (bcl)
 - Remove grub 0.97 splash (bcl)


More information about the scm-commits mailing list