[cpp-linbuild] branch maint-3 updated: Remove centos7 platform, and fix resolver dep.

Codeberg noreply at shibboleth.net
Mon Sep 14 21:09:08 UTC 2026


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch maint-3
in repository cpp-linbuild.

View the commit online:
https://codeberg.org/Shibboleth/cpp-linbuild/commit/de006736568412ce5080b0cd8ba18da49bcb5ed9

The following commit(s) were added to refs/heads/maint-3 by this push:
     new de00673  Remove centos7 platform, and fix resolver dep.
de00673 is described below

commit de006736568412ce5080b0cd8ba18da49bcb5ed9
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Mon Sep 14 17:08:57 2026 -0400

    Remove centos7 platform, and fix resolver dep.
---
 Makefile                       | 1 -
 common/SPECS/shibresolver.spec | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 5f097c5..ef7602a 100644
--- a/Makefile
+++ b/Makefile
@@ -180,7 +180,6 @@ distfiles: $(foreach component,$(COMPONENTS),$(SOURCEDIR)/$($(component)_DISTFIL
 PLATFORMS=\
 	amazonlinux2 \
 	amazonlinux2023 \
-	centos7 \
 	centos8 \
 	rockylinux8 \
 	rockylinux9 \
diff --git a/common/SPECS/shibresolver.spec b/common/SPECS/shibresolver.spec
index 78c29c0..42bf529 100644
--- a/common/SPECS/shibresolver.spec
+++ b/common/SPECS/shibresolver.spec
@@ -18,7 +18,7 @@ BuildRequires: libxerces-c-devel >= 3.2
 BuildRequires: libxml-security-c-devel >= 2.0.0
 BuildRequires: libxmltooling-devel >= 3.3.0
 BuildRequires: libsaml-devel >= 3.3.0
-BuildRequires: shibboleth-devel >= 3.5.0
+BuildRequires: shibboleth-devel >= 3.6.0
 %{?_with_log4cpp:BuildRequires: liblog4cpp-devel >= 1.0}
 %{!?_with_log4cpp:BuildRequires: liblog4shib-devel >= 1.0.4}
 %{!?_without_gssapi:BuildRequires: krb5-devel}
@@ -47,7 +47,7 @@ Requires: libxerces-c-devel >= 3.2
 Requires: libxml-security-c-devel >= 2.0.0
 Requires: libxmltooling-devel >= 3.3.0
 Requires: libsaml-devel >= 3.3.0
-Requires: shibboleth-devel >= 3.5.0
+Requires: shibboleth-devel >= 3.6.0
 %{?_with_log4cpp:Requires: liblog4cpp-devel >= 1.0}
 %{!?_with_log4cpp:Requires: liblog4shib-devel >= 1.0.4}
 

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


More information about the commits mailing list