From: Scott Cantor Date: Mon, 20 Jul 2015 17:10:04 +0000 (-0400) Subject: Require latest xml-sec / xmltooling in specfile. X-Git-Tag: 2.5.5~3 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=commitdiff_plain;h=ca9f5d20cc18d5bdf88a39dd7b424a0bd6a94eef Require latest xml-sec / xmltooling in specfile. --- diff --git a/opensaml.spec.in b/opensaml.spec.in index 3a72b92..32b2dbb 100644 --- a/opensaml.spec.in +++ b/opensaml.spec.in @@ -13,8 +13,8 @@ BuildRequires: xerces-c-devel >= 3.1 %else BuildRequires: libxerces-c-devel >= 3.1 %endif -BuildRequires: libxml-security-c-devel >= 1.4.0 -BuildRequires: libxmltooling-devel >= 1.4 +BuildRequires: libxml-security-c-devel >= 1.7.3 +BuildRequires: libxmltooling-devel >= 1.5.5 %{?_with_log4cpp:BuildRequires: liblog4cpp-devel >= 1.0} %{!?_with_log4cpp:BuildRequires: liblog4shib-devel >= 1.0.4} BuildRequires: gcc-c++, boost-devel >= 1.32.0 @@ -72,8 +72,8 @@ Requires: xerces-c-devel >= 3.1 %else Requires: libxerces-c-devel >= 3.1 %endif -Requires: libxml-security-c-devel >= 1.4.0 -Requires: libxmltooling-devel >= 1.4 +Requires: libxml-security-c-devel >= 1.7.3 +Requires: libxmltooling-devel >= 1.5.5 %{?_with_log4cpp:Requires: liblog4cpp-devel >= 1.0} %{!?_with_log4cpp:Requires: liblog4shib-devel >= 1.0.4}