Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Karsten Hopp
4218937e9a require hfsplusutils instead of the older hfsutils 2011-05-05 12:51:43 +02:00

View file

@ -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 <karsten@redhat.com> 1.3.16-4
- require hfsplusutils instead of the older hfsutils
* Tue Apr 12 2011 Tony Breeds <tony@bakeyournoodle.com> - 1.3.16-3
- Add fix for failing to link against posix_memalign() (closes 689415)