[cpp-linbuild] branch main updated: SSPCPP-990 - Amazon 2023 build lacks systemd support
Scott Cantor
cantor.2 at osu.edu
Wed Jul 31 23:27:26 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=38b64c21bc026eb37e32fb5031c76395f2e367ac
The following commit(s) were added to refs/heads/main by this push:
new 38b64c2 SSPCPP-990 - Amazon 2023 build lacks systemd support
38b64c2 is described below
commit 38b64c21bc026eb37e32fb5031c76395f2e367ac
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jul 31 19:26:50 2024 -0400
SSPCPP-990 - Amazon 2023 build lacks systemd support
https://shibboleth.atlassian.net/browse/SSPCPP-990
Add memcache dependency where applicable.
---
common/SPECS/shibboleth.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/SPECS/shibboleth.spec b/common/SPECS/shibboleth.spec
index 6d0786c..70559e6 100644
--- a/common/SPECS/shibboleth.spec
+++ b/common/SPECS/shibboleth.spec
@@ -49,7 +49,7 @@ BuildRequires: boost-devel >= 1.32.0
%{!?_without_doxygen:BuildRequires: doxygen}
%{!?_without_odbc:BuildRequires:unixODBC-devel}
%{?_with_fastcgi:BuildRequires: fcgi-devel}
-%if 0%{?centos} == 6 || 0%{?centos} == 7
+%if 0%{?centos} == 6 || 0%{?centos} == 7 || 0%{?rhel} >= 6 || 0%{?amzn2023}
BuildRequires: libmemcached-devel
%endif
%{?_with_memcached:BuildRequires: libmemcached-devel}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list