- Update to version 051 (051+suse.83.g8fb15bf1):

* 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

- 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)

OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=420
This commit is contained in:
Daniel Molkentin 2020-12-14 15:33:17 +00:00 committed by Git OBS Bridge
parent 7dd49a2021
commit 3ad66b322a
7 changed files with 67 additions and 9 deletions

View File

@ -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.@TAG_OFFSET@.g%h</param>
<param name="extract">suse/dracut.spec</param>
<param name="extract">suse/README.susemaint</param>

View File

@ -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>
<param name="changesrevision">8fb15bf14248ed0d7c0dbd8a958b2b55cbbac22b</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ebefb907e1c37398d57ae7c2a284e8b1246880a7b0f73fd9c1535acf81633a96
size 1766412

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7dbeedd08da4df5c8ef3307a4f1b326f7de4ae87a4df4004db0362b988a6f936
size 1781772

View File

@ -1,3 +1,61 @@
-------------------------------------------------------------------
Mon Dec 14 15:32:05 UTC 2020 - daniel.molkentin@suse.com
- Update to version 051 (051+suse.83.g8fb15bf1):
* 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 - daniel.molkentin@suse.com
- 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
-------------------------------------------------------------------
Tue Oct 13 14:09:17 UTC 2020 - daniel.molkentin@suse.com

View File

@ -1,5 +1,5 @@
name: dracut
version: 050+suse.250.ge6b6e843
mtime: 1602598081
commit: e6b6e84384ac9f7afbfcf87fd8c6f43b1739d4d9
version: 051+suse.83.g8fb15bf1
mtime: 1607958178
commit: 8fb15bf14248ed0d7c0dbd8a958b2b55cbbac22b

View File

@ -19,7 +19,7 @@
%define dracutlibdir %{_prefix}/lib/dracut
Name: dracut
Version: 050+suse.250.ge6b6e843
Version: 051+suse.83.g8fb15bf1
Release: 0
Summary: Initramfs generator using udev
License: GPL-2.0-or-later AND LGPL-2.1-or-later