From 5f6a56fa785ee36c30e6f8b6e8c050ac66ca1de9 Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Tue, 14 Jun 2016 18:50:21 +0000 Subject: [PATCH] Own /var/lib/gssproxy/rcache --- gssproxy.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gssproxy.spec b/gssproxy.spec index 7894212..d29ff49 100644 --- a/gssproxy.spec +++ b/gssproxy.spec @@ -1,6 +1,6 @@ Name: gssproxy Version: 0.5.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GSSAPI Proxy Group: System Environment/Libraries @@ -75,6 +75,7 @@ install -m644 examples/24-nfs-server.conf %{buildroot}%{_sysconfdir}/gssproxy/24 install -m644 examples/99-nfs-client.conf %{buildroot}%{_sysconfdir}/gssproxy/99-nfs-client.conf mkdir -p %{buildroot}%{_sysconfdir}/gss/mech.d install -m644 examples/mech %{buildroot}%{_sysconfdir}/gss/mech.d/gssproxy.conf +mkdir -p %{buildroot}%{gpstatedir}/rcache %clean rm -rf %{buildroot} @@ -88,6 +89,7 @@ rm -rf %{buildroot} %attr(755,root,root) %dir %{pubconfpath} %attr(755,root,root) %dir %{gpstatedir} %attr(700,root,root) %dir %{gpstatedir}/clients +%attr(700,root,root) %dir %{gpstatedir}/rcache %attr(0600,root,root) %config(noreplace) /%{_sysconfdir}/gssproxy/gssproxy.conf %attr(0600,root,root) %config(noreplace) /%{_sysconfdir}/gssproxy/24-nfs-server.conf %attr(0600,root,root) %config(noreplace) /%{_sysconfdir}/gssproxy/99-nfs-client.conf @@ -107,6 +109,9 @@ rm -rf %{buildroot} %systemd_postun_with_restart gssproxy.service %changelog +* Tue Jun 14 2016 Robbie Harwood - 0.5.1-2 +- Own /var/lib/gssproxy/rcache + * Mon Jun 13 2016 Robbie Harwood - 0.5.1-1 - Update to upstream release v0.5.1 - Resolves: #1345871