Hello community, here is the log from the commit of package dracut for openSUSE:Leap:15.2 checked in at 2020-06-08 13:44:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/dracut (Old) and /work/SRC/openSUSE:Leap:15.2/.dracut.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dracut" Mon Jun 8 13:44:29 2020 rev:74 rq:811968 version:049.1+suse.144.ge0eaf296 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/dracut/dracut.changes 2020-03-27 16:43:27.795769025 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.dracut.new.3606/dracut.changes 2020-06-08 13:44:31.911054161 +0200 @@ -1,0 +2,26 @@ +Thu Jun 04 13:14:44 UTC 2020 - [email protected] + +- Update to version 049.1+suse.144.ge0eaf296: + * Add wicked specific config files (bsc#1089333) + +------------------------------------------------------------------- +Wed Jun 03 11:18:32 UTC 2020 - [email protected] + +- Update to version 049.1+suse.143.g368f585a: + * modules.d: fix udev rules detection of multipath devices (bsc#1171370) + +------------------------------------------------------------------- +Wed Jun 03 08:18:12 UTC 2020 - [email protected] + +- Update to version 049.1+suse.142.gf8776da4: + * Run format_spec_file + +------------------------------------------------------------------- +Tue Jun 02 10:24:42 UTC 2020 - [email protected] + +- Update to version 049.1+suse.141.g7563c620: + * network-legacy/net-genrules.sh: use $name instead of $env{INTERFACE} (bsc#1161438) + * 35network-legacy: call initqueue/online for DHCP, too (boo#1161438) + * 90nvdimm: include nvdimm keys in initrd (bsc#1161343) + +------------------------------------------------------------------- Old: ---- dracut-049.1+suse.138.g9068a629.obscpio dracut-049.1+suse.138.g9068a629.tar.xz New: ---- dracut-049.1+suse.144.ge0eaf296.obscpio dracut-049.1+suse.144.ge0eaf296.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dracut.spec ++++++ --- /var/tmp/diff_new_pack.sev3VN/_old 2020-06-08 13:44:32.383055546 +0200 +++ /var/tmp/diff_new_pack.sev3VN/_new 2020-06-08 13:44:32.387055558 +0200 @@ -19,7 +19,7 @@ %define dracutlibdir %{_prefix}/lib/dracut Name: dracut -Version: 049.1+suse.138.g9068a629 +Version: 049.1+suse.144.ge0eaf296 Release: 0 Summary: Initramfs generator using udev License: GPL-2.0-or-later AND LGPL-2.1-or-later ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.sev3VN/_old 2020-06-08 13:44:32.435055698 +0200 +++ /var/tmp/diff_new_pack.sev3VN/_new 2020-06-08 13:44:32.435055698 +0200 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/opensuse/dracut.git</param> - <param name="changesrevision">9068a629ba35c31d7eefe3d171ca067207626c14</param></service></servicedata> + <param name="changesrevision">e0eaf296cbd503d04f746226e90dc6747bd01190</param></service></servicedata> \ No newline at end of file ++++++ dracut-049.1+suse.138.g9068a629.obscpio -> dracut-049.1+suse.144.ge0eaf296.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dracut-049.1+suse.138.g9068a629/modules.d/35network-legacy/ifup.sh new/dracut-049.1+suse.144.ge0eaf296/modules.d/35network-legacy/ifup.sh --- old/dracut-049.1+suse.138.g9068a629/modules.d/35network-legacy/ifup.sh 2020-03-22 19:59:01.000000000 +0100 +++ new/dracut-049.1+suse.144.ge0eaf296/modules.d/35network-legacy/ifup.sh 2020-06-04 15:14:25.000000000 +0200 @@ -626,6 +626,7 @@ [ -z "$DO_VLAN" ] && \ [ -e /sys/class/net/$netif/address ] && \ > /tmp/net.$(cat /sys/class/net/$netif/address).did-setup + source_hook initqueue/online $netif ;; *) if [ $ret -eq 0 ]; then diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dracut-049.1+suse.138.g9068a629/modules.d/35network-legacy/module-setup.sh new/dracut-049.1+suse.144.ge0eaf296/modules.d/35network-legacy/module-setup.sh --- old/dracut-049.1+suse.138.g9068a629/modules.d/35network-legacy/module-setup.sh 2020-03-22 19:59:01.000000000 +0100 +++ new/dracut-049.1+suse.144.ge0eaf296/modules.d/35network-legacy/module-setup.sh 2020-06-04 15:14:25.000000000 +0200 @@ -47,6 +47,12 @@ inst_hook cmdline 99 "$moddir/parse-ifname.sh" inst_hook cleanup 10 "$moddir/kill-dhclient.sh" + # SUSE specific files + inst_multiple /etc/sysconfig/network/ifcfg-* + inst_multiple -o /etc/sysconfig/network/ifroute-* + inst_simple /etc/sysconfig/network/routes + inst_multiple -o /var/lib/wicked/duid.xml /var/lib/wicked/iaid.xml + # install all config files for teaming unset TEAM_MASTER unset TEAM_CONFIG diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dracut-049.1+suse.138.g9068a629/modules.d/35network-legacy/net-genrules.sh new/dracut-049.1+suse.144.ge0eaf296/modules.d/35network-legacy/net-genrules.sh --- old/dracut-049.1+suse.138.g9068a629/modules.d/35network-legacy/net-genrules.sh 2020-03-22 19:59:01.000000000 +0100 +++ new/dracut-049.1+suse.144.ge0eaf296/modules.d/35network-legacy/net-genrules.sh 2020-06-04 15:14:25.000000000 +0200 @@ -65,9 +65,9 @@ bootdev=$(cat /tmp/net.bootdev) fi - ifup='/sbin/ifup $env{INTERFACE}' + ifup='/sbin/ifup $name' - runcmd="RUN+=\"/sbin/initqueue --name ifup-\$env{INTERFACE} --unique --onetime $ifup\"" + runcmd="RUN+=\"/sbin/initqueue --name ifup-\$name --unique --onetime $ifup\"" # We have some specific interfaces to handle if [ -n "${RAW_IFACES}${IFACES}" ]; then diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dracut-049.1+suse.138.g9068a629/modules.d/90dm/59-persistent-storage-dm.rules new/dracut-049.1+suse.144.ge0eaf296/modules.d/90dm/59-persistent-storage-dm.rules --- old/dracut-049.1+suse.138.g9068a629/modules.d/90dm/59-persistent-storage-dm.rules 2020-03-22 19:59:01.000000000 +0100 +++ new/dracut-049.1+suse.144.ge0eaf296/modules.d/90dm/59-persistent-storage-dm.rules 2020-06-04 15:14:25.000000000 +0200 @@ -1,7 +1,7 @@ SUBSYSTEM!="block", GOTO="dm_end" ACTION!="add|change", GOTO="dm_end" # Also don't process disks that are slated to be a multipath device -ENV{DM_MULTIPATH_DEVICE_PATH}=="?*", GOTO="dm_end" +ENV{DM_MULTIPATH_DEVICE_PATH}=="1", GOTO="dm_end" KERNEL!="dm-[0-9]*", GOTO="dm_end" ACTION=="add", GOTO="dm_end" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dracut-049.1+suse.138.g9068a629/modules.d/90dmraid/61-dmraid-imsm.rules new/dracut-049.1+suse.144.ge0eaf296/modules.d/90dmraid/61-dmraid-imsm.rules --- old/dracut-049.1+suse.138.g9068a629/modules.d/90dmraid/61-dmraid-imsm.rules 2020-03-22 19:59:01.000000000 +0100 +++ new/dracut-049.1+suse.144.ge0eaf296/modules.d/90dmraid/61-dmraid-imsm.rules 2020-06-04 15:14:25.000000000 +0200 @@ -5,7 +5,7 @@ SUBSYSTEM!="block", GOTO="dm_end" ACTION!="add|change", GOTO="dm_end" # Also don't process disks that are slated to be a multipath device -ENV{DM_MULTIPATH_DEVICE_PATH}=="?*", GOTO="dm_end" +ENV{DM_MULTIPATH_DEVICE_PATH}=="1", GOTO="dm_end" ENV{ID_FS_TYPE}=="linux_raid_member", GOTO="dm_end" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dracut-049.1+suse.138.g9068a629/modules.d/90lvm/64-lvm.rules new/dracut-049.1+suse.144.ge0eaf296/modules.d/90lvm/64-lvm.rules --- old/dracut-049.1+suse.138.g9068a629/modules.d/90lvm/64-lvm.rules 2020-03-22 19:59:01.000000000 +0100 +++ new/dracut-049.1+suse.144.ge0eaf296/modules.d/90lvm/64-lvm.rules 2020-06-04 15:14:25.000000000 +0200 @@ -7,7 +7,7 @@ SUBSYSTEM!="block", GOTO="lvm_end" ACTION!="add|change", GOTO="lvm_end" # Also don't process disks that are slated to be a multipath device -ENV{DM_MULTIPATH_DEVICE_PATH}=="?*", GOTO="lvm_end" +ENV{DM_MULTIPATH_DEVICE_PATH}=="1", GOTO="lvm_end" KERNEL=="dm-[0-9]*", ACTION=="add", GOTO="lvm_end" ENV{ID_FS_TYPE}!="LVM?_member", GOTO="lvm_end" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dracut-049.1+suse.138.g9068a629/modules.d/90mdraid/59-persistent-storage-md.rules new/dracut-049.1+suse.144.ge0eaf296/modules.d/90mdraid/59-persistent-storage-md.rules --- old/dracut-049.1+suse.138.g9068a629/modules.d/90mdraid/59-persistent-storage-md.rules 2020-03-22 19:59:01.000000000 +0100 +++ new/dracut-049.1+suse.144.ge0eaf296/modules.d/90mdraid/59-persistent-storage-md.rules 2020-06-04 15:14:25.000000000 +0200 @@ -1,7 +1,7 @@ SUBSYSTEM!="block", GOTO="md_end" ACTION!="add|change", GOTO="md_end" # Also don't process disks that are slated to be a multipath device -ENV{DM_MULTIPATH_DEVICE_PATH}=="?*", GOTO="md_end" +ENV{DM_MULTIPATH_DEVICE_PATH}=="1", GOTO="md_end" KERNEL!="md[0-9]*|md_d[0-9]*|md/*", KERNEL!="md*", GOTO="md_end" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dracut-049.1+suse.138.g9068a629/modules.d/90mdraid/65-md-incremental-imsm.rules new/dracut-049.1+suse.144.ge0eaf296/modules.d/90mdraid/65-md-incremental-imsm.rules --- old/dracut-049.1+suse.138.g9068a629/modules.d/90mdraid/65-md-incremental-imsm.rules 2020-03-22 19:59:01.000000000 +0100 +++ new/dracut-049.1+suse.144.ge0eaf296/modules.d/90mdraid/65-md-incremental-imsm.rules 2020-06-04 15:14:25.000000000 +0200 @@ -9,7 +9,7 @@ KERNEL=="md*", ACTION!="change", GOTO="md_end" # Also don't process disks that are slated to be a multipath device -ENV{DM_MULTIPATH_DEVICE_PATH}=="?*", GOTO="md_end" +ENV{DM_MULTIPATH_DEVICE_PATH}=="1", GOTO="md_end" ENV{ID_FS_TYPE}=="ddf_raid_member|isw_raid_member|linux_raid_member", GOTO="md_try" GOTO="md_end" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dracut-049.1+suse.138.g9068a629/modules.d/90nvdimm/module-setup.sh new/dracut-049.1+suse.144.ge0eaf296/modules.d/90nvdimm/module-setup.sh --- old/dracut-049.1+suse.138.g9068a629/modules.d/90nvdimm/module-setup.sh 2020-03-22 19:59:01.000000000 +0100 +++ new/dracut-049.1+suse.144.ge0eaf296/modules.d/90nvdimm/module-setup.sh 2020-06-04 15:14:25.000000000 +0200 @@ -27,5 +27,5 @@ # called by dracut install() { - inst_multiple -o ndctl + inst_multiple -o ndctl /etc/ndctl/keys/tpm.handle /etc/ndctl/keys/*.blob } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dracut-049.1+suse.138.g9068a629/modules.d/95udev-rules/59-persistent-storage.rules new/dracut-049.1+suse.144.ge0eaf296/modules.d/95udev-rules/59-persistent-storage.rules --- old/dracut-049.1+suse.138.g9068a629/modules.d/95udev-rules/59-persistent-storage.rules 2020-03-22 19:59:01.000000000 +0100 +++ new/dracut-049.1+suse.144.ge0eaf296/modules.d/95udev-rules/59-persistent-storage.rules 2020-06-04 15:14:25.000000000 +0200 @@ -1,7 +1,7 @@ SUBSYSTEM!="block", GOTO="ps_end" ACTION!="add|change", GOTO="ps_end" # Also don't process disks that are slated to be a multipath device -ENV{DM_MULTIPATH_DEVICE_PATH}=="?*", GOTO="ps_end" +ENV{DM_MULTIPATH_DEVICE_PATH}=="1", GOTO="ps_end" KERNEL=="cciss[0-9]*", IMPORT BLKID KERNEL=="nbd[0-9]*", IMPORT BLKID diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dracut-049.1+suse.138.g9068a629/modules.d/95udev-rules/61-persistent-storage.rules new/dracut-049.1+suse.144.ge0eaf296/modules.d/95udev-rules/61-persistent-storage.rules --- old/dracut-049.1+suse.138.g9068a629/modules.d/95udev-rules/61-persistent-storage.rules 2020-03-22 19:59:01.000000000 +0100 +++ new/dracut-049.1+suse.144.ge0eaf296/modules.d/95udev-rules/61-persistent-storage.rules 2020-06-04 15:14:25.000000000 +0200 @@ -1,7 +1,7 @@ SUBSYSTEM!="block", GOTO="pss_end" ACTION!="add|change", GOTO="pss_end" # Also don't process disks that are slated to be a multipath device -ENV{DM_MULTIPATH_DEVICE_PATH}=="?*", GOTO="pss_end" +ENV{DM_MULTIPATH_DEVICE_PATH}=="1", GOTO="pss_end" ACTION=="change", KERNEL=="dm-[0-9]*", ENV{DM_UDEV_DISABLE_OTHER_RULES_FLAG}!="1", GOTO="do_pss" KERNEL=="cciss[0-9]*", GOTO="do_pss" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dracut-049.1+suse.138.g9068a629/suse/dracut.spec new/dracut-049.1+suse.144.ge0eaf296/suse/dracut.spec --- old/dracut-049.1+suse.138.g9068a629/suse/dracut.spec 2020-03-22 19:59:01.000000000 +0100 +++ new/dracut-049.1+suse.144.ge0eaf296/suse/dracut.spec 2020-06-04 15:14:25.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package dracut # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -24,7 +24,7 @@ Summary: Initramfs generator using udev License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: System/Base -Url: https://dracut.wiki.kernel.org/ +URL: https://dracut.wiki.kernel.org/ Source0: dracut-%{version}.tar.xz Source1: dracut-rpmlintrc Source2: README.susemaint ++++++ dracut-049.1+suse.138.g9068a629.tar.xz -> dracut-049.1+suse.144.ge0eaf296.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dracut-049.1+suse.138.g9068a629/modules.d/35network-legacy/ifup.sh new/dracut-049.1+suse.144.ge0eaf296/modules.d/35network-legacy/ifup.sh --- old/dracut-049.1+suse.138.g9068a629/modules.d/35network-legacy/ifup.sh 2020-03-22 19:59:01.000000000 +0100 +++ new/dracut-049.1+suse.144.ge0eaf296/modules.d/35network-legacy/ifup.sh 2020-06-04 15:14:25.000000000 +0200 @@ -626,6 +626,7 @@ [ -z "$DO_VLAN" ] && \ [ -e /sys/class/net/$netif/address ] && \ > /tmp/net.$(cat /sys/class/net/$netif/address).did-setup + source_hook initqueue/online $netif ;; *) if [ $ret -eq 0 ]; then diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dracut-049.1+suse.138.g9068a629/modules.d/35network-legacy/module-setup.sh new/dracut-049.1+suse.144.ge0eaf296/modules.d/35network-legacy/module-setup.sh --- old/dracut-049.1+suse.138.g9068a629/modules.d/35network-legacy/module-setup.sh 2020-03-22 19:59:01.000000000 +0100 +++ new/dracut-049.1+suse.144.ge0eaf296/modules.d/35network-legacy/module-setup.sh 2020-06-04 15:14:25.000000000 +0200 @@ -47,6 +47,12 @@ inst_hook cmdline 99 "$moddir/parse-ifname.sh" inst_hook cleanup 10 "$moddir/kill-dhclient.sh" + # SUSE specific files + inst_multiple /etc/sysconfig/network/ifcfg-* + inst_multiple -o /etc/sysconfig/network/ifroute-* + inst_simple /etc/sysconfig/network/routes + inst_multiple -o /var/lib/wicked/duid.xml /var/lib/wicked/iaid.xml + # install all config files for teaming unset TEAM_MASTER unset TEAM_CONFIG diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dracut-049.1+suse.138.g9068a629/modules.d/35network-legacy/net-genrules.sh new/dracut-049.1+suse.144.ge0eaf296/modules.d/35network-legacy/net-genrules.sh --- old/dracut-049.1+suse.138.g9068a629/modules.d/35network-legacy/net-genrules.sh 2020-03-22 19:59:01.000000000 +0100 +++ new/dracut-049.1+suse.144.ge0eaf296/modules.d/35network-legacy/net-genrules.sh 2020-06-04 15:14:25.000000000 +0200 @@ -65,9 +65,9 @@ bootdev=$(cat /tmp/net.bootdev) fi - ifup='/sbin/ifup $env{INTERFACE}' + ifup='/sbin/ifup $name' - runcmd="RUN+=\"/sbin/initqueue --name ifup-\$env{INTERFACE} --unique --onetime $ifup\"" + runcmd="RUN+=\"/sbin/initqueue --name ifup-\$name --unique --onetime $ifup\"" # We have some specific interfaces to handle if [ -n "${RAW_IFACES}${IFACES}" ]; then diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dracut-049.1+suse.138.g9068a629/modules.d/90dm/59-persistent-storage-dm.rules new/dracut-049.1+suse.144.ge0eaf296/modules.d/90dm/59-persistent-storage-dm.rules --- old/dracut-049.1+suse.138.g9068a629/modules.d/90dm/59-persistent-storage-dm.rules 2020-03-22 19:59:01.000000000 +0100 +++ new/dracut-049.1+suse.144.ge0eaf296/modules.d/90dm/59-persistent-storage-dm.rules 2020-06-04 15:14:25.000000000 +0200 @@ -1,7 +1,7 @@ SUBSYSTEM!="block", GOTO="dm_end" ACTION!="add|change", GOTO="dm_end" # Also don't process disks that are slated to be a multipath device -ENV{DM_MULTIPATH_DEVICE_PATH}=="?*", GOTO="dm_end" +ENV{DM_MULTIPATH_DEVICE_PATH}=="1", GOTO="dm_end" KERNEL!="dm-[0-9]*", GOTO="dm_end" ACTION=="add", GOTO="dm_end" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dracut-049.1+suse.138.g9068a629/modules.d/90dmraid/61-dmraid-imsm.rules new/dracut-049.1+suse.144.ge0eaf296/modules.d/90dmraid/61-dmraid-imsm.rules --- old/dracut-049.1+suse.138.g9068a629/modules.d/90dmraid/61-dmraid-imsm.rules 2020-03-22 19:59:01.000000000 +0100 +++ new/dracut-049.1+suse.144.ge0eaf296/modules.d/90dmraid/61-dmraid-imsm.rules 2020-06-04 15:14:25.000000000 +0200 @@ -5,7 +5,7 @@ SUBSYSTEM!="block", GOTO="dm_end" ACTION!="add|change", GOTO="dm_end" # Also don't process disks that are slated to be a multipath device -ENV{DM_MULTIPATH_DEVICE_PATH}=="?*", GOTO="dm_end" +ENV{DM_MULTIPATH_DEVICE_PATH}=="1", GOTO="dm_end" ENV{ID_FS_TYPE}=="linux_raid_member", GOTO="dm_end" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dracut-049.1+suse.138.g9068a629/modules.d/90lvm/64-lvm.rules new/dracut-049.1+suse.144.ge0eaf296/modules.d/90lvm/64-lvm.rules --- old/dracut-049.1+suse.138.g9068a629/modules.d/90lvm/64-lvm.rules 2020-03-22 19:59:01.000000000 +0100 +++ new/dracut-049.1+suse.144.ge0eaf296/modules.d/90lvm/64-lvm.rules 2020-06-04 15:14:25.000000000 +0200 @@ -7,7 +7,7 @@ SUBSYSTEM!="block", GOTO="lvm_end" ACTION!="add|change", GOTO="lvm_end" # Also don't process disks that are slated to be a multipath device -ENV{DM_MULTIPATH_DEVICE_PATH}=="?*", GOTO="lvm_end" +ENV{DM_MULTIPATH_DEVICE_PATH}=="1", GOTO="lvm_end" KERNEL=="dm-[0-9]*", ACTION=="add", GOTO="lvm_end" ENV{ID_FS_TYPE}!="LVM?_member", GOTO="lvm_end" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dracut-049.1+suse.138.g9068a629/modules.d/90mdraid/59-persistent-storage-md.rules new/dracut-049.1+suse.144.ge0eaf296/modules.d/90mdraid/59-persistent-storage-md.rules --- old/dracut-049.1+suse.138.g9068a629/modules.d/90mdraid/59-persistent-storage-md.rules 2020-03-22 19:59:01.000000000 +0100 +++ new/dracut-049.1+suse.144.ge0eaf296/modules.d/90mdraid/59-persistent-storage-md.rules 2020-06-04 15:14:25.000000000 +0200 @@ -1,7 +1,7 @@ SUBSYSTEM!="block", GOTO="md_end" ACTION!="add|change", GOTO="md_end" # Also don't process disks that are slated to be a multipath device -ENV{DM_MULTIPATH_DEVICE_PATH}=="?*", GOTO="md_end" +ENV{DM_MULTIPATH_DEVICE_PATH}=="1", GOTO="md_end" KERNEL!="md[0-9]*|md_d[0-9]*|md/*", KERNEL!="md*", GOTO="md_end" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dracut-049.1+suse.138.g9068a629/modules.d/90mdraid/65-md-incremental-imsm.rules new/dracut-049.1+suse.144.ge0eaf296/modules.d/90mdraid/65-md-incremental-imsm.rules --- old/dracut-049.1+suse.138.g9068a629/modules.d/90mdraid/65-md-incremental-imsm.rules 2020-03-22 19:59:01.000000000 +0100 +++ new/dracut-049.1+suse.144.ge0eaf296/modules.d/90mdraid/65-md-incremental-imsm.rules 2020-06-04 15:14:25.000000000 +0200 @@ -9,7 +9,7 @@ KERNEL=="md*", ACTION!="change", GOTO="md_end" # Also don't process disks that are slated to be a multipath device -ENV{DM_MULTIPATH_DEVICE_PATH}=="?*", GOTO="md_end" +ENV{DM_MULTIPATH_DEVICE_PATH}=="1", GOTO="md_end" ENV{ID_FS_TYPE}=="ddf_raid_member|isw_raid_member|linux_raid_member", GOTO="md_try" GOTO="md_end" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dracut-049.1+suse.138.g9068a629/modules.d/90nvdimm/module-setup.sh new/dracut-049.1+suse.144.ge0eaf296/modules.d/90nvdimm/module-setup.sh --- old/dracut-049.1+suse.138.g9068a629/modules.d/90nvdimm/module-setup.sh 2020-03-22 19:59:01.000000000 +0100 +++ new/dracut-049.1+suse.144.ge0eaf296/modules.d/90nvdimm/module-setup.sh 2020-06-04 15:14:25.000000000 +0200 @@ -27,5 +27,5 @@ # called by dracut install() { - inst_multiple -o ndctl + inst_multiple -o ndctl /etc/ndctl/keys/tpm.handle /etc/ndctl/keys/*.blob } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dracut-049.1+suse.138.g9068a629/modules.d/95udev-rules/59-persistent-storage.rules new/dracut-049.1+suse.144.ge0eaf296/modules.d/95udev-rules/59-persistent-storage.rules --- old/dracut-049.1+suse.138.g9068a629/modules.d/95udev-rules/59-persistent-storage.rules 2020-03-22 19:59:01.000000000 +0100 +++ new/dracut-049.1+suse.144.ge0eaf296/modules.d/95udev-rules/59-persistent-storage.rules 2020-06-04 15:14:25.000000000 +0200 @@ -1,7 +1,7 @@ SUBSYSTEM!="block", GOTO="ps_end" ACTION!="add|change", GOTO="ps_end" # Also don't process disks that are slated to be a multipath device -ENV{DM_MULTIPATH_DEVICE_PATH}=="?*", GOTO="ps_end" +ENV{DM_MULTIPATH_DEVICE_PATH}=="1", GOTO="ps_end" KERNEL=="cciss[0-9]*", IMPORT BLKID KERNEL=="nbd[0-9]*", IMPORT BLKID diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dracut-049.1+suse.138.g9068a629/modules.d/95udev-rules/61-persistent-storage.rules new/dracut-049.1+suse.144.ge0eaf296/modules.d/95udev-rules/61-persistent-storage.rules --- old/dracut-049.1+suse.138.g9068a629/modules.d/95udev-rules/61-persistent-storage.rules 2020-03-22 19:59:01.000000000 +0100 +++ new/dracut-049.1+suse.144.ge0eaf296/modules.d/95udev-rules/61-persistent-storage.rules 2020-06-04 15:14:25.000000000 +0200 @@ -1,7 +1,7 @@ SUBSYSTEM!="block", GOTO="pss_end" ACTION!="add|change", GOTO="pss_end" # Also don't process disks that are slated to be a multipath device -ENV{DM_MULTIPATH_DEVICE_PATH}=="?*", GOTO="pss_end" +ENV{DM_MULTIPATH_DEVICE_PATH}=="1", GOTO="pss_end" ACTION=="change", KERNEL=="dm-[0-9]*", ENV{DM_UDEV_DISABLE_OTHER_RULES_FLAG}!="1", GOTO="do_pss" KERNEL=="cciss[0-9]*", GOTO="do_pss" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dracut-049.1+suse.138.g9068a629/suse/dracut.spec new/dracut-049.1+suse.144.ge0eaf296/suse/dracut.spec --- old/dracut-049.1+suse.138.g9068a629/suse/dracut.spec 2020-03-22 19:59:01.000000000 +0100 +++ new/dracut-049.1+suse.144.ge0eaf296/suse/dracut.spec 2020-06-04 15:14:25.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package dracut # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -24,7 +24,7 @@ Summary: Initramfs generator using udev License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: System/Base -Url: https://dracut.wiki.kernel.org/ +URL: https://dracut.wiki.kernel.org/ Source0: dracut-%{version}.tar.xz Source1: dracut-rpmlintrc Source2: README.susemaint ++++++ dracut.obsinfo ++++++ --- /var/tmp/diff_new_pack.sev3VN/_old 2020-06-08 13:44:32.815056742 +0200 +++ /var/tmp/diff_new_pack.sev3VN/_new 2020-06-08 13:44:32.815056742 +0200 @@ -1,5 +1,5 @@ name: dracut -version: 049.1+suse.138.g9068a629 -mtime: 1584903541 -commit: 9068a629ba35c31d7eefe3d171ca067207626c14 +version: 049.1+suse.144.ge0eaf296 +mtime: 1591276465 +commit: e0eaf296cbd503d04f746226e90dc6747bd01190
