[cpp-sp-resolver] branch master updated: Fixes for SSPCPP-722, SSPCPP-723, SSPCPP-724.

Scott Cantor cantor.2 at osu.edu
Wed Jan 25 15:23:02 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-resolver.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp-resolver.git;a=commit;h=2d7d972f04311e1d41f5a7ec2cff6ee088fa4728

The following commit(s) were added to refs/heads/master by this push:
       new  2d7d972   Fixes for SSPCPP-722, SSPCPP-723, SSPCPP-724.
2d7d972 is described below

commit 2d7d972f04311e1d41f5a7ec2cff6ee088fa4728
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jan 25 15:23:00 2017 -0500

    Fixes for SSPCPP-722, SSPCPP-723, SSPCPP-724.
    
    https://issues.shibboleth.net/jira/browse/SSPCPP-722
    https://issues.shibboleth.net/jira/browse/SSPCPP-723
    https://issues.shibboleth.net/jira/browse/SSPCPP-724
---
 resolver.spec.in | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/resolver.spec.in b/resolver.spec.in
index e9e0170..78d25d3 100644
--- a/resolver.spec.in
+++ b/resolver.spec.in
@@ -9,18 +9,18 @@ URL:		http://shibboleth.net/
 Source0:	http://shibboleth.net/downloads/extensions/sp/%{name}-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 %if 0%{?suse_version} > 1030 && 0%{?suse_version} < 1130
-BuildRequires:  libXerces-c-devel >= 2.8.0
+BuildRequires:  libxerces-c-devel >= 3.1
 %else
 %if 0%{?rhel} >= 7 || 0%{?centos_version} >= 700
-BuildRequires:  xerces-c-devel >= 2.8.0
+BuildRequires:  xerces-c-devel >= 3.1
 %else
-BuildRequires:  libxerces-c-devel >= 2.8.0
+BuildRequires:  libxerces-c-devel >= 3.1
 %endif
 %endif
-BuildRequires:  libxml-security-c-devel >= 1.4.0
+BuildRequires:  libxml-security-c-devel >= 1.7.3
 %{?_with_log4cpp:BuildRequires: liblog4cpp-devel >= 1.0}
 %{!?_with_log4cpp:BuildRequires: liblog4shib-devel >= 1.0.4}
-BuildRequires:  gcc-c++, libxmltooling-devel, libsaml-devel, shibboleth-sp-devel
+BuildRequires:  gcc-c++, libxmltooling-devel, libsaml-devel, shibboleth-devel
 %if "%{_vendor}" == "redhat"
 BuildRequires: redhat-rpm-config
 %endif
@@ -55,17 +55,13 @@ Group:      Development/Libraries
 Requires:   libshibresolver1 = %{version}-%{release}
 Provides:   @PACKAGE_NAME at -devel = %{version}-%{release}
 Obsoletes:  @PACKAGE_NAME at -devel < %{version}-%{release}
-%if 0%{?suse_version} > 1030 && 0%{?suse_version} < 1130
-Requires: libXerces-c-devel >= 2.8.0
-%else
 %if 0%{?rhel} >= 7 || 0%{?centos_version} >= 700
-Requires: xerces-c-devel >= 2.8.0
+Requires:   xerces-c-devel >= 3.1
 %else
-Requires: libxerces-c-devel >= 2.8.0
+Requires:   libxerces-c-devel >= 3.1
 %endif
-%endif
-Requires: libxml-security-c-devel >= 1.4.0
-Requires: libxmltooling-devel, libsaml-devel, shibboleth-sp-devel
+Requires:   libxml-security-c-devel >= 1.7.3
+Requires: libxmltooling-devel, libsaml-devel, shibboleth-devel
 %{?_with_log4cpp:Requires: liblog4cpp-devel >= 1.0}
 %{!?_with_log4cpp:Requires: liblog4shib-devel >= 1.0.4}
 
@@ -80,7 +76,7 @@ This package includes files needed for development.
 %setup -q
 
 %build
-%configure %{?options}
+%configure --with-gssapi %{?shib_options}
 %{__make} pkgdocdir=%{pkgdocdir}
 
 %install
@@ -103,6 +99,7 @@ This package includes files needed for development.
 
 %files -n libshibresolver1
 %defattr(-,root,root,-)
+%{_libdir}/libshibresolver-lite.so.*
 %{_libdir}/libshibresolver.so.*
 
 %files -n libshibresolver-devel
@@ -112,6 +109,9 @@ This package includes files needed for development.
 %doc %{pkgdocdir}
 
 %changelog
+* Wed Jan 25 2017  Scott Cantor  <cantor.2 at osu.edu>  - 1.0.0-2
+- Apply fixes to make this available via official package sets
+
 * Wed Aug 27 2014  Scott Cantor  <cantor.2 at osu.edu>  - 1.0-1
 - Update specfile for release, with RH7 changes
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list