[cpp-sp] branch master updated: Require Xerces 3.2 as shipped by me on all platforms.
Scott Cantor
cantor.2 at osu.edu
Mon Nov 27 17:02:53 EST 2017
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=cb512e7069a3bba16943608547e64fd9c455b81d
The following commit(s) were added to refs/heads/master by this push:
new cb512e7 Require Xerces 3.2 as shipped by me on all platforms.
cb512e7 is described below
commit cb512e7069a3bba16943608547e64fd9c455b81d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Nov 27 17:02:49 2017 -0500
Require Xerces 3.2 as shipped by me on all platforms.
---
shibboleth.spec.in | 15 ++++-----------
1 file changed, 4 insertions(+), 11 deletions(-)
diff --git a/shibboleth.spec.in b/shibboleth.spec.in
index 870f3a1..a6fb4c8 100644
--- a/shibboleth.spec.in
+++ b/shibboleth.spec.in
@@ -17,15 +17,11 @@ PreReq: xmltooling-schemas >= 3.0.0, opensaml-schemas >= 3.0.0
%endif
%if 0%{?suse_version} > 1030 && 0%{?suse_version} < 1130
PreReq: %{insserv_prereq} %{fillup_prereq}
-BuildRequires: libxerces-c-devel >= 3.2
-%else
-%if 0%{?rhel} >= 7 || 0%{?centos_version} >= 700
-BuildRequires: systemd-devel, pkgconfig
-BuildRequires: xerces-c-devel >= 3.2
-%else
-BuildRequires: libxerces-c-devel >= 3.2
%endif
+%if 0%{?rhel} >= 7 || 0%{?centos_version} >= 700
+BuildRequires: systemd-devel, pkgconfig
%endif
+BuildRequires: libxerces-c-devel >= 3.2
BuildRequires: libxml-security-c-devel >= 2.0.0
BuildRequires: libxmltooling-devel >= 3.0.0
BuildRequires: libsaml-devel >= 3.0.0
@@ -89,11 +85,7 @@ Summary: Shibboleth Development Headers
Group: Development/Libraries/C and C++
Requires: %{name} = %{version}-%{release}
Obsoletes: shibboleth-sp-devel = 2.5.0
-%if 0%{?rhel} >= 7 || 0%{?centos_version} >= 700
-Requires: xerces-c-devel >= 3.2
-%else
Requires: libxerces-c-devel >= 3.2
-%endif
Requires: libxml-security-c-devel >= 2.0.0
Requires: libxmltooling-devel >= 3.0.0
Requires: libsaml-devel >= 3.0.0
@@ -472,6 +464,7 @@ exit 0
%changelog
* Tue Nov 21 2017 Scott Cantor <cantor.2 at osu.edu> - 3.0.0-1
- Bump dependency versions
+- Require Xerces 3.2 as shipped by me on all platforms
* Tue May 03 2016 Scott Cantor <cantor.2 at osu.edu> - 2.6.0-1
- Bump opensaml dependency version
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list