Hello community, here is the log from the commit of package dracut for openSUSE:Factory checked in at 2016-09-12 13:22:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dracut (Old) and /work/SRC/openSUSE:Factory/.dracut.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dracut" Changes: -------- --- /work/SRC/openSUSE:Factory/dracut/dracut.changes 2016-09-09 10:16:28.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.dracut.new/dracut.changes 2016-09-12 13:22:49.000000000 +0200 @@ -6,0 +7,6 @@ +Wed Aug 31 19:06:19 UTC 2016 - [email protected] + +- Add missing whitespace for md raid suse kernel param parsing (bsc#970215) +*modify: 0059-99suse-Add-SUSE-specific-initrd-parsing.patch + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ 0059-99suse-Add-SUSE-specific-initrd-parsing.patch ++++++ --- /var/tmp/diff_new_pack.Xcxl3P/_old 2016-09-12 13:22:51.000000000 +0200 +++ /var/tmp/diff_new_pack.Xcxl3P/_new 2016-09-12 13:22:51.000000000 +0200 @@ -13,10 +13,10 @@ create mode 100755 modules.d/99suse/module-setup.sh create mode 100755 modules.d/99suse/parse-suse-initrd.sh -Index: dracut-042/modules.d/99suse/module-setup.sh +Index: dracut-037/modules.d/99suse/module-setup.sh =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 -+++ dracut-042/modules.d/99suse/module-setup.sh 2015-06-24 18:02:09.081356075 +0200 ++++ dracut-037/modules.d/99suse/module-setup.sh 2016-08-31 21:05:24.907316981 +0200 @@ -0,0 +1,8 @@ +#!/bin/bash +# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*- @@ -26,10 +26,10 @@ +install() { + inst_hook cmdline 99 "$moddir/parse-suse-initrd.sh" +} -Index: dracut-042/modules.d/99suse/parse-suse-initrd.sh +Index: dracut-037/modules.d/99suse/parse-suse-initrd.sh =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 -+++ dracut-042/modules.d/99suse/parse-suse-initrd.sh 2015-06-24 18:02:09.081356075 +0200 ++++ dracut-037/modules.d/99suse/parse-suse-initrd.sh 2016-08-31 21:06:01.317385393 +0200 @@ -0,0 +1,51 @@ +#!/bin/sh +# convert openSUSE / SLE initrd command lines into dracut ones
