forked from pool/util-linux
Accepting request 347194 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/347194 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/util-linux?expand=0&rev=206
This commit is contained in:
commit
58dabecbc1
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 1 10:27:17 UTC 2015 - sweet_f_a@gmx.de
|
||||||
|
|
||||||
|
- enable last binary
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 11 15:46:46 UTC 2015 - sweet_f_a@gmx.de
|
Wed Nov 11 15:46:46 UTC 2015 - sweet_f_a@gmx.de
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%bcond_without sysvinit_tools
|
%bcond_without sysvinit_tools
|
||||||
%bcond_without enable_su
|
%bcond_without enable_su
|
||||||
%bcond_without enable_eject
|
%bcond_without enable_eject
|
||||||
%bcond_with enable_last
|
%bcond_without enable_last
|
||||||
|
|
||||||
Name: python-libmount
|
Name: python-libmount
|
||||||
%define _name util-linux
|
%define _name util-linux
|
||||||
@ -613,11 +613,14 @@ export TS_OPT_misc_setarch_known_fail="yes"
|
|||||||
export TS_OPT_fdisk_gpt_known_fail="yes"
|
export TS_OPT_fdisk_gpt_known_fail="yes"
|
||||||
export TS_OPT_fdisk_oddinput_known_fail="yes"
|
export TS_OPT_fdisk_oddinput_known_fail="yes"
|
||||||
export TS_OPT_fdisk_sunlabel_known_fail="yes"
|
export TS_OPT_fdisk_sunlabel_known_fail="yes"
|
||||||
|
export TS_OPT_libfdisk_gpt_known_fail="yes"
|
||||||
export TS_OPT_misc_ionice_known_fail="yes"
|
export TS_OPT_misc_ionice_known_fail="yes"
|
||||||
export TS_OPT_misc_swaplabel_known_fail="yes"
|
export TS_OPT_misc_swaplabel_known_fail="yes"
|
||||||
export TS_OPT_kill_name_to_number_known_fail="yes"
|
export TS_OPT_kill_name_to_number_known_fail="yes"
|
||||||
export TS_OPT_kill_print_pid_known_fail="yes"
|
export TS_OPT_kill_print_pid_known_fail="yes"
|
||||||
export TS_OPT_kill_queue_known_fail="yes"
|
export TS_OPT_kill_queue_known_fail="yes"
|
||||||
|
# unsupported syscall in script(1) ... might be fixed in qemu
|
||||||
|
export TS_OPT_script_known_fail="yes"
|
||||||
%endif
|
%endif
|
||||||
# FIXME: These sometimes fails:
|
# FIXME: These sometimes fails:
|
||||||
export TS_OPT_libmount_lock_fake="yes"
|
export TS_OPT_libmount_lock_fake="yes"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 1 10:27:17 UTC 2015 - sweet_f_a@gmx.de
|
||||||
|
|
||||||
|
- enable last binary
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 11 15:46:46 UTC 2015 - sweet_f_a@gmx.de
|
Wed Nov 11 15:46:46 UTC 2015 - sweet_f_a@gmx.de
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%bcond_without sysvinit_tools
|
%bcond_without sysvinit_tools
|
||||||
%bcond_without enable_su
|
%bcond_without enable_su
|
||||||
%bcond_without enable_eject
|
%bcond_without enable_eject
|
||||||
%bcond_with enable_last
|
%bcond_without enable_last
|
||||||
|
|
||||||
Name: util-linux-systemd
|
Name: util-linux-systemd
|
||||||
%define _name util-linux
|
%define _name util-linux
|
||||||
@ -613,11 +613,14 @@ export TS_OPT_misc_setarch_known_fail="yes"
|
|||||||
export TS_OPT_fdisk_gpt_known_fail="yes"
|
export TS_OPT_fdisk_gpt_known_fail="yes"
|
||||||
export TS_OPT_fdisk_oddinput_known_fail="yes"
|
export TS_OPT_fdisk_oddinput_known_fail="yes"
|
||||||
export TS_OPT_fdisk_sunlabel_known_fail="yes"
|
export TS_OPT_fdisk_sunlabel_known_fail="yes"
|
||||||
|
export TS_OPT_libfdisk_gpt_known_fail="yes"
|
||||||
export TS_OPT_misc_ionice_known_fail="yes"
|
export TS_OPT_misc_ionice_known_fail="yes"
|
||||||
export TS_OPT_misc_swaplabel_known_fail="yes"
|
export TS_OPT_misc_swaplabel_known_fail="yes"
|
||||||
export TS_OPT_kill_name_to_number_known_fail="yes"
|
export TS_OPT_kill_name_to_number_known_fail="yes"
|
||||||
export TS_OPT_kill_print_pid_known_fail="yes"
|
export TS_OPT_kill_print_pid_known_fail="yes"
|
||||||
export TS_OPT_kill_queue_known_fail="yes"
|
export TS_OPT_kill_queue_known_fail="yes"
|
||||||
|
# unsupported syscall in script(1) ... might be fixed in qemu
|
||||||
|
export TS_OPT_script_known_fail="yes"
|
||||||
%endif
|
%endif
|
||||||
# FIXME: These sometimes fails:
|
# FIXME: These sometimes fails:
|
||||||
export TS_OPT_libmount_lock_fake="yes"
|
export TS_OPT_libmount_lock_fake="yes"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 1 10:27:17 UTC 2015 - sweet_f_a@gmx.de
|
||||||
|
|
||||||
|
- enable last binary
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 11 15:46:46 UTC 2015 - sweet_f_a@gmx.de
|
Wed Nov 11 15:46:46 UTC 2015 - sweet_f_a@gmx.de
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%bcond_without sysvinit_tools
|
%bcond_without sysvinit_tools
|
||||||
%bcond_without enable_su
|
%bcond_without enable_su
|
||||||
%bcond_without enable_eject
|
%bcond_without enable_eject
|
||||||
%bcond_with enable_last
|
%bcond_without enable_last
|
||||||
|
|
||||||
Name: util-linux
|
Name: util-linux
|
||||||
%define _name util-linux
|
%define _name util-linux
|
||||||
|
Loading…
Reference in New Issue
Block a user