Hello community,

here is the log from the commit of package branding-openSUSE for 
openSUSE:Factory checked in at 2013-03-01 10:47:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/branding-openSUSE (Old)
 and      /work/SRC/openSUSE:Factory/.branding-openSUSE.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "branding-openSUSE", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/branding-openSUSE/branding-openSUSE.changes      
2013-02-17 16:56:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.branding-openSUSE.new/branding-openSUSE.changes 
2013-03-01 10:47:43.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Feb 28 21:05:11 UTC 2013 - [email protected]
+
+- 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.4ZnViL/_old  2013-03-01 10:47:46.000000000 +0100
+++ /var/tmp/diff_new_pack.4ZnViL/_new  2013-03-01 10:47:46.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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to