rpms/yaboot/F-12 yaboot.spec,1.68,1.69

Tony Breeds tbreeds at fedoraproject.org
Mon Oct 19 00:35:17 UTC 2009


Author: tbreeds

Update of /cvs/pkgs/rpms/yaboot/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32626

Modified Files:
	yaboot.spec 
Log Message:
Only require hfsutils on fedora and rhel <= 5




Index: yaboot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/yaboot/F-12/yaboot.spec,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -p -r1.68 -r1.69
--- yaboot.spec	24 Sep 2009 12:16:42 -0000	1.68
+++ yaboot.spec	19 Oct 2009 00:35:12 -0000	1.69
@@ -1,7 +1,7 @@
 Summary: Linux bootloader for Power Macintosh "New World" computers.
 Name: yaboot
 Version: 1.3.14
-Release: 19%{?dist}
+Release: 20%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source: http://yaboot.ozlabs.org/releases/yaboot-%{version}.tar.gz
@@ -42,7 +42,7 @@ ExclusiveArch: ppc
 
 # hfsutils will not be in RHEL6.
 # hfsutils is needed only for non-IBM ppc machines
-%if ! 0%{?rhel} >= 6
+%if 0%{?fedora} || 0%{?rhel} < 6
 Requires: hfsutils
 %endif
 BuildRequires: e2fsprogs-devel
@@ -118,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT
 %ghost %config(noreplace) %{_sysconfdir}/yaboot.conf
 
 %changelog
+* Mon Oct 19 2009 Tony Breed <tony at bakeyournoodle.com> - 1.3.14-20
+- Only require hfsutils on fedora and rhel <= 5
+
 * Thu Sep 09 2009 Roman Rakus <rrakus at redhat.com> - 1.3.14-19
 - Increase TFTP buffer to 32MB
 




More information about the fedora-extras-commits mailing list