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

Roman Rakus rrakus at fedoraproject.org
Wed Sep 9 17:45:06 UTC 2009


Author: rrakus

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

Modified Files:
	yaboot.spec 
Log Message:
Fixed check for RHEL6


Index: yaboot.spec
===================================================================
RCS file: /cvs/extras/rpms/yaboot/devel/yaboot.spec,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -p -r1.66 -r1.67
--- yaboot.spec	9 Sep 2009 15:55:37 -0000	1.66
+++ yaboot.spec	9 Sep 2009 17:45:06 -0000	1.67
@@ -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%{?rhel} >= 6
 Requires: hfsutils
 %endif
 BuildRequires: e2fsprogs-devel




More information about the scm-commits mailing list