From 0e0dc08ee3a1739e693d0a0248b887542f9e5196 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 1 Nov 2021 09:45:22 -0400 Subject: [PATCH] Fix tmpfiles conf file Signed-off-by: Simo Sorce --- gssproxy.sock.compat.conf | 2 +- gssproxy.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gssproxy.sock.compat.conf b/gssproxy.sock.compat.conf index f10b810..264b4d4 100644 --- a/gssproxy.sock.compat.conf +++ b/gssproxy.sock.compat.conf @@ -1 +1 @@ -L /var/lib/gssproxy/default.sock - - - /run/gssproxy.default.sock +L /var/lib/gssproxy/default.sock - - - - /run/gssproxy.default.sock diff --git a/gssproxy.spec b/gssproxy.spec index 781ca9b..2c7acc9 100644 --- a/gssproxy.spec +++ b/gssproxy.spec @@ -1,7 +1,7 @@ Name: gssproxy Version: 0.8.4 -Release: 5%{?dist} +Release: 6%{?dist} Summary: GSSAPI Proxy License: MIT @@ -123,6 +123,9 @@ fi %systemd_postun_with_restart gssproxy.service %changelog +* Mon Nov 1 2021 Simo Sorce - 0.8.4-6 +- Fix tmpfiles conf file + * Mon Sep 20 2021 Simo Sorce - 0.8.4-5 - Move default socket to the rundir - Resolves: #1853293