diff --git a/util-linux.spec b/util-linux.spec index 19f98f1dc4c145a7db9025e43e540743a78101b2..87e58d829e53f9fac5a02345fb1738e5294ecbf5 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -3,7 +3,7 @@ Name: util-linux Version: 2.39.1 -Release: 13 +Release: 14 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 @@ -195,6 +195,9 @@ unset LINGUAS || : %ifarch riscv64 sed -i 's|^EXCLUDETESTS=$|EXCLUDETESTS=misc/flock|' tests/run.sh %endif +%ifarch loongarch64 +sed -i 's|^EXCLUDETESTS=$|EXCLUDETESTS=fincore/count|' tests/run.sh +%endif make check %install @@ -416,6 +419,12 @@ fi %endif %changelog +* Thu Nov 28 2024 Wenlong Zhang - 2.39.1-14 +- Type:enhancement +- CVE: NA +- SUG: NA +- DESC: loongarch64: skip fragile test fincore/count + * Mon Nov 04 2024 laokz - 2.39.1-13 - Type:enhancement - CVE: NA