Mailinglist Archive: opensuse-commit (1446 mails)

< Previous Next >
commit plymouth for openSUSE:Factory
Hello community,

here is the log from the commit of package plymouth for openSUSE:Factory
checked in at 2012-06-05 12:02:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plymouth (Old)
and /work/SRC/openSUSE:Factory/.plymouth.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plymouth", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/plymouth/plymouth.changes 2012-06-01
07:22:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.plymouth.new/plymouth.changes 2012-06-05
12:03:02.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Jun 4 18:34:08 UTC 2012 - tittiatcoke@xxxxxxxxx
+
+- Ensure that the openSUSE theme is default. (bnc#765277)
+- Remove unnecessary changes to the kernel options. Plymouth also
+ accepts splash=silent.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ plymouth.spec ++++++
--- /var/tmp/diff_new_pack.LPQaYw/_old 2012-06-05 12:03:04.000000000 +0200
+++ /var/tmp/diff_new_pack.LPQaYw/_new 2012-06-05 12:03:04.000000000 +0200
@@ -324,7 +324,7 @@
sed -i "s/__DATE__/\"$(stat -c %y %{_sourcedir}/%{name}.changes)\"/" src/main.c

# Change the default theme
-sed -i -e 's/fade-in/solar/g' src/plymouthd.defaults
+sed -i -e 's/fade-in/openSUSE/g' src/plymouthd.defaults

%build
autoreconf -fiv
@@ -369,6 +369,7 @@
cp $RPM_SOURCE_DIR/boot-duration
%{buildroot}%{_datadir}/plymouth/default-boot-duration
cp $RPM_SOURCE_DIR/boot-duration %{buildroot}%{_localstatedir}/lib/plymouth
cp %{SOURCE2} %{buildroot}%{_datadir}/plymouth/logo.png
+cp %{buildroot}/%{_datadir}/plymouth/plymouthd.defaults
%{buildroot}/%{_sysconfdir}/plymouth/plymouth.conf

mkdir -p %{buildroot}/lib/mkinitrd/scripts
install -t %{buildroot}/lib/mkinitrd/scripts \
@@ -387,28 +388,12 @@
if [ ! -e /.buildenv ]; then
[ -f %{_localstatedir}/lib/plymouth/boot-duration ] || cp -f
%{_datadir}/plymouth/default-boot-duration
%{_localstatedir}/lib/plymouth/boot-duration
%{_libexecdir}/plymouth/plymouth-update-initrd
- if [ $1 -eq 1 ]; then
- if [ -f %{_sysconfdir}/default/grub ]; then
- sed -i 's|splash=silent|splash|g' %{_sysconfdir}/default/grub
- grub2-mkconfig -o /boot/grub2/grub.cfg
- fi
- if [ -f /boot/grub/menu.lst ]; then
- sed -i 's|splash=silent|splash|g' /boot/grub/menu.lst
- fi
- fi
fi

%postun
if [ $1 -eq 0 ]; then
rm -f %{_libdir}/plymouth/default.so
rm -f /boot/initrd-plymouth.img
- if [ -f %{_sysconfdir}/default/grub ]; then
- sed -i 's|splash|splash=silent|g' %{_sysconfdir}/default/grub
- grub2-mkconfig -o /boot/grub2/grub.cfg
- fi
- if [ -f /boot/grub/menu.lst ]; then
- sed -i 's|splash|splash=silent|g' /boot/grub/menu.lst
- fi
fi

%post scripts -p /sbin/mkinitrd_setup
@@ -501,6 +486,7 @@
%dir %{_libdir}/plymouth
%dir %{_libdir}/plymouth/renderers
%dir %{_sysconfdir}/plymouth
+%{_sysconfdir}/plymouth/plymouth.conf
%{plymouthdaemon_execdir}/plymouthd
%{plymouthclient_execdir}/plymouth
/bin/plymouth




--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >