!303 [sync] PR-302: riscv64: ignore fragile test misc/flock

From: @openeuler-sync-bot 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
This commit is contained in:
openeuler-ci-bot 2024-11-04 03:13:22 +00:00 committed by Gitee
commit c5297d9be1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -3,7 +3,7 @@
Name: util-linux Name: util-linux
Version: 2.39.1 Version: 2.39.1
Release: 12 Release: 13
Summary: A random collection of Linux utilities Summary: A random collection of Linux utilities
License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain 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 URL: https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
@ -192,6 +192,9 @@ unset LINGUAS || :
%make_build %{_build_arg0__} %{_build_arg1__} %make_build %{_build_arg0__} %{_build_arg1__}
%check %check
%ifarch riscv64
sed -i 's|^EXCLUDETESTS=$|EXCLUDETESTS=misc/flock|' tests/run.sh
%endif
make check make check
%install %install
@ -413,6 +416,12 @@ fi
%endif %endif
%changelog %changelog
* Mon Nov 04 2024 laokz <zhangkai@iscas.ac.cn> - 2.39.1-13
- Type:enhancement
- CVE: NA
- SUG: NA
- DESC: riscv64: skip fragile test misc/flock
* Thu Sep 12 2024 liweigang <liweiganga@uniontech.com> - 2.39.1-12 * Thu Sep 12 2024 liweigang <liweiganga@uniontech.com> - 2.39.1-12
- Type:enhancement - Type:enhancement
- CVE: NA - CVE: NA