From c32a46e2e6c88ad558fb3f8696d24772d6acc407 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Thu, 25 Aug 2011 00:23:01 +0000 Subject: [PATCH] Bump build requirements and error messages. --- configure.ac | 4 ++-- shibboleth.spec.in | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index 6573efa..e5689d6 100644 --- a/configure.ac +++ b/configure.ac @@ -294,7 +294,7 @@ AC_LINK_IFELSE( [[#if _XMLTOOLING_VERSION >= 10500 xmltooling::XMLToolingConfig::getConfig(); #else -#error Need XMLTooling version 1.4 or higher +#error Need XMLTooling version 1.5 or higher #endif]])], ,[AC_MSG_ERROR([unable to link with XMLTooling, or version was too old])]) @@ -340,7 +340,7 @@ AC_LINK_IFELSE( [[#if _OPENSAML_VERSION >= 20500 opensaml::SAMLConfig::getConfig(); #else -#error Need OpenSAML version 2.4 or higher +#error Need OpenSAML version 2.5 or higher #endif]])], ,[AC_MSG_ERROR([unable to link with OpenSAML, or version was too old]) ]) diff --git a/shibboleth.spec.in b/shibboleth.spec.in index 7aaa846..9eb22ee 100644 --- a/shibboleth.spec.in +++ b/shibboleth.spec.in @@ -17,8 +17,8 @@ BuildRequires: libXerces-c-devel >= 2.8.0 BuildRequires: libxerces-c-devel >= 2.8.0 %endif BuildRequires: libxml-security-c-devel >= 1.4.0 -BuildRequires: libxmltooling-devel >= 1.4 -BuildRequires: libsaml-devel >= 2.4 +BuildRequires: libxmltooling-devel >= 1.5 +BuildRequires: libsaml-devel >= 2.5 %{?_with_log4cpp:BuildRequires: liblog4cpp-devel >= 1.0} %{!?_with_log4cpp:BuildRequires: liblog4shib-devel} %if 0%{?rhel} >= 6 || 0%{?centos_version} >= 600 @@ -61,8 +61,8 @@ Requires: libXerces-c-devel >= 2.8.0 Requires: libxerces-c-devel >= 2.8.0 %endif Requires: libxml-security-c-devel >= 1.4.0 -Requires: libxmltooling-devel >= 1.4 -Requires: libsaml-devel >= 2.4 +Requires: libxmltooling-devel >= 1.5 +Requires: libsaml-devel >= 2.5 %{?_with_log4cpp:Requires: liblog4cpp-devel >= 1.0} %{!?_with_log4cpp:Requires: liblog4shib-devel} -- 2.1.4