[cpp-linbuild] branch main updated: SSPCPP-1017 Fix unstated dependency on systemd

John W. O'Brien john at saltant.com
Mon Sep 8 15:26:05 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:
http://git.shibboleth.net/view/?p=cpp-linbuild.git;a=commit;h=66caee9dfe46cb96a3c9e3622030ea09b1d06b35

The following commit(s) were added to refs/heads/main by this push:
     new 66caee9  SSPCPP-1017 Fix unstated dependency on systemd
66caee9 is described below

commit 66caee9dfe46cb96a3c9e3622030ea09b1d06b35
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Mon Sep 8 13:15:07 2025 +0000

    SSPCPP-1017 Fix unstated dependency on systemd
---
 common/SPECS/shibboleth.spec | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/common/SPECS/shibboleth.spec b/common/SPECS/shibboleth.spec
index a7c3459..e4db1cb 100644
--- a/common/SPECS/shibboleth.spec
+++ b/common/SPECS/shibboleth.spec
@@ -1,6 +1,6 @@
 Name: shibboleth
 Version: 3.5.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Open source system for attribute-based Web SSO
 Group: Productivity/Networking/Security
 Vendor: Shibboleth Consortium
@@ -19,6 +19,7 @@ Requires(pre,preun): opensaml-schemas >= 3.3.0
 %if 0%{?rhel} >= 7 || 0%{?amzn} >= 2
 Requires: hostname
 BuildRequires: systemd-devel
+%{?systemd_requires}
 %else
 Requires: net-tools
 %endif
@@ -379,6 +380,9 @@ exit 0
 %doc %{pkgdocdir}/api
 
 %changelog
+* Mon Sep 8 2025 John W. O'Brien <john at saltant.com> - 3.5.1-2
+- SSPCPP-1017 Fix unstated dependency on systemd
+
 * Wed Sep 3 2025 Scott Cantor <cantor.2 at osu.edu> - 3.5.1-1
 - Bump version.
 

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


More information about the commits mailing list