[cpp-sp COMMIT] /branches/REL_2/shibboleth.spec.in
noreply at shibboleth.net
noreply at shibboleth.net
Wed Aug 27 11:17:43 EDT 2014
Author: scantor
Date: Wed Aug 27 11:17:43 2014
New Revision: 3886
URL: http://svn.shibboleth.net/view/cpp-sp?rev=3886&view=rev
Log:
https://issues.shibboleth.net/jira/browse/SSPCPP-544
Modified:
branches/REL_2/shibboleth.spec.in
Modified: branches/REL_2/shibboleth.spec.in
URL: http://svn.shibboleth.net/view/cpp-sp/branches/REL_2/shibboleth.spec.in?rev=3886&r1=3885&r2=3886&view=diff
==============================================================================
--- branches/REL_2/shibboleth.spec.in (original)
+++ branches/REL_2/shibboleth.spec.in Wed Aug 27 11:17:43 2014
@@ -17,9 +17,13 @@
%endif
%if 0%{?suse_version} > 1030 && 0%{?suse_version} < 1130
PreReq: %{insserv_prereq} %{fillup_prereq}
-BuildRequires: libXerces-c-devel >= 2.8.0
-%else
-BuildRequires: libxerces-c-devel >= 2.8.0
+BuildRequires: libXerces-c-devel >= 2.8.0
+%else
+%if 0%{?rhel} >= 7 || 0%{?centos_version} >= 700
+BuildRequires: xerces-c-devel >= 2.8.0
+%else
+BuildRequires: libxerces-c-devel >= 2.8.0
+%endif
%endif
BuildRequires: libxml-security-c-devel >= 1.4.0
BuildRequires: libxmltooling-devel >= 1.5.0
@@ -76,9 +80,13 @@
Requires: %{name} = %{version}-%{release}
Obsoletes: shibboleth-sp-devel = 2.5.0
%if 0%{?suse_version} > 1030 && 0%{?suse_version} < 1130
-Requires: libXerces-c-devel >= 2.8.0
-%else
-Requires: libxerces-c-devel >= 2.8.0
+Requires: libXerces-c-devel >= 2.8.0
+%else
+%if 0%{?rhel} >= 7 || 0%{?centos_version} >= 700
+Requires: xerces-c-devel >= 2.8.0
+%else
+Requires: libxerces-c-devel >= 2.8.0
+%endif
%endif
Requires: libxml-security-c-devel >= 1.4.0
Requires: libxmltooling-devel >= 1.5.0
@@ -336,6 +344,10 @@
%doc %{pkgdocdir}/api
%changelog
+* Tue May 13 2014 Ian Young <ian at iay.org.uk> - 2.5.3-1.2
+- Update package dependencies for RHEL/CentOS 7
+- Fix bogus dates in changelog
+
* Sat Jun 8 2013 Scott Cantor <cantor.2 at osu.edu> - 2.5.2-1
- Add --with-gssapi using MIT K5 by default
@@ -422,10 +434,10 @@
- Applied fix for secadv 20061002
- Fix for metadata loader loop
-* Wed Jun 15 2006 Scott Cantor <cantor.2 at osu.edu> - 1.3-10
+* Thu Jun 15 2006 Scott Cantor <cantor.2 at osu.edu> - 1.3-10
- Applied fix for sec 20060615
-* Fri Apr 15 2006 Scott Cantor <cantor.2 at osu.edu> - 1.3-9
+* Sat Apr 15 2006 Scott Cantor <cantor.2 at osu.edu> - 1.3-9
- Misc. patches, SuSE, Apache 2.2, gcc 4.1, and 64-bit support
* Mon Jan 9 2006 Scott Cantor <cantor.2 at osu.edu> - 1.3-8
More information about the commits
mailing list