From 72ea88c04804166777d7e5acb903bef7f84c529b Mon Sep 17 00:00:00 2001 From: eulerstorage Date: Sat, 11 Jan 2020 14:50:59 +0800 Subject: [PATCH] add the 24-nfs-server.conf --- gssproxy.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gssproxy.spec b/gssproxy.spec index b39168c..d7c1a0c 100644 --- a/gssproxy.spec +++ b/gssproxy.spec @@ -4,7 +4,7 @@ Name: gssproxy Version: 0.8.0 -Release: 9 +Release: 10 Summary: GSSAPI Proxy License: MIT URL: https://pagure.io/gssproxy @@ -78,6 +78,7 @@ mkdir -p %{buildroot}%{gpstatedir}/rcache %attr(0600,root,root) %config(noreplace) /%{_sysconfdir}/gssproxy/gssproxy.conf %attr(0600,root,root) %config(noreplace) /%{_sysconfdir}/gssproxy/99-nfs-client.conf %attr(0644,root,root) %config(noreplace) /%{_sysconfdir}/gss/mech.d/gssproxy.conf +%attr(0600,root,root) %config(noreplace) /%{_sysconfdir}/gssproxy/24-nfs-server.conf %dir %{_libdir}/gssproxy %{_libdir}/gssproxy/proxymech.so @@ -87,6 +88,9 @@ mkdir -p %{buildroot}%{gpstatedir}/rcache %{_mandir}/man8/gssproxy-mech.8* %changelog +* Sat Jan 11 2020 openEuler Buildteam - 0.8.0-10 +- add the 24-nfs-server.conf file for nfs-server + * Fri Dec 20 2019 openEuler Buildteam - 0.8.0-9 - Modify requires -- Gitee