rpms/yaboot/devel yaboot.spec,1.65,1.66

Roman Rakus rrakus at fedoraproject.org
Wed Sep 9 15:55:37 UTC 2009


Author: rrakus

Update of /cvs/extras/rpms/yaboot/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18501

Modified Files:
	yaboot.spec 
Log Message:
Do not require hfsutils on RHEL 6


Index: yaboot.spec
===================================================================
RCS file: /cvs/extras/rpms/yaboot/devel/yaboot.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -p -r1.65 -r1.66
--- yaboot.spec	14 Aug 2009 13:55:37 -0000	1.65
+++ yaboot.spec	9 Sep 2009 15:55:37 -0000	1.66
@@ -1,7 +1,7 @@
 Summary: Linux bootloader for Power Macintosh "New World" computers.
 Name: yaboot
 Version: 1.3.14
-Release: 17%{?dist}
+Release: 18%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source: http://yaboot.ozlabs.org/releases/yaboot-%{version}.tar.gz
@@ -34,11 +34,17 @@ Patch35: yaboot-1.3.14-returns.patch
 # ipv6 support
 Patch36: yaboot-1.3.14-ipv6.patch
 
+
 URL: http://yaboot.ozlabs.org/
 BuildRoot: %{_tmppath}/%{name}-root
 Obsoletes: ybin
 ExclusiveArch: ppc
+
+# hfsutils will not be in RHEL6.
+# hfsutils is needed only for non-IBM ppc machines
+%if ! 0%{?rhel} < 6
 Requires: hfsutils
+%endif
 BuildRequires: e2fsprogs-devel
 
 # yaboot is bootloader. It contains ELF object, but it is not Linux or MacOS
@@ -112,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT
 %ghost %config(noreplace) %{_sysconfdir}/yaboot.conf
 
 %changelog
+* Wed Sep 09 2009 Roman Rakus <rrakus at redhat.com> - 1.3.14-18
+- Do not require hfsutils on RHEL 6
+
 * Fri Aug 14 2009 Roman Rakus <rrakus at redhat.com> - 1.3.14-17
 - ipv6 support
 - don't build debuginfo package




More information about the scm-commits mailing list