forked from pool/util-linux
Accepting request 343844 from home:Andreas_Schwab:Factory
- Change condition for known fail markers from test for armv6 and aarch64 architecture to test for qemu user-space build OBS-URL: https://build.opensuse.org/request/show/343844 OBS-URL: https://build.opensuse.org/package/show/Base:System/util-linux?expand=0&rev=297
This commit is contained in:
parent
084885cb28
commit
0f95aba1a5
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 11 11:25:25 UTC 2015 - schwab@suse.de
|
||||
|
||||
- Change condition for known fail markers from test for armv6 and aarch64
|
||||
architecture to test for qemu user-space build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 23 14:16:22 CEST 2015 - sbrabec@suse.com
|
||||
|
||||
|
@ -76,7 +76,7 @@ Name: python-libmount
|
||||
%endif
|
||||
Summary: %main_summary
|
||||
License: GPL-2.0+
|
||||
Group: %main_group
|
||||
Group: %group_pl
|
||||
BuildRequires: audit-devel
|
||||
BuildRequires: bc
|
||||
BuildRequires: binutils-devel
|
||||
@ -388,6 +388,7 @@ SMP systems.
|
||||
%if %build_util_linux
|
||||
%package -n python-libmount
|
||||
Summary: %summary_pl
|
||||
License: GPL-2.0+
|
||||
Group: %group_pl
|
||||
|
||||
%description -n python-libmount
|
||||
@ -609,7 +610,7 @@ make %{?_smp_mflags}
|
||||
# glibc requires kernel >= 3.0, thus setarch --uname-2.6 fails on platforms without VDSO
|
||||
export TS_OPT_misc_setarch_known_fail="yes"
|
||||
#
|
||||
%ifarch armv6l armv6hl aarch64
|
||||
%if 0%{?qemu_user_space_build}
|
||||
export TS_OPT_fdisk_gpt_known_fail="yes"
|
||||
export TS_OPT_fdisk_oddinput_known_fail="yes"
|
||||
export TS_OPT_fdisk_sunlabel_known_fail="yes"
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 11 11:25:25 UTC 2015 - schwab@suse.de
|
||||
|
||||
- Change condition for known fail markers from test for armv6 and aarch64
|
||||
architecture to test for qemu user-space build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 23 14:16:22 CEST 2015 - sbrabec@suse.com
|
||||
|
||||
|
@ -609,7 +609,7 @@ make %{?_smp_mflags}
|
||||
# glibc requires kernel >= 3.0, thus setarch --uname-2.6 fails on platforms without VDSO
|
||||
export TS_OPT_misc_setarch_known_fail="yes"
|
||||
#
|
||||
%ifarch armv6l armv6hl aarch64
|
||||
%if 0%{?qemu_user_space_build}
|
||||
export TS_OPT_fdisk_gpt_known_fail="yes"
|
||||
export TS_OPT_fdisk_oddinput_known_fail="yes"
|
||||
export TS_OPT_fdisk_sunlabel_known_fail="yes"
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 11 11:25:25 UTC 2015 - schwab@suse.de
|
||||
|
||||
- Change condition for known fail markers from test for armv6 and aarch64
|
||||
architecture to test for qemu user-space build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 23 14:16:22 CEST 2015 - sbrabec@suse.com
|
||||
|
||||
|
@ -609,7 +609,7 @@ make %{?_smp_mflags}
|
||||
# glibc requires kernel >= 3.0, thus setarch --uname-2.6 fails on platforms without VDSO
|
||||
export TS_OPT_misc_setarch_known_fail="yes"
|
||||
#
|
||||
%ifarch armv6l armv6hl aarch64
|
||||
%if 0%{?qemu_user_space_build}
|
||||
export TS_OPT_fdisk_gpt_known_fail="yes"
|
||||
export TS_OPT_fdisk_oddinput_known_fail="yes"
|
||||
export TS_OPT_fdisk_sunlabel_known_fail="yes"
|
||||
|
Loading…
Reference in New Issue
Block a user