From 00af1e5d1b0859351cdb42a43241971dbd0930df2999e01f4660224694e1a8f4 Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Tue, 17 Apr 2012 13:26:26 +0000 Subject: [PATCH] Accepting request 114125 from home:gary_lin:branches:Base:System Correct the theme name in the post install script of plymouth-branding-openSUSE OBS-URL: https://build.opensuse.org/request/show/114125 OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=25 --- plymouth.changes | 6 ++++++ plymouth.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/plymouth.changes b/plymouth.changes index 8b1964a..944877a 100644 --- a/plymouth.changes +++ b/plymouth.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 17 10:30:57 UTC 2012 - glin@suse.com + +- Correct the theme name in the post install script of + plymouth-branding-openSUSE + ------------------------------------------------------------------- Thu Apr 5 14:44:25 UTC 2012 - tittiatcoke@gmail.com diff --git a/plymouth.spec b/plymouth.spec index c1b0f0b..2d8127c 100644 --- a/plymouth.spec +++ b/plymouth.spec @@ -467,7 +467,7 @@ fi if [ $1 -eq 1 ]; then export LIB=%{_libdir} if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "text" ]; then - %{_sbindir}/plymouth-set-default-theme SuSE + %{_sbindir}/plymouth-set-default-theme openSUSE if [ -x /sbin/mkinitrd ]; then /sbin/mkinitrd fi