[cpp-linbuild] branch main updated: SSPCPP-990 - Amazon 2023 build lacks systemd support
Scott Cantor
cantor.2 at osu.edu
Wed Jul 31 23:11:18 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository cpp-linbuild.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-linbuild.git;a=commit;h=70ff5e0b98085e37a39274a8a13c3618eff0a414
The following commit(s) were added to refs/heads/main by this push:
new 70ff5e0 SSPCPP-990 - Amazon 2023 build lacks systemd support
70ff5e0 is described below
commit 70ff5e0b98085e37a39274a8a13c3618eff0a414
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jul 31 19:10:38 2024 -0400
SSPCPP-990 - Amazon 2023 build lacks systemd support
https://shibboleth.atlassian.net/browse/SSPCPP-990
---
common/SPECS/shibboleth.spec | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/common/SPECS/shibboleth.spec b/common/SPECS/shibboleth.spec
index f38af6c..6d0786c 100644
--- a/common/SPECS/shibboleth.spec
+++ b/common/SPECS/shibboleth.spec
@@ -119,6 +119,9 @@ This package includes files needed for development with Shibboleth.
%if 0%{?suse_version} >= 1210
%configure %{?_without_odbc:--disable-odbc} %{?_without_adfs:--disable-adfs} %{?_with_fastcgi} %{!?_without_gssapi:--with-gssapi} %{!?_without_systemd:--enable-systemd} %{?shib_options}
%else
+%if 0%{?amzn2023}
+ %configure %{?_without_odbc:--disable-odbc} %{?_without_adfs:--disable-adfs} %{?_with_fastcgi} %{!?_without_gssapi:--with-gssapi} %{!?_without_memcached:--with-memcached} %{!?_without_systemd:--enable-systemd} %{?shib_options}
+%else
%if 0%{?rhel} >= 8
%configure %{?_without_odbc:--disable-odbc} %{?_without_adfs:--disable-adfs} %{?_with_fastcgi} %{!?_without_gssapi:--with-gssapi} %{!?_without_memcached:--with-memcached} %{!?_without_systemd:--enable-systemd} %{?shib_options}
%else
@@ -138,6 +141,7 @@ This package includes files needed for development with Shibboleth.
%endif
%endif
%endif
+%endif
%{__make} pkgdocdir=%{pkgdocdir}
%install
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list