From f54801d723426061ba8aa5982502089d8c27ae48 Mon Sep 17 00:00:00 2001 From: eulerstorage Date: Sun, 12 Jan 2020 10:33:08 +0800 Subject: [PATCH 1/2] fix the wrong week date in changelog --- gssproxy.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gssproxy.spec b/gssproxy.spec index d7c1a0c..70e4671 100644 --- a/gssproxy.spec +++ b/gssproxy.spec @@ -94,7 +94,7 @@ mkdir -p %{buildroot}%{gpstatedir}/rcache * Fri Dec 20 2019 openEuler Buildteam - 0.8.0-9 - Modify requires -* Fri Sep 27 2018 openEuler Buildteam 0.8.0-8 +* Thu Sep 27 2018 openEuler Buildteam 0.8.0-8 - Package init * Mon Sep 10 2018 openEuler Buildteam 0.8.0-7 -- Gitee From 4f4eb81f69a5b3b6b44d3451f5e3cd6dfe035143 Mon Sep 17 00:00:00 2001 From: eulerstorage Date: Sun, 12 Jan 2020 10:41:01 +0800 Subject: [PATCH 2/2] fix the wrong week date in changelog and instll 24-nfs-server.conf file --- gssproxy.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gssproxy.spec b/gssproxy.spec index 70e4671..f9dc33e 100644 --- a/gssproxy.spec +++ b/gssproxy.spec @@ -4,7 +4,7 @@ Name: gssproxy Version: 0.8.0 -Release: 10 +Release: 11 Summary: GSSAPI Proxy License: MIT URL: https://pagure.io/gssproxy @@ -56,6 +56,7 @@ install -d -m755 %{buildroot}%{_sysconfdir}/gssproxy install -m644 examples/gssproxy.conf %{buildroot}%{_sysconfdir}/gssproxy/gssproxy.conf install -m644 examples/99-nfs-client.conf %{buildroot}%{_sysconfdir}/gssproxy/99-nfs-client.conf install -D -m644 examples/mech %{buildroot}%{_sysconfdir}/gss/mech.d/gssproxy.conf +install -m644 examples/24-nfs-server.conf %{buildroot}%{_sysconfdir}/gssproxy/24-nfs-server.conf mkdir -p %{buildroot}%{gpstatedir}/rcache %post @@ -88,6 +89,9 @@ mkdir -p %{buildroot}%{gpstatedir}/rcache %{_mandir}/man8/gssproxy-mech.8* %changelog +* Sun Jan 12 2020 openEuler Buildteam - 0.8.0-11 +- revise the bogus date in changelog and instll the 24-nfs-server.conf file + * Sat Jan 11 2020 openEuler Buildteam - 0.8.0-10 - add the 24-nfs-server.conf file for nfs-server -- Gitee