From 60377a1fa3103996fb2446d0cf35df7298c4a03e Mon Sep 17 00:00:00 2001 From: liweigang Date: Thu, 12 Sep 2024 15:24:15 +0800 Subject: [PATCH] Delete the architecture judgment in the patch list Signed-off-by: liweigang --- util-linux.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/util-linux.spec b/util-linux.spec index 0dc533a..3b0da10 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -3,7 +3,7 @@ Name: util-linux Version: 2.39.1 -Release: 11 +Release: 12 Summary: A random collection of Linux utilities License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain URL: https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git @@ -40,9 +40,7 @@ Patch6018: backport-libmount-fix-possible-memory-leak.patch Patch6019: backport-libmount-Fix-atime-remount-for-new-API.patch Patch9000: SKIPPED-no-root-permissions-test.patch -%ifarch sw_64 Patch9001: util-linux-Add-sw64-architecture.patch -%endif Patch9002: sfdisk-fix-crash-casued-by-out-of-bounds-access.patch Patch9003: add-new-gmo-file.patch @@ -415,6 +413,12 @@ fi %endif %changelog +* Thu Sep 12 2024 liweigang - 2.39.1-12 +- Type:enhancement +- CVE: NA +- SUG: NA +- DESC: delete the architecture judgment in the patch list + * Tue Sep 10 2024 zhangyao - 2.39.1-11 - Type:bugfix - CVE:NA -- Gitee