From 0d7d052d4d4dc7e31cd01ee4c4bef3876e48eb54 Mon Sep 17 00:00:00 2001 From: Zhiqiang Liu Date: Fri, 8 Apr 2022 14:31:26 +0800 Subject: [PATCH] nfs-utils: set use-gss-proxy to true in nfs.conf to be consistent with patch desc set use-gss-proxy to true in nfs.conf to be consistent with the description of 0002-nfs-utils-set-use-gss-proxy-1-to-enable-gss-proxy-by.patch Signed-off-by: Zhiqiang Liu (cherry picked from commit fbc4dea8c023c79eb7c1b6500685adbe5b94ded8) --- ...s-utils-set-use-gss-proxy-1-to-enable-gss-proxy-by.patch | 2 +- nfs-utils.spec | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/0002-nfs-utils-set-use-gss-proxy-1-to-enable-gss-proxy-by.patch b/0002-nfs-utils-set-use-gss-proxy-1-to-enable-gss-proxy-by.patch index 8787db6..497dc9f 100644 --- a/0002-nfs-utils-set-use-gss-proxy-1-to-enable-gss-proxy-by.patch +++ b/0002-nfs-utils-set-use-gss-proxy-1-to-enable-gss-proxy-by.patch @@ -26,7 +26,7 @@ index 186a5b1..955abea 100644 # use-memcache=0 # use-machine-creds=1 -# use-gss-proxy=0 -+use-gss-proxy=0 ++use-gss-proxy=1 # avoid-dns=1 # limit-to-legacy-enctypes=0 # context-timeout=0 diff --git a/nfs-utils.spec b/nfs-utils.spec index 29906ee..f10319d 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -4,7 +4,7 @@ Name: nfs-utils Version: 2.5.4 -Release: 4 +Release: 5 Epoch: 1 Summary: The Linux NFS userland utility package License: MIT and GPLv2 and GPLv2+ and BSD @@ -228,6 +228,10 @@ fi %{_mandir}/*/* %changelog +* Fri Apr 8 2022 Zhiqiang Liu - 2.5.4-5 +- set use-gss-proxy to true in nfs.conf to be consistent with the + description of 0002-nfs-utils-set-use-gss-proxy-1-to-enable-gss-proxy-by.patch + * Mon Mar 7 2022 yanglongkang - 2.5.4-4 - fix nfs-blkmapd service core dump -- Gitee