From ac8dfe5d27b738a98d7e94dfbec9864b87cdf1dd Mon Sep 17 00:00:00 2001 From: liquor <1692257904@qq.com> Date: Mon, 29 Jun 2020 19:39:00 +0800 Subject: [PATCH] add misc-setarch test to "known_fail" --- util-linux.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/util-linux.spec b/util-linux.spec index e38723e..0ef0477 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -2,7 +2,7 @@ Name: util-linux Version: 2.34 -Release: 8 +Release: 9 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 @@ -166,6 +166,7 @@ unset LINGUAS || : %make_build %{_build_arg0__} %{_build_arg1__} %check +export TS_OPT_misc_setarch_known_fail="yes" make check %install @@ -383,6 +384,12 @@ fi %{_mandir}/man8/{swapoff.8*,swapon.8*,switch_root.8*,umount.8*,wdctl.8.gz,wipefs.8*,zramctl.8*} %changelog +* Mon Jun 29 2020 Liquor - 2.34-9 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:add misc-setarch test to "known_fail" + * Sun Mar 22 2020 openEuler Buildteam - 2.34-8 - Type:enhancement - ID:NA -- Gitee