From a956d296e399fb2ccb1807df8af28f9dc92e098c Mon Sep 17 00:00:00 2001 From: zhangyaqi Date: Mon, 18 Mar 2024 15:41:21 +0800 Subject: [PATCH] fix typos in error messages --- 0001-fix-typos-in-error-messages.patch | 25 +++++++++++++++++++++++++ nfs-utils.spec | 6 +++++- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 0001-fix-typos-in-error-messages.patch diff --git a/0001-fix-typos-in-error-messages.patch b/0001-fix-typos-in-error-messages.patch new file mode 100644 index 0000000..663d5e7 --- /dev/null +++ b/0001-fix-typos-in-error-messages.patch @@ -0,0 +1,25 @@ +From 590c9a1ac2acb0aa728c12b94ce5a0eeb32e05ba Mon Sep 17 00:00:00 2001 +From: zhangyaqi +Date: Mon, 18 Mar 2024 15:34:57 +0800 +Subject: [PATCH] fix typos in error messages + +--- + support/export/export.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/support/export/export.c b/support/export/export.c +index 3e48c42..dcacd28 100644 +--- a/support/export/export.c ++++ b/support/export/export.c +@@ -140,7 +140,7 @@ export_read(char *fname, int ignore_hosts) + continue; + + if (exp->m_export.e_flags & NFSEXP_FSID) { +- xlog(L_ERROR, "When a reexport= option is present no manully assigned numerical fsid= options are allowed"); ++ xlog(L_ERROR, "When a reexport= option is present no manually assigned numerical fsid= options are allowed"); + return -1; + } + } +-- +2.27.0 + diff --git a/nfs-utils.spec b/nfs-utils.spec index 2705e42..16a9b3a 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -4,7 +4,7 @@ Name: nfs-utils Version: 2.6.3 -Release: 1 +Release: 2 Epoch: 2 Summary: The Linux NFS userland utility package License: MIT and GPLv2 and GPLv2+ and BSD @@ -18,6 +18,7 @@ Patch2: 0002-nfs-utils-set-use-gss-proxy-1-to-enable-gss-proxy-by.patch Patch3: 0003-export-fix-handling-of-error-from-match_fsid.patch Patch4: 0004-export-move-cache_open-before-workers-are-forked.patch Patch5: 0005-gssd-fix-handling-DNS-lookup-failure.patch +Patch6: 0001-fix-typos-in-error-messages.patch BuildRequires: libevent-devel,libcap-devel, libtirpc-devel libblkid-devel BuildRequires: krb5-libs >= 1.4 autoconf >= 2.57 openldap-devel >= 2.2 @@ -290,6 +291,9 @@ fi %{_mandir}/*/* %changelog +* Mon Mar 18 2024 zhangyaqi - 2:2.6.3-2 +- fix typos in error messages + * Wed Jan 10 2024 wuguanghao - 2:2.6.3-1 - upgrade version to 2.6.3 -- Gitee