Sync from SUSE:ALP:Source:Standard:1.0 dracut revision 31cfed26e05e49a101338b24e3cd68cb
This commit is contained in:
parent
0687d9cbe0
commit
549c04c0ff
@ -10,6 +10,7 @@ branch. Currently, these active maintenance branches are:
|
||||
- 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
|
||||
|
||||
|
2
_service
2
_service
@ -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>
|
||||
|
@ -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)
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
BIN
dracut-059+suse.571.g32b61281.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: dracut
|
||||
version: 059+suse.557.g8a62bf73
|
||||
mtime: 1709107404
|
||||
commit: 8a62bf7337c9d1960daa96db64b1af92b8dfbd8e
|
||||
version: 059+suse.571.g32b61281
|
||||
mtime: 1724134987
|
||||
commit: 32b61281cd24b4cdb676b5a4af5228ca022e9661
|
||||
|
13
dracut.spec
13
dracut.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user