From 4218937e9afd2e1b221739af8d799b32c3a17e40 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Thu, 5 May 2011 12:51:43 +0200 Subject: [PATCH] require hfsplusutils instead of the older hfsutils --- yaboot.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/yaboot.spec b/yaboot.spec index f39fd03..977c202 100644 --- a/yaboot.spec +++ b/yaboot.spec @@ -1,7 +1,7 @@ Summary: Linux bootloader for Power Macintosh "New World" computers. Name: yaboot Version: 1.3.16 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ Group: System Environment/Base Source: http://yaboot.ozlabs.org/releases/yaboot-%{version}.tar.gz @@ -61,7 +61,7 @@ ExclusiveArch: ppc # hfsutils will not be in RHEL6. # hfsutils is needed only for non-IBM ppc machines %if 0%{?fedora} || 0%{?rhel} < 6 -Requires: hfsutils +Requires: hfsplusutils %endif BuildRequires: e2fsprogs-static @@ -144,6 +144,9 @@ rm -rf $RPM_BUILD_ROOT %ghost %config(noreplace) %{_sysconfdir}/yaboot.conf %changelog +* Thu May 05 2011 Karsten Hopp 1.3.16-4 +- require hfsplusutils instead of the older hfsutils + * Tue Apr 12 2011 Tony Breeds - 1.3.16-3 - Add fix for failing to link against posix_memalign() (closes 689415)