File remove-swich-message-for-s390x.diff of Package suspend
--- a/suspend.c +++ b/suspend.c @@ -2499,8 +2499,10 @@ vt_fd = prepare_console(&orig_vc, &suspend_vc); if (vt_fd < 0) { if (vt_fd == -ENOTTY) { +#ifndef s390x suspend_warning("Unable to switch virtual terminals, " "using the current console."); +#endif splash_param = 0; } else { suspend_error("Could not open a virtual terminal.");