[cpp-linbuild] branch main updated: CPPSP-26 Chase Apache module rename in packaging

John W. O'Brien john at saltant.com
Tue Oct 28 13:15:11 UTC 2025


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

obrienjw pushed a commit to branch main
in repository cpp-linbuild.

View the commit online:
https://git.shibboleth.net/view/?p=cpp-linbuild.git;a=commit;h=b46132b43a94ea69deb7952750fefba9659dbc1d

The following commit(s) were added to refs/heads/main by this push:
     new b46132b  CPPSP-26 Chase Apache module rename in packaging
b46132b is described below

commit b46132b43a94ea69deb7952750fefba9659dbc1d
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Thu Oct 23 22:54:45 2025 +0000

    CPPSP-26 Chase Apache module rename in packaging
---
 common/SPECS/shibboleth-sp.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/SPECS/shibboleth-sp.spec b/common/SPECS/shibboleth-sp.spec
index 335f4e6..c9ea8d8 100644
--- a/common/SPECS/shibboleth-sp.spec
+++ b/common/SPECS/shibboleth-sp.spec
@@ -74,7 +74,7 @@ the Shibboleth SP V4 Agent.
 # Plug the agent into the built-in Apache on a recognized system.
 touch rpm.filelist
 APACHE_CONFIG="no"
-if [ -f $RPM_BUILD_ROOT%{_libdir}/%{name}/mod_shib_24.so ] ; then
+if [ -f $RPM_BUILD_ROOT%{_libdir}/%{name}/mod_shib4.so ] ; then
     APACHE_CONFIG="apache24.config"
 fi
 %{?_without_builtinapache:APACHE_CONFIG="no"}

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


More information about the commits mailing list