Sync from SUSE:ALP:Source:Standard:1.0 dracut revision 31cfed26e05e49a101338b24e3cd68cb

This commit is contained in:
Adrian Schröter 2024-09-05 14:08:40 +02:00
parent 0687d9cbe0
commit 549c04c0ff
8 changed files with 41 additions and 20 deletions

View File

@ -6,11 +6,12 @@ Maintaining dracut
Patches are added as merge requests on GitHub against the respective maintenance
branch. Currently, these active maintenance branches are:
- SUSE/044 -> SLE 12 SP5
- SUSE/049 -> SLE 15 SP2, SLE 15 SP3
- SUSE/055 -> SLE 15 SP4
- SLE-15-SP5_Update -> SLE 15 SP5 (based on SUSE/055 plus some specific patches)
- SUSE/059 -> Tumbleweed
- SUSE/044 -> SLE 12 SP5
- SUSE/049 -> SLE 15 SP2, SLE 15 SP3
- SUSE/055 -> SLE 15 SP4
- SLE-15-SP5_Update -> SLE 15 SP5 (based on SUSE/055 plus some specific patches)
- SL-Micro-6.0_Update -> SL Micro 6.0
- SUSE/059 -> Tumbleweed
Rules:
@ -336,3 +337,9 @@ PR Commit message
2618 fix(dracut-init.sh): handle decompress with `--sysroot`
2630 fix(zfcp_rules): correct shellcheck regression when parsing ccw args
3. Commits from the new https://github.com/dracut-ng/dracut-ng upstream that
were already merged
3fd43858 fix(mdraid): try to assemble the missing raid device
61ab3386 feat(crypt): force the inclusion of crypttab entries with x-initrd.attach

View File

@ -2,7 +2,7 @@
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/opensuse/dracut.git</param>
<param name="revision">SUSE/059</param>
<param name="revision">SL-Micro-6.0_Update</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">4d203e0423d5ae54db94788aca7c9f31240b9bbb</param></service></servicedata>
<param name="changesrevision">003f23a82384e13625c68b2780cfa718b7d8d2d6</param></service></servicedata>

BIN
dracut-059+suse.557.g8a62bf73.obscpio (Stored with Git LFS)

Binary file not shown.

BIN
dracut-059+suse.571.g32b61281.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Aug 23 07:16:49 UTC 2024 - antonio.feijoo@suse.com
- Update to version 059+suse.571.g32b61281:
* feat(systemd*): include systemd config files from /usr/lib/systemd (bsc#1228398)
* fix(convertfs): error in conditional expressions (bsc#1228847)
-------------------------------------------------------------------
Mon Jul 08 10:49:23 UTC 2024 - antonio.feijoo@suse.com
- Update to version 059+suse.567.gadd3169d:
* feat(crypt): force the inclusion of crypttab entries with x-initrd.attach (bsc#1226529)
* fix(mdraid): try to assemble the missing raid device (bsc#1226412)
* fix(dracut-install): continue parsing if ldd prints "cannot be preloaded" (bsc#1208690)
-------------------------------------------------------------------
Wed Feb 28 08:05:09 UTC 2024 - antonio.feijoo@suse.com

View File

@ -1,4 +1,4 @@
name: dracut
version: 059+suse.557.g8a62bf73
mtime: 1709107404
commit: 8a62bf7337c9d1960daa96db64b1af92b8dfbd8e
version: 059+suse.571.g32b61281
mtime: 1724134987
commit: 32b61281cd24b4cdb676b5a4af5228ca022e9661

View File

@ -1,7 +1,7 @@
#
# spec file for package dracut
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -15,7 +15,6 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define dracutlibdir %{_prefix}/lib/dracut
%if 0%{?suse_version} >= 1550
@ -25,10 +24,10 @@
%endif
Name: dracut
Version: 059+suse.557.g8a62bf73
Version: 059+suse.571.g32b61281
Release: 0
Summary: Event driven initramfs infrastructure
License: GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later
License: GPLv2+ and LGPLv2+ and GPLv2
Group: System/Base
URL: https://github.com/dracutdevs/dracut/wiki
Source0: dracut-%{version}.tar.xz
@ -36,16 +35,16 @@ Source1: dracut-rpmlintrc
Source2: README.susemaint
BuildRequires: asciidoc
BuildRequires: bash
BuildRequires: cargo
BuildRequires: docbook-xsl-stylesheets
BuildRequires: libxslt
BuildRequires: rust
BuildRequires: pkgconfig(libkmod)
BuildRequires: pkgconfig(systemd) >= 219
BuildRequires: cargo
BuildRequires: rust
Requires: gawk
Requires: %{_bindir}/get_kernel_version
Requires: bash
Requires: coreutils
Requires: gawk
Requires(post): coreutils
Requires: cpio
Requires: elfutils