From e620fb29d71e487064410424328b75c372f7ae96 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Tue, 15 May 2012 09:35:56 -0600 Subject: [PATCH] Fixup EL6 cmake28 conditional --- vtk.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vtk.spec b/vtk.spec index 032e698..12166f5 100644 --- a/vtk.spec +++ b/vtk.spec @@ -27,7 +27,7 @@ Patch5: vtk-5.6.1-system.patch URL: http://vtk.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -%if (0%{?rhel} <= 6) +%if 0%{?rhel} && (0%{?rhel} <= 6) BuildRequires: cmake28 %else BuildRequires: cmake