Hello community,

here is the log from the commit of package splashy for openSUSE:Factory checked 
in at 2011-11-07 14:31:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/splashy (Old)
 and      /work/SRC/openSUSE:Factory/.splashy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "splashy", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/splashy/splashy.changes  2011-09-23 
12:46:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.splashy.new/splashy.changes     2011-11-07 
14:31:25.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Nov  6 11:57:20 UTC 2011 - [email protected]
+
+- For openSUSE it's mkinitrd and not update_initramfs (bnc#542595).
+  Patch: update-initramfs.patch
+
+-------------------------------------------------------------------

New:
----
  update-initramfs.patch

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

Other differences:
------------------
++++++ splashy.spec ++++++
--- /var/tmp/diff_new_pack.btEnwi/_old  2011-11-07 14:31:27.000000000 +0100
+++ /var/tmp/diff_new_pack.btEnwi/_new  2011-11-07 14:31:27.000000000 +0100
@@ -41,6 +41,7 @@
 Patch5:         fix_autogen_version.diff
 Patch6:         gcc46-build-fixes.patch
 Patch7:         splashy-exits-prematurely-fix.patch
+Patch8:         update-initramfs.patch
 BuildRequires:  DirectFB-devel file-devel
 BuildRequires:  glib2-devel
 BuildRequires:  ImageMagick-devel
@@ -189,6 +190,7 @@
 %patch5
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 find . -type f | xargs perl -pi -e "s|/usr/lib/|%{_libdir}/|g"
 find . -type f | xargs perl -pi -e "s|/lib/|/%{_lib}/|g"
 # build gets confused on x86_64 because of this .la file

++++++ update-initramfs.patch ++++++
Index: splashy-0.3.13/src/splashy_config-functions.c
===================================================================
--- splashy-0.3.13.orig/src/splashy_config-functions.c
+++ splashy-0.3.13/src/splashy_config-functions.c
@@ -70,7 +70,7 @@ set_new_theme (gchar * theme_name)
          * - figure out the command to run (per distro) before printing (set
          * to Debian for now) 
          */
-        const gchar *_initramfs_cmd = "update-initramfs -u";
+        const gchar *_initramfs_cmd = "mkinitrd";
 
         gint ret = RETURN_ERROR;
         GString *new_theme =
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to