From 9bf978c6aff8e43e6764254ed7fd4fe2eba2b72d Mon Sep 17 00:00:00 2001 From: zhangxianting Date: Thu, 30 May 2024 16:25:28 +0800 Subject: [PATCH] spec: patch13 mulit define --- coreutils.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/coreutils.spec b/coreutils.spec index 673a193..0c9281a 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -1,6 +1,6 @@ Name: coreutils Version: 9.0 -Release: 12 +Release: 13 License: GPLv3+ Summary: A set of basic GNU tools commonly used in shell scripts Url: https://www.gnu.org/software/coreutils/ @@ -40,10 +40,7 @@ Patch25: backport-who-don-t-crash-if-clock-gyrates.patch Patch26: backport-doc-od-strings-clarify-operation.patch Patch27: backport-wc-port-to-kernels-that-disable-XSAVE-YMM.patch Patch28: test-skip-overlay-filesystem-because-of-no-inotify_add_watch.patch - -%ifarch sw_64 -Patch13: coreutils-9.0-sw.patch -%endif +Patch29: coreutils-9.0-sw.patch Conflicts: filesystem < 3 # To avoid clobbering installs @@ -168,6 +165,9 @@ fi %{_mandir}/man*/* %changelog +* Thu May 30 2024 zhangxianting - 9.0-13 +- spec: patch13 mulit define + * Sat Nov 25 2023 jiangchuangang - 9.0-12 - skip testcase for overlay filesystem because of no inotify_add_watch add test-skip-overlay-filesystem-because-of-no-inotify_add_watch.patch -- Gitee