Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4218937e9a |
1 changed files with 5 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue