[cpp-sp] 01/02: SSPCPP-889 - keygen.sh implicitly relies on hostname command
Scott Cantor
cantor.2 at osu.edu
Tue Mar 10 11:24:11 EDT 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=8aadc8f2c886643da4ff1c32e2aed338a44180f3
commit 8aadc8f2c886643da4ff1c32e2aed338a44180f3
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Mar 10 09:29:49 2020 -0400
SSPCPP-889 - keygen.sh implicitly relies on hostname command
https://issues.shibboleth.net/jira/browse/SSPCPP-889
---
shibboleth.spec.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/shibboleth.spec.in b/shibboleth.spec.in
index e6e9a41..5d3f360 100644
--- a/shibboleth.spec.in
+++ b/shibboleth.spec.in
@@ -9,7 +9,7 @@ URL: http://shibboleth.net/
Source: %{name}-sp-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-sp-%{version}-root
Obsoletes: shibboleth-sp = 2.5.0
-Requires: openssl
+Requires: openssl, hostname
%if 0%{?rhel} >= 6 || 0%{?amzn} >= 1
PreReq: xmltooling-schemas%{?_isa} >= 3.1.0, opensaml-schemas%{?_isa} >= 3.1.0
%else
@@ -478,6 +478,7 @@ exit 0
%changelog
* Mon Feb 3 2020 Scott Cantor <cantor.2 at osu.edu> - 3.1.0-1
- Version and lib bump
+- Add hostname dependency for keygen script
* Mon Sep 30 2019 Scott Cantor <cantor.2 at osu.edu> - 3.0.4-1
- CentOS 8 cleanup
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list