[cpp-linbuild] branch main updated: SSPCPP-972 Build with memcached on RHEL 8 and later and derivatives
John W. O'Brien
john at saltant.com
Fri Mar 24 16:58:48 UTC 2023
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:
http://git.shibboleth.net/view/?p=cpp-linbuild.git;a=commit;h=715d64fc900be2bf92267a752543e3e441452a39
The following commit(s) were added to refs/heads/main by this push:
new 715d64f SSPCPP-972 Build with memcached on RHEL 8 and later and derivatives
715d64f is described below
commit 715d64fc900be2bf92267a752543e3e441452a39
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Fri Mar 24 12:58:26 2023 -0400
SSPCPP-972 Build with memcached on RHEL 8 and later and derivatives
---
common/SPECS/shibboleth.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/common/SPECS/shibboleth.spec b/common/SPECS/shibboleth.spec
index bd8ca28..c726b4d 100644
--- a/common/SPECS/shibboleth.spec
+++ b/common/SPECS/shibboleth.spec
@@ -1,6 +1,6 @@
Name: shibboleth
Version: 3.4.1
-Release: 1
+Release: 2
Summary: Open source system for attribute-based Web SSO
Group: Productivity/Networking/Security
Vendor: Shibboleth Consortium
@@ -116,7 +116,7 @@ This package includes files needed for development with Shibboleth.
%configure %{?_without_odbc:--disable-odbc} %{?_without_adfs:--disable-adfs} %{?_with_fastcgi} %{!?_without_gssapi:--with-gssapi} %{!?_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} %{?_with-memcached} %{!?_without_systemd:--enable-systemd} %{?shib_options}
+ %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} >= 7
%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} PKG_CONFIG_PATH=/opt/shibboleth/%{_lib}/pkgconfig
@@ -481,6 +481,9 @@ exit 0
%doc %{pkgdocdir}/api
%changelog
+* Fri Mar 24 2023 John W. O'Brien <john at saltant.com> 3.4.1-2
+- Build with memcached on RHEL 8 and later and derivatives
+
* Wed Nov 2 2022 Scott Cantor <cantor.2 at osu.edu> - 3.4.0-1
- Version bump
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list