From 9737c30e518487fbabc568a12bb1c45a2064f966 Mon Sep 17 00:00:00 2001 From: openeuler-ci-bot <80474298@qq.com> Date: Thu, 26 Nov 2020 23:30:12 +0800 Subject: [PATCH 1/2] [patch tracking] 20201126233007632855 - https://github.com/coreutils/coreutils/commit/b886390947fb9152341eb7ecf6fa223fbf46da32 --- b886390947fb9152341eb7ecf6fa223fbf46da32.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 b886390947fb9152341eb7ecf6fa223fbf46da32.patch diff --git a/b886390947fb9152341eb7ecf6fa223fbf46da32.patch b/b886390947fb9152341eb7ecf6fa223fbf46da32.patch new file mode 100644 index 0000000..267bc06 --- /dev/null +++ b/b886390947fb9152341eb7ecf6fa223fbf46da32.patch @@ -0,0 +1,14 @@ +diff --git a/NEWS b/NEWS +index 61b5d42f6..79f5b0e99 100644 +--- a/NEWS ++++ b/NEWS +@@ -47,6 +47,9 @@ GNU coreutils NEWS -*- outline -*- + + ** Improvements + ++ df now recognizes these file systems as remote: ++ acfs, coda, fhgfs, gpfs, ibrix, ocfs2, and vxfs. ++ + stat and tail now know about the "devmem", "vboxsf", and "zonefs" + file system types. stat -f -c%T now reports the file system type, + and tail -f uses polling for "vboxsf" and inotify for the others. -- Gitee From 0ea7b1d8fe8f87d89ca123314e18512aff1164de Mon Sep 17 00:00:00 2001 From: openeuler-ci-bot <80474298@qq.com> Date: Thu, 26 Nov 2020 23:30:12 +0800 Subject: [PATCH 2/2] [patch tracking] 20201126233007632855 - update spec file --- coreutils.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/coreutils.spec b/coreutils.spec index f5a08aa..1a1a0ef 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: b886390947fb9152341eb7ecf6fa223fbf46da32.patch Conflicts: filesystem < 3 # To avoid clobbering installs @@ -135,6 +136,9 @@ fi %{_mandir}/man*/* %changelog +* 20201126233007632855 patch-tracking 8.32-3 +- append patch file of upstream repository from to + * 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