commit branding-openSUSE for openSUSE:12.3
Hello community, here is the log from the commit of package branding-openSUSE for openSUSE:12.3 checked in at 2013-03-01 10:47:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.3/branding-openSUSE (Old) and /work/SRC/openSUSE:12.3/.branding-openSUSE.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "branding-openSUSE", Maintainer is "sbrabec@suse.com" Changes: -------- --- /work/SRC/openSUSE:12.3/branding-openSUSE/branding-openSUSE.changes 2013-02-17 16:56:13.000000000 +0100 +++ /work/SRC/openSUSE:12.3/.branding-openSUSE.new/branding-openSUSE.changes 2013-03-01 10:47:47.000000000 +0100 @@ -1,0 +2,6 @@ +Thu Feb 28 21:05:11 UTC 2013 - coolo@suse.com + +- fix the %post of plymouth branding to still set openSUSE default + even if in live cd buildenv (bnc#804321) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ branding-openSUSE.spec ++++++ --- /var/tmp/diff_new_pack.sTjFop/_old 2013-03-01 10:47:48.000000000 +0100 +++ /var/tmp/diff_new_pack.sTjFop/_new 2013-03-01 10:47:48.000000000 +0100 @@ -237,8 +237,8 @@ License: GPL-2.0+ Group: System/Fhs Requires: plymouth-plugin-label -Requires: plymouth-plugin-script -Requires(post): plymouth-scripts +PreReq: plymouth-plugin-script +PreReq: plymouth-scripts Supplements: packageand(plymouth:branding-openSUSE) Provides: plymouth-branding = %{version} Conflicts: otherproviders(plymouth-branding) @@ -368,10 +368,13 @@ %endif %post -n plymouth-branding-openSUSE -if [ ! -e /.buildenv ]; then - export LIB=%{_libdir} - if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "text" -o "$(%{_sbindir}/plymouth-set-default-theme)" == "openSUSE" -o "$(%{_sbindir}/plymouth-set-default-theme)" == "basedonopensuse" ]; then +export LIB=%{_libdir} +OTHEME="$(%{_sbindir}/plymouth-set-default-theme)" +if [ "$OTHEME" == "text" -o "$OTHEME" == "openSUSE" -o "$OTHEME" == "basedonopensuse" ]; then + if [ ! -e /.buildenv ]; then %{_sbindir}/plymouth-set-default-theme -R openSUSE + else + %{_sbindir}/plymouth-set-default-theme openSUSE fi fi -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de