From f170f259e44189b1718d89c2711805d794294090 Mon Sep 17 00:00:00 2001 From: openeuler-ci-bot <80474298@qq.com> Date: Fri, 13 Nov 2020 04:30:12 +0800 Subject: [PATCH 1/2] [patch tracking] 20201113043007635446 - https://github.com/coreutils/coreutils/commit/1833f51aaa59e581df2adf235e01977747944690 --- 1833f51aaa59e581df2adf235e01977747944690.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 1833f51aaa59e581df2adf235e01977747944690.patch diff --git a/1833f51aaa59e581df2adf235e01977747944690.patch b/1833f51aaa59e581df2adf235e01977747944690.patch new file mode 100644 index 0000000..7d0cbaf --- /dev/null +++ b/1833f51aaa59e581df2adf235e01977747944690.patch @@ -0,0 +1,13 @@ +diff --git a/doc/coreutils.texi b/doc/coreutils.texi +index 8d9320ca2..99f6d9fb8 100644 +--- a/doc/coreutils.texi ++++ b/doc/coreutils.texi +@@ -13336,6 +13336,8 @@ True if the strings are equal. + @opindex == + @cindex equal string check + True if the strings are equal (synonym for =). ++Note this form is not as portable to other ++shells and systems. + + @item @var{string1} != @var{string2} + @opindex != -- Gitee From af005fb52a0b3d3cac679b9ee9a9cedbd7e4cbb6 Mon Sep 17 00:00:00 2001 From: openeuler-ci-bot <80474298@qq.com> Date: Fri, 13 Nov 2020 04:30:13 +0800 Subject: [PATCH 2/2] [patch tracking] 20201113043007635446 - update spec file --- coreutils.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/coreutils.spec b/coreutils.spec index f5a08aa..9774d93 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: 1833f51aaa59e581df2adf235e01977747944690.patch Conflicts: filesystem < 3 # To avoid clobbering installs @@ -135,6 +136,9 @@ fi %{_mandir}/man*/* %changelog +* 20201113043007635446 patch-tracking 8.32-3 +- append patch file of upstream repository from <1833f51aaa59e581df2adf235e01977747944690> to <1833f51aaa59e581df2adf235e01977747944690> + * 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 -- Gitee