Own /var/lib/gssproxy/rcache
This commit is contained in:
parent
c6a65ffeab
commit
5f6a56fa78
@ -1,6 +1,6 @@
|
|||||||
Name: gssproxy
|
Name: gssproxy
|
||||||
Version: 0.5.1
|
Version: 0.5.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: GSSAPI Proxy
|
Summary: GSSAPI Proxy
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
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
|
install -m644 examples/99-nfs-client.conf %{buildroot}%{_sysconfdir}/gssproxy/99-nfs-client.conf
|
||||||
mkdir -p %{buildroot}%{_sysconfdir}/gss/mech.d
|
mkdir -p %{buildroot}%{_sysconfdir}/gss/mech.d
|
||||||
install -m644 examples/mech %{buildroot}%{_sysconfdir}/gss/mech.d/gssproxy.conf
|
install -m644 examples/mech %{buildroot}%{_sysconfdir}/gss/mech.d/gssproxy.conf
|
||||||
|
mkdir -p %{buildroot}%{gpstatedir}/rcache
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
@ -88,6 +89,7 @@ rm -rf %{buildroot}
|
|||||||
%attr(755,root,root) %dir %{pubconfpath}
|
%attr(755,root,root) %dir %{pubconfpath}
|
||||||
%attr(755,root,root) %dir %{gpstatedir}
|
%attr(755,root,root) %dir %{gpstatedir}
|
||||||
%attr(700,root,root) %dir %{gpstatedir}/clients
|
%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/gssproxy.conf
|
||||||
%attr(0600,root,root) %config(noreplace) /%{_sysconfdir}/gssproxy/24-nfs-server.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
|
%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
|
%systemd_postun_with_restart gssproxy.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 14 2016 Robbie Harwood <rharwood@redhat.com> - 0.5.1-2
|
||||||
|
- Own /var/lib/gssproxy/rcache
|
||||||
|
|
||||||
* Mon Jun 13 2016 Robbie Harwood <rharwood@redhat.com> - 0.5.1-1
|
* Mon Jun 13 2016 Robbie Harwood <rharwood@redhat.com> - 0.5.1-1
|
||||||
- Update to upstream release v0.5.1
|
- Update to upstream release v0.5.1
|
||||||
- Resolves: #1345871
|
- Resolves: #1345871
|
||||||
|
Loading…
Reference in New Issue
Block a user