Hello community,

here is the log from the commit of package splashy for openSUSE:Factory checked 
in at 2012-08-04 13:30:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/splashy (Old)
 and      /work/SRC/openSUSE:Factory/.splashy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "splashy", Maintainer is "hma...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/splashy/splashy.changes  2012-05-31 
17:10:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.splashy.new/splashy.changes     2012-08-04 
13:30:40.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Jul 30 13:05:35 UTC 2012 - mvysko...@suse.cz
+
+- split mkinitrd setup script to separate package allows users to
+  skip it from initrd without breaking suspend package
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ splashy.spec ++++++
--- /var/tmp/diff_new_pack.37tg8i/_old  2012-08-04 13:30:51.000000000 +0200
+++ /var/tmp/diff_new_pack.37tg8i/_new  2012-08-04 13:30:51.000000000 +0200
@@ -23,7 +23,7 @@
 Version:        0.3.13
 Release:        0
 Url:            http://splashy.alioth.debian.org/wiki/doku.php
-PreReq:         mkinitrd coreutils
+Requires(pre):  coreutils
 Source:         %{name}-%{version}.tar.gz
 Source1:        setup-splashy.sh
 Source2:        pm-utils-splashy.sh
@@ -138,8 +138,7 @@
 Supplements:    packageand(splashy:branding-openSUSE)
 Provides:       splashy-branding = %{version}
 Conflicts:      otherproviders(splashy-branding)
-Requires:       splashy >= 0.3.8
-PreReq:         splashy >= 0.3.8
+Requires(pre):  splashy >= 0.3.8
 
 %description   branding-openSUSE
 Splashy branding for openSUSE
@@ -150,8 +149,7 @@
 Supplements:    packageand(splashy:branding-SLED)
 Provides:       splashy-branding = %{version}
 Conflicts:      otherproviders(splashy-branding)
-Requires:       splashy >= 0.3.8
-PreReq:         splashy >= 0.3.8
+Requires(pre):  splashy >= 0.3.8
 
 %description   branding-SLED
 Splashy branding for SLED
@@ -176,6 +174,25 @@
 %{_sbindir}/splashy_config --set-theme default
 fi
 
+%package        mkinitrd
+Summary:        Setup script for mkinitrd
+Group:          System/Boot
+Supplements:    packageand(%{name}:mkinitrd)
+Provides:       %{name}:/lib/mkinitrd/scripts/setup-splashy.sh
+Requires(post):  %{name} = %{version}
+Requires(postun):%{name} = %{version}
+Requires(post):  mkinitrd
+Requires(postun):mkinitrd
+
+%description    mkinitrd
+Setup script for mkinitrd adds splashy support into initial ram disk.
+
+%post mkinitrd
+/sbin/mkinitrd_setup
+
+%postun mkinitrd
+/sbin/mkinitrd_setup
+
 %prep
 %setup -q
 %setup -T -D -a 5
@@ -230,13 +247,9 @@
 %clean
 rm -rf %{buildroot}
 
-%post
-/sbin/ldconfig
-/sbin/mkinitrd_setup
+%post -p /sbin/ldconfig
 
-%postun
-/sbin/ldconfig
-/sbin/mkinitrd_setup
+%postun -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
@@ -247,7 +260,6 @@
 %{_sbindir}/*
 %{_mandir}/man1/*
 %{_mandir}/man5/*
-/lib/mkinitrd/scripts/setup-splashy.sh
 %dir %{_datadir}/splashy
 %{_libdir}/lib%{name}*.so.*
 %{_datadir}/splashy/schemas
@@ -281,4 +293,8 @@
 %dir %{_datadir}/splashy/themes
 /usr/share/splashy/themes/SLED
 
+%files mkinitrd
+%defattr(-,root,root)
+/lib/mkinitrd/scripts/setup-splashy.sh
+
 %changelog

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

Reply via email to