import gssproxy-0.8.0-16.el8
This commit is contained in:
parent
74f15b3e40
commit
ff3162e189
@ -0,0 +1,31 @@
|
|||||||
|
From ce630033523e7a6492dcfde82edae9e89818f84e Mon Sep 17 00:00:00 2001
|
||||||
|
From: Pat Riehecky <riehecky@fnal.gov>
|
||||||
|
Date: Fri, 27 Dec 2019 13:33:42 -0600
|
||||||
|
Subject: [PATCH] Delay gssproxy start until after network.target
|
||||||
|
|
||||||
|
Systemd docs are unclear in this regard, but it appears that
|
||||||
|
network.target must be ready before domain sockets can be created.
|
||||||
|
|
||||||
|
Signed-off-by: Pat Riehecky <riehecky@fnal.gov>
|
||||||
|
[rharwood@redhat.com: rewrote commit message]
|
||||||
|
Reviewed-by: Robbie Harwood <rharwood@redhat.com>
|
||||||
|
Merges: #252
|
||||||
|
(cherry picked from commit 153b2ed51c5059abee507ddd240b5abc288d722c)
|
||||||
|
(cherry picked from commit 004ac514cd238122b25e5bc5b493dc8d4964ad75)
|
||||||
|
---
|
||||||
|
systemd/gssproxy.service.in | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/systemd/gssproxy.service.in b/systemd/gssproxy.service.in
|
||||||
|
index ac37df6..50aafd7 100644
|
||||||
|
--- a/systemd/gssproxy.service.in
|
||||||
|
+++ b/systemd/gssproxy.service.in
|
||||||
|
@@ -1,7 +1,7 @@
|
||||||
|
[Unit]
|
||||||
|
Description=GSSAPI Proxy Daemon
|
||||||
|
# GSSPROXY will not be started until syslog is
|
||||||
|
-After=syslog.target
|
||||||
|
+After=syslog.target network.target
|
||||||
|
Before=rpc-gssd.service
|
||||||
|
|
||||||
|
[Service]
|
@ -1,7 +1,7 @@
|
|||||||
Name: gssproxy
|
Name: gssproxy
|
||||||
|
|
||||||
Version: 0.8.0
|
Version: 0.8.0
|
||||||
Release: 15%{?dist}
|
Release: 16%{?dist}
|
||||||
Summary: GSSAPI Proxy
|
Summary: GSSAPI Proxy
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -27,6 +27,7 @@ Patch10: Include-length-when-using-krb5_c_decrypt.patch
|
|||||||
Patch11: Change-the-way-we-handle-encrypted-buffers.patch
|
Patch11: Change-the-way-we-handle-encrypted-buffers.patch
|
||||||
Patch12: Avoid-uninitialized-free-when-allocating-buffers.patch
|
Patch12: Avoid-uninitialized-free-when-allocating-buffers.patch
|
||||||
Patch13: Make-syslog-of-call-status-configurable.patch
|
Patch13: Make-syslog-of-call-status-configurable.patch
|
||||||
|
Patch14: Delay-gssproxy-start-until-after-network.target.patch
|
||||||
|
|
||||||
### Dependencies ###
|
### Dependencies ###
|
||||||
Requires: krb5-libs >= 1.12.0
|
Requires: krb5-libs >= 1.12.0
|
||||||
@ -121,6 +122,10 @@ mkdir -p %{buildroot}%{gpstatedir}/rcache
|
|||||||
%systemd_postun_with_restart gssproxy.service
|
%systemd_postun_with_restart gssproxy.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 06 2020 Robbie Harwood <rharwood@redhat.com> - 0.8.0-16
|
||||||
|
- Delay gssproxy start until after network.target
|
||||||
|
- Resolves: #1780876
|
||||||
|
|
||||||
* Thu Oct 31 2019 Robbie Harwood <rharwood@redhat.com> - 0.8.0-15
|
* Thu Oct 31 2019 Robbie Harwood <rharwood@redhat.com> - 0.8.0-15
|
||||||
- Make syslog of call status configurable
|
- Make syslog of call status configurable
|
||||||
- Resolves: #1759665
|
- Resolves: #1759665
|
||||||
|
Loading…
Reference in New Issue
Block a user