[cpp-sp-resolver] branch master updated: CentOS 8 changes.

Scott Cantor cantor.2 at osu.edu
Thu Oct 3 14:50:27 EDT 2019


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=1eb53080a101bd172666f3a5325241215e8c04fe

The following commit(s) were added to refs/heads/master by this push:
       new  1eb5308   CentOS 8 changes.
1eb5308 is described below

commit 1eb53080a101bd172666f3a5325241215e8c04fe
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Oct 3 14:50:21 2019 -0400

    CentOS 8 changes.
---
 resolver.spec.in | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/resolver.spec.in b/resolver.spec.in
index 3fdfb3d..dc141b6 100644
--- a/resolver.spec.in
+++ b/resolver.spec.in
@@ -75,10 +75,10 @@ This package includes files needed for development.
 %if 0%{?suse_version} >= 1210
     %configure --with-gssapi %{?shib_options}
 %else
-%if 0%{?rhel} >= 7 || 0%{?centos_version} >= 700
+%if 0%{?rhel} >= 7
     %configure --with-gssapi %{?shib_options} PKG_CONFIG_PATH=/opt/shibboleth/%{_lib}/pkgconfig
 %else
-%if 0%{?centos_version} >= 600 || 0%{?rhel} >= 6
+%if 0%{?rhel} >= 6
     %configure --with-gssapi %{?shib_options} PKG_CONFIG_PATH=/opt/shibboleth/%{_lib}/pkgconfig:./pkgconfig-workarounds/rh6
 %else
 %if 0%{?rhel} >= 5
@@ -102,13 +102,9 @@ This package includes files needed for development.
 %clean
 [ "$RPM_BUILD_ROOT" != "/" ] && %{__rm} -rf $RPM_BUILD_ROOT
 
-%ifnos solaris2.8 solaris2.9 solaris2.10
 %post -n libshibresolver2 -p /sbin/ldconfig
-%endif
 
-%ifnos solaris2.8 solaris2.9 solaris2.10
 %postun -n libshibresolver2 -p /sbin/ldconfig
-%endif
 
 %files -n libshibresolver2
 %defattr(-,root,root,-)
@@ -125,6 +121,9 @@ This package includes files needed for development.
 %doc %{pkgdocdir}
 
 %changelog
+* Mon Sep 30 2019  Scott Cantor  <cantor.2 at osu.edu>  - 3.0.0-2
+- CentOS 8 changes
+
 * Fri Jul 20 2018  Scott Cantor  <cantor.2 at osu.edu>  - 3.0.0-1
 - Redo package for SP 3 release
 

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


More information about the commits mailing list