[cpp-opensaml] branch master updated: Require Xerces 3.2 as shipped by me on all platforms.
Scott Cantor
cantor.2 at osu.edu
Mon Nov 27 16:59:59 EST 2017
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-opensaml.git;a=commit;h=fd3d4f556615c4eebecda9c440fb3bc451330fcc
The following commit(s) were added to refs/heads/master by this push:
new fd3d4f5 Require Xerces 3.2 as shipped by me on all platforms.
fd3d4f5 is described below
commit fd3d4f556615c4eebecda9c440fb3bc451330fcc
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Nov 27 16:59:54 2017 -0500
Require Xerces 3.2 as shipped by me on all platforms.
---
opensaml.spec.in | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/opensaml.spec.in b/opensaml.spec.in
index 4b42f4e..b06ae8b 100644
--- a/opensaml.spec.in
+++ b/opensaml.spec.in
@@ -8,11 +8,7 @@ License: Apache-2.0
URL: http://www.opensaml.org/
Source0: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-root
-%if 0%{?rhel} >= 7 || 0%{?centos_version} >= 700
-BuildRequires: xerces-c-devel >= 3.2
-%else
BuildRequires: libxerces-c-devel >= 3.2
-%endif
BuildRequires: libxml-security-c-devel >= 2.0.0
BuildRequires: libxmltooling-devel >= 3.0.0
%{?_with_log4cpp:BuildRequires: liblog4cpp-devel >= 1.0}
@@ -67,11 +63,7 @@ Group: Development/Libraries/C and C++
Requires: libsaml10 = %{version}-%{release}
Provides: @PACKAGE_NAME at -devel = %{version}-%{release}
Obsoletes: @PACKAGE_NAME at -devel < %{version}-%{release}
-%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
%{?_with_log4cpp:Requires: liblog4cpp-devel >= 1.0}
@@ -145,6 +137,7 @@ This package includes XML schemas and related files.
* Tue Nov 21 2017 Scott Cantor <cantor.2 at osu.edu> - 3.0.0-1
- Update soname
- Update dependency reqs
+- Require Xerces 3.2 as shipped by me on all platforms
* Fri Jun 24 2016 Scott Cantor <cantor.2 at osu.edu> - 2.6.0-1
- Fix some nits
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list