From d695ad46ec1b4ef81ed918721a961389a90409d9209a74fcfda2faa9555e7a82 Mon Sep 17 00:00:00 2001 From: Cliff Zhao Date: Mon, 9 May 2022 06:23:26 +0000 Subject: [PATCH] Accepting request 975705 from home:qzhao:branches:Base:System Update plymouth.spec: change configure options --with-shutdown-tty from 1 to 7: Make sure shutdown display could show out (bsc#1141749). OBS-URL: https://build.opensuse.org/request/show/975705 OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=318 --- plymouth.changes | 7 +++++++ plymouth.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/plymouth.changes b/plymouth.changes index d56dd4d..f7cbca1 100644 --- a/plymouth.changes +++ b/plymouth.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon May 9 06:15:39 UTC 2022 - Cliff Zhao + +- Update plymouth.spec: change configure options --with-shutdown-tty + from 1 to 7: Make sure shutdown display could show out + (bsc#1141749). + ------------------------------------------------------------------- Sat Apr 30 05:36:09 UTC 2022 - Cliff Zhao diff --git a/plymouth.spec b/plymouth.spec index 62b3921..177e284 100644 --- a/plymouth.spec +++ b/plymouth.spec @@ -379,7 +379,7 @@ autoreconf -ivf %endif --with-release-file=%{_sysconfdir}/os-release \ --with-boot-tty=/dev/tty7 \ - --with-shutdown-tty=/dev/tty1 \ + --with-shutdown-tty=/dev/tty7 \ --with-background-start-color-stop=0x1A3D1F \ --with-background-end-color-stop=0x4EA65C \ --with-background-color=0x3391cd \