Hello community,

here is the log from the commit of package suse-module-tools for 
openSUSE:Factory checked in at 2015-06-30 10:14:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/suse-module-tools (Old)
 and      /work/SRC/openSUSE:Factory/.suse-module-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "suse-module-tools"

Changes:
--------
--- /work/SRC/openSUSE:Factory/suse-module-tools/suse-module-tools.changes      
2014-09-09 18:59:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.suse-module-tools.new/suse-module-tools.changes 
2015-06-30 10:14:28.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jun 23 14:39:46 UTC 2015 - [email protected]
+
+- Use absolute path to mkinitrd (bsc#935566)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ suse-module-tools.spec ++++++
--- /var/tmp/diff_new_pack.R6kq2s/_old  2015-06-30 10:14:28.000000000 +0200
+++ /var/tmp/diff_new_pack.R6kq2s/_new  2015-06-30 10:14:28.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package suse-module-tools
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ regenerate-initrd-posttrans ++++++
--- /var/tmp/diff_new_pack.R6kq2s/_old  2015-06-30 10:14:29.000000000 +0200
+++ /var/tmp/diff_new_pack.R6kq2s/_new  2015-06-30 10:14:29.000000000 +0200
@@ -43,7 +43,7 @@
 if test -e "$dir/all"; then
        rm "$dir"/*
        run_mkinitrd_setup
-       mkinitrd
+       /sbin/mkinitrd
        exit
 fi
 err=0
@@ -56,7 +56,7 @@
                continue
        fi
        run_mkinitrd_setup
-       if ! mkinitrd -k "/boot/$image" -i "/boot/$initrd"; then
+       if ! /sbin/mkinitrd -k "/boot/$image" -i "/boot/$initrd"; then
                err=$?
        fi
 done


Reply via email to