From: Scott Cantor Date: Wed, 3 Dec 2008 21:55:47 +0000 (+0000) Subject: https://issues.shibboleth.net/jira/browse/SSPCPP-152 X-Git-Tag: 2.2.0~132 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-sp.git;a=commitdiff_plain;h=103370931e0ee2d43f5f16f80f14d96a0ddbbdbf https://issues.shibboleth.net/jira/browse/SSPCPP-152 --- diff --git a/shibboleth.spec.in b/shibboleth.spec.in index b159bc4..9e1dfa7 100644 --- a/shibboleth.spec.in +++ b/shibboleth.spec.in @@ -9,7 +9,11 @@ URL: http://shibboleth.internet2.edu/ Source0: http://shibboleth.internet2.edu/downloads/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: openssl-devel -BuildRequires: xerces%{?xercesver}-c-devel >= 2.8.0 +%if 0%{?suse_version} > 1030 +BuildRequires: libXerces-c-devel >= 2.8.0 +%else +BuildRequires: xerces%{?xercesver}-c-devel >= 2.8.0 +%endif BuildRequires: xml-security-c-devel >= 1.4.0 BuildRequires: zlib-devel, opensaml-devel >= 2.2 %{?_with_log4cpp:BuildRequires: log4cpp-devel >= 1.0} @@ -197,9 +201,10 @@ sh ./keygen.sh -b %doc %{_datadir}/doc/%{name}/api %changelog -* Tue Sep 23 2008 Scott Cantor - 2.2-1 +* Wed Dec 3 2008 Scott Cantor - 2.2-1 - Bump minor version. - Make keygen.sh executable. +- Fixing SUSE Xerces dependency name. * Tue Jun 10 2008 Scott Cantor - 2.1-1 - Change shib.conf handling to treat as config file.