diff --git a/0003-nfs-utils-set-use-gss-proxy-1-to-enable-gss-proxy-by.patch b/0003-nfs-utils-set-use-gss-proxy-1-to-enable-gss-proxy-by.patch index 8787db6647a422abe926e8972bb5002a1eccb3cb..497dc9f32988687cfd06aef277ad0e85f498b85b 100644 --- a/0003-nfs-utils-set-use-gss-proxy-1-to-enable-gss-proxy-by.patch +++ b/0003-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 4e30772889ddea233bc146647dfcac3909f5b56d..2ce90ae4c3901d5ef2ad14ec1bff4534122f4917 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -4,7 +4,7 @@ Name: nfs-utils Version: 2.5.1 -Release: 5 +Release: 6 Epoch: 1 Summary: The Linux NFS userland utility package License: MIT and GPLv2 and GPLv2+ and BSD @@ -224,6 +224,10 @@ fi %{_mandir}/*/* %changelog +* Fri Jul 1 2022 liwenchong - 1:2.5.1-6 +- set use-gss-proxy to true in nfs.conf to be consistent with the + description of 0003-nfs-utils-set-use-gss-proxy-1-to-enable-gss-proxy-by.patch + * Sat Jan 29 2022 Zhiqiang Liu - 2.5.1-5 - In order to be consistent with the old versions, here we set use-gss-proxy to true in nfs.conf.