Hello community, here is the log from the commit of package splashy checked in at Sun Nov 30 00:01:38 CET 2008. -------- --- splashy/splashy.changes 2008-11-05 15:39:10.000000000 +0100 +++ /mounts/work_src_done/STABLE/splashy/splashy.changes 2008-11-30 00:00:58.886084000 +0100 @@ -1,0 +2,6 @@ +Sun Nov 30 00:00:31 CET 2008 - ro@suse.de + +- check if binary really exists in postinstall scripts + (needed with possibly cyclic deps) + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ splashy.spec ++++++ --- /var/tmp/diff_new_pack.NS8162/_old 2008-11-30 00:01:17.000000000 +0100 +++ /var/tmp/diff_new_pack.NS8162/_new 2008-11-30 00:01:17.000000000 +0100 @@ -20,7 +20,7 @@ Name: splashy Summary: A complete user-space boot splash system Version: 0.3.8 -Release: 104 +Release: 105 License: GPL v2 or later Group: System/Boot Url: http://splashy.alioth.debian.org/wiki/doku.php @@ -196,16 +196,24 @@ Jakub Steiner <jimmac@novell.com> %post branding-openSUSE +if [ -x %{_sbindir}/splashy_config ] ; then %{_sbindir}/splashy_config --set-theme openSUSE +fi %postun branding-openSUSE +if [ -x %{_sbindir}/splashy_config ] ; then %{_sbindir}/splashy_config --set-theme default +fi %post branding-SLED +if [ -x %{_sbindir}/splashy_config ] ; then %{_sbindir}/splashy_config --set-theme SLED +fi %postun branding-SLED +if [ -x %{_sbindir}/splashy_config ] ; then %{_sbindir}/splashy_config --set-theme default +fi %prep %setup -q @@ -305,6 +313,9 @@ /usr/share/splashy/themes/SLED %changelog +* Sun Nov 30 2008 ro@suse.de +- check if binary really exists in postinstall scripts + (needed with possibly cyclic deps) * Wed Nov 05 2008 hmacht@suse.de - split off splashy-branding-* packages (bnc#440898) * Tue Sep 30 2008 hmacht@suse.de ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- 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