Hello community,

here is the log from the commit of package branding-openSUSE for openSUSE:12.2 
checked in at 2012-07-30 20:11:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.2/branding-openSUSE (Old)
 and      /work/SRC/openSUSE:12.2/.branding-openSUSE.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "branding-openSUSE", Maintainer is "sbra...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:12.2/branding-openSUSE/branding-openSUSE.changes 
2012-07-18 17:12:28.000000000 +0200
+++ /work/SRC/openSUSE:12.2/.branding-openSUSE.new/branding-openSUSE.changes    
2012-07-30 20:13:58.000000000 +0200
@@ -1,0 +2,11 @@
+Fri Jul 27 09:36:42 UTC 2012 - tittiatc...@gmail.com
+
+- Update to the grub2 theme to include also the theming for 
+  the terminal windows (bnc#770107)
+
+-------------------------------------------------------------------
+Thu Jul 26 13:54:58 UTC 2012 - tittiatc...@gmail.com
+
+- Add the openSUSE branding for the Plymouth bootsplash
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ branding-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.4Ra39w/_old  2012-07-30 20:15:15.000000000 +0200
+++ /var/tmp/diff_new_pack.4Ra39w/_new  2012-07-30 20:15:15.000000000 +0200
@@ -248,6 +248,21 @@
 
 %endif
 
+%package -n plymouth-branding-openSUSE
+Summary:        openSUSE branding for Plymouth bootsplash
+License:        GPL-2.0+
+Group:          System/Fhs
+Requires:       plymouth-plugin-label
+Requires:       plymouth-plugin-script
+Requires(post): plymouth-scripts
+Supplements:    packageand(plymouth:branding-openSUSE)
+Provides:       plymouth-branding = %{version}
+Conflicts:      otherproviders(plymouth-branding)
+BuildArch:      noarch
+
+%description -n plymouth-branding-openSUSE
+openSUSE %{version} branding for the plymouth bootsplash
+
 %prep
 %setup -q -c
 cp -a openSUSE/LICENSE COPYING 
@@ -371,6 +386,22 @@
 fi
 %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
+      %{_sbindir}/plymouth-set-default-theme -R openSUSE
+   fi
+fi
+
+%postun -n plymouth-branding-openSUSE
+if [ $1 -eq 0 ]; then
+    export LIB=%{_libdir}
+    if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "openSUSE" ]; then
+        %{_sbindir}/plymouth-set-default-theme -R --reset
+    fi
+fi
+
 %files
 %defattr(-,root,root)
 %doc COPYING
@@ -477,4 +508,8 @@
 %ghost /boot/grub2
 %endif
 
+%files -n plymouth-branding-openSUSE
+%defattr(-, root, root)
+%{_datadir}/plymouth/themes/openSUSE/
+
 %changelog

++++++ openSUSE.tar.gz ++++++
/work/SRC/openSUSE:12.2/branding-openSUSE/openSUSE.tar.gz 
/work/SRC/openSUSE:12.2/.branding-openSUSE.new/openSUSE.tar.gz differ: char 5, 
line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to