[cpp-linbuild] branch main updated: Rename Apache config fragment to enable SxS installs
Codeberg
noreply at shibboleth.net
Sun Feb 1 21:48:55 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository cpp-linbuild.
View the commit online:
https://codeberg.org/Shibboleth/cpp-linbuild/commit/0147cbedf39303edc1d855d0a59ccdb53ad7f475
The following commit(s) were added to refs/heads/main by this push:
new 0147cbe Rename Apache config fragment to enable SxS installs
0147cbe is described below
commit 0147cbedf39303edc1d855d0a59ccdb53ad7f475
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Sun Feb 1 21:13:45 2026 +0000
Rename Apache config fragment to enable SxS installs
---
common/SPECS/shibboleth-sp.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/common/SPECS/shibboleth-sp.spec b/common/SPECS/shibboleth-sp.spec
index d72c8f6..c9ade7a 100644
--- a/common/SPECS/shibboleth-sp.spec
+++ b/common/SPECS/shibboleth-sp.spec
@@ -72,8 +72,8 @@ if [ "$APACHE_CONFIG" != "no" ] ; then
fi
if [ "$APACHE_CONFD" != "no" ] ; then
%{__mkdir} -p $RPM_BUILD_ROOT$APACHE_CONFD
- %{__cp} -p $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/$APACHE_CONFIG $RPM_BUILD_ROOT$APACHE_CONFD/shib.conf
- echo "%config(noreplace) $APACHE_CONFD/shib.conf" >> rpm.filelist
+ %{__cp} -p $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/$APACHE_CONFIG $RPM_BUILD_ROOT$APACHE_CONFD/shib4.conf
+ echo "%config(noreplace) $APACHE_CONFD/shib4.conf" >> rpm.filelist
fi
fi
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list