diff --git a/5ed804a9b8d6e7ab217fff5bfb11824f69f03e48.patch b/5ed804a9b8d6e7ab217fff5bfb11824f69f03e48.patch new file mode 100644 index 0000000000000000000000000000000000000000..0ea0c7437489be23d3b6f489119a9f178212cf92 --- /dev/null +++ b/5ed804a9b8d6e7ab217fff5bfb11824f69f03e48.patch @@ -0,0 +1,13 @@ +diff --git a/src/expr.c b/src/expr.c +index 48d0890f8..73807fb24 100644 +--- a/src/expr.c ++++ b/src/expr.c +@@ -212,7 +212,7 @@ mbs_logical_substr (const char *s, size_t pos, size_t len) + return v; + } + +-/* Return the number of logical characteres (possibly multibyte) ++/* Return the number of logical characters (possibly multibyte) + that are in string S in the first OFS octets. + + Example in UTF-8: diff --git a/coreutils.spec b/coreutils.spec index f5a08aa750f6eecebb0afdb66bc44e9d689578f4..880367179e5f4088f67b2b77f64c3afc6b20e0b7 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -1,6 +1,6 @@ Name: coreutils Version: 8.32 -Release: 2 +Release: 3 License: GPLv3+ Summary: A set of basic GNU tools commonly used in shell scripts Url: https://www.gnu.org/software/coreutils/ @@ -25,6 +25,7 @@ Patch8: skip-the-tests-that-require-selinux-if-selinux-is-di.patch Patch9: coreutils-8.32-ls-removed-dir.patch Patch10: coreutils-8.32-leaf-opt-xfs.patch +Patch6000: 5ed804a9b8d6e7ab217fff5bfb11824f69f03e48.patch Conflicts: filesystem < 3 # To avoid clobbering installs @@ -135,6 +136,9 @@ fi %{_mandir}/man*/* %changelog +* 20201128045849750004 patch-tracking 8.32-3 +- append patch file of upstream repository from <5ed804a9b8d6e7ab217fff5bfb11824f69f03e48> to <5ed804a9b8d6e7ab217fff5bfb11824f69f03e48> + * Wed Aug 26 2020 chenbo pan - 8.32-2 - fix patch error @@ -221,4 +225,4 @@ fi - reintroduce very old Provides (mktemp, sh-utils, textwrap, fileutils, stat) * Thu Jul 12 2018 hexiaowen - 8.30-1 -- Pacakge init +- Pacakge init \ No newline at end of file