[cpp-opensaml] branch master updated: CentOS 8 adjustments.

Scott Cantor cantor.2 at osu.edu
Mon Sep 30 13:15:51 EDT 2019


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=e16e00b34d61a85c1bd711d95389132cb8b6150e

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

commit e16e00b34d61a85c1bd711d95389132cb8b6150e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Sep 30 13:15:47 2019 -0400

    CentOS 8 adjustments.
---
 opensaml.spec.in | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/opensaml.spec.in b/opensaml.spec.in
index b22ecfe..dead54b 100644
--- a/opensaml.spec.in
+++ b/opensaml.spec.in
@@ -19,6 +19,10 @@ BuildRequires: gcc-c++, pkgconfig, boost-devel >= 1.32.0
 BuildRequires: redhat-rpm-config
 %endif
 
+%if 0%{?rhel} == 8
+BuildRequires: gdb
+%endif
+
 %if "%{_vendor}" == "suse"
 %define pkgdocdir %{_docdir}/%{name}
 %else
@@ -88,7 +92,7 @@ This package includes XML schemas and related files.
 %setup -q
 
 %build
-%if 0%{?rhel} >= 6 || 0%{?centos_version} >= 600 || 0%{?amzn} >= 1
+i%if 0%{?rhel} == 6 || 0%{?rhel} == 7 || 0%{?amzn} >= 1
 %configure %{?saml_options} PKG_CONFIG_PATH=/opt/shibboleth/%{_lib}/pkgconfig
 %else
 %configure %{?saml_options}
@@ -136,6 +140,9 @@ This package includes XML schemas and related files.
 %doc %{pkgdocdir}
 
 %changelog
+* Mon Sep 30 2019 Scott Cantor <cantor.2 at osu.edu> - 3.0.1-1
+- CentOS 8 cleanup
+
 * Tue Nov 21 2017 Scott Cantor <cantor.2 at osu.edu> - 3.0.0-1
 - Update soname
 - Update dependency reqs

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


More information about the commits mailing list