Hello community,

here is the log from the commit of package dracut for openSUSE:Factory checked 
in at 2020-12-15 12:30:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dracut (Old)
 and      /work/SRC/openSUSE:Factory/.dracut.new.2328 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dracut"

Tue Dec 15 12:30:49 2020 rev:168 rq:855784 version:051+suse.84.gc6bd70b8

Changes:
--------
--- /work/SRC/openSUSE:Factory/dracut/dracut.changes    2020-10-15 
13:48:22.929248719 +0200
+++ /work/SRC/openSUSE:Factory/.dracut.new.2328/dracut.changes  2020-12-15 
12:33:02.196128525 +0100
@@ -1,0 +2,59 @@
+Mon Dec 14 15:41:28 UTC 2020 - [email protected]
+
+- Update to version 051 (051+suse.84.gc6bd70b8):
+  * suse.spec: add 051 modules dbus, wicked
+  * Update AUTHORS, NEWS
+  * Drop 51-dracut-rescue-postinst.sh entirely
+  * Revert "Retrieve service, rpc and protcol entries via getent in hostonly 
mode"
+  * Adding stalebot file
+  * Revert "Add --uefi-output for custom output filename"
+  * Improve documentation of iso-scan/filename feature
+  * multipathd: fix the comparison
+  * 06dbus: consider dbus-broker
+  * 06dbus: Add busctl as a more useful tool
+  * 06dbus: Include dbus or messagebus group and user, depending on distro
+  * 35network-wicked: openSUSE Factory has reintroduced libexec
+  * 35network-wicked: install ip utility anyway
+  * 35network-wicked: Run wicked early enough to unlock block devices
+  * 06dbus: Do not install superfluous services
+  * 40network: introduce wicked option
+  * 35network-wicked: introduce wicked support module
+  * 06dbus: introduce dbus support
+  * Add --uefi-output for custom output filename
+  * 95fcoe: don't install if there is no FCoE hostonly devices
+  * 95fcoe: ensure needed modules are installed
+  * dracut-install: Globbing support for resolving "firmware:"
+  * dracut-bash-completion.sh: add positional argument completion
+  * Prevent creating unexpected files on the host when running dracut
+  * configure: Find FTS library with --as-needed
+
+-------------------------------------------------------------------
+Sat Nov 14 19:42:27 UTC 2020 - [email protected]
+
+- Update to version 050+suse.275.gc9639522:
+  * Don't print when a module is explicitly omitted (by default)
+  * 95nfs: /var/lib/nfs/statd/sm is /var/lib/nfs/sm on SUSE (boo#1177462)
+  * Retrieve service, rpc and protcol entries via getent in hostonly mode 
(boo#1177461)
+  * Remove uses of bash (and bash specific syntax) in runtime scripts
+  * 90crypt: pull in remote-cryptsetup.target enablement
+  * 90multipath: install kpartx's 11-dm-parts.rules
+  * Revert "90crypt: ship initrd-cryptsetup.target"
+  * 90qemu-net: install less module for strict hostonly mode
+  * 90qemu-net: in hostonly mode, only install if network is needed
+  * 95nfs: Install less module if hostonly mode is strict
+  * 90kernel-modules: Install less modules for hostonly mode
+  * 90kernel-modules: install block drivers more strictly
+  * 04watchdog-modules: Simplify install_kernel using new added helper
+  * dracut-init.sh: Add a helper for detect device kernel modules
+  * dracut-functions.sh: Fix check_block_and_slaves_all
+  * 90kernel-network-modules: Don't install iscsi related module
+  * Add a --hostonly-nics option
+  * Configure the runner for team interfaces
+  * 99squash: Check require module earlier, and properly
+  * dracut-functions: add a helper to check if kernel module is available
+  * 90crypt: ship initrd-cryptsetup.target
+  * Revert "90crypt: pull in remote-cryptsetup.target enablement"
+  * dmsquash-live/iso-scan: Provide an easy reference to iso-scan device.
+  * 99memstrack: use /bin/bash
+
+-------------------------------------------------------------------

Old:
----
  dracut-050+suse.250.ge6b6e843.obscpio

New:
----
  dracut-051+suse.84.gc6bd70b8.obscpio

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

Other differences:
------------------
++++++ dracut.spec ++++++
--- /var/tmp/diff_new_pack.8umztQ/_old  2020-12-15 12:33:02.824129030 +0100
+++ /var/tmp/diff_new_pack.8umztQ/_new  2020-12-15 12:33:02.828129034 +0100
@@ -19,7 +19,7 @@
 %define dracutlibdir %{_prefix}/lib/dracut
 
 Name:           dracut
-Version:        050+suse.250.ge6b6e843
+Version:        051+suse.84.gc6bd70b8
 Release:        0
 Summary:        Initramfs generator using udev
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -324,11 +324,13 @@
 %{dracutlibdir}/modules.d/03rescue
 %{dracutlibdir}/modules.d/04watchdog
 %{dracutlibdir}/modules.d/04watchdog-modules
+%{dracutlibdir}/modules.d/06dbus
 %{dracutlibdir}/modules.d/06rngd
 %{dracutlibdir}/modules.d/10i18n
 %{dracutlibdir}/modules.d/30convertfs
 %{dracutlibdir}/modules.d/35network-legacy
 %{dracutlibdir}/modules.d/35network-manager
+%{dracutlibdir}/modules.d/35network-wicked
 %{dracutlibdir}/modules.d/40network
 %{dracutlibdir}/modules.d/45ifcfg
 %{dracutlibdir}/modules.d/45url-lib

++++++ _service ++++++
--- /var/tmp/diff_new_pack.8umztQ/_old  2020-12-15 12:33:02.876129073 +0100
+++ /var/tmp/diff_new_pack.8umztQ/_new  2020-12-15 12:33:02.876129073 +0100
@@ -2,7 +2,7 @@
   <service name="obs_scm" mode="localonly">
     <param name="scm">git</param>
     <param name="url">https://github.com/opensuse/dracut.git</param>
-    <param name="revision">SUSE/master</param>
+    <param name="revision">SUSE/051</param>
     <param name="versionformat">@PARENT_TAG@+suse.@[email protected]%h</param>
     <param name="extract">suse/dracut.spec</param>
     <param name="extract">suse/README.susemaint</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.8umztQ/_old  2020-12-15 12:33:02.896129089 +0100
+++ /var/tmp/diff_new_pack.8umztQ/_new  2020-12-15 12:33:02.896129089 +0100
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/opensuse/dracut.git</param>
-              <param 
name="changesrevision">e6b6e84384ac9f7afbfcf87fd8c6f43b1739d4d9</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">c6bd70b84338aaf8b2793c5ac98324d8d273cad7</param></service></servicedata>
\ No newline at end of file

++++++ dracut-050+suse.250.ge6b6e843.obscpio -> 
dracut-051+suse.84.gc6bd70b8.obscpio ++++++
++++ 1694 lines of diff (skipped)

++++++ dracut.obsinfo ++++++
--- /var/tmp/diff_new_pack.8umztQ/_old  2020-12-15 12:33:03.208129340 +0100
+++ /var/tmp/diff_new_pack.8umztQ/_new  2020-12-15 12:33:03.208129340 +0100
@@ -1,5 +1,5 @@
 name: dracut
-version: 050+suse.250.ge6b6e843
-mtime: 1602598081
-commit: e6b6e84384ac9f7afbfcf87fd8c6f43b1739d4d9
+version: 051+suse.84.gc6bd70b8
+mtime: 1607960457
+commit: c6bd70b84338aaf8b2793c5ac98324d8d273cad7
 
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to