[condor] Explicitly state the cmake version requirement; tweaks to make the build more reliable on RHEL5.

Brian Bockelman bbockelm at fedoraproject.org
Fri Jun 24 03:49:05 UTC 2011


commit c4780d4f0cd76846cec6363fa99f174d4fdefeab
Author: Brian Bockelman <bbockelm at cse.unl.edu>
Date:   Thu Jun 23 22:32:44 2011 -0500

    Explicitly state the cmake version requirement; tweaks to make the build more reliable on RHEL5.

 condor.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/condor.spec b/condor.spec
index ffc721c..ef440ae 100644
--- a/condor.spec
+++ b/condor.spec
@@ -108,7 +108,8 @@ Patch5: condor_shared_libs.patch
 
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
-BuildRequires: %_bindir/cmake
+# Explicitly request cmake >= 2.8.0, as this is not generally available on RHEL5 platforms
+BuildRequires: cmake >= 2.8.0
 BuildRequires: %_bindir/flex
 BuildRequires: %_bindir/byacc
 BuildRequires: pcre-devel


More information about the scm-commits mailing list