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