Compare commits
13 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| c1ccd9f09d | |||
| 1426468f41 | |||
| 9a03df7d7d | |||
| bdb7ada018 | |||
| 4d66bbaf48 | |||
| cc97350a49 | |||
| b359d1212a | |||
| 9d449a5c58 | |||
| a31803dec5 | |||
| 40c3c55a75 | |||
| 4f30b8a0e5 | |||
| 73adcb5924 | |||
| 951b8309af |
@@ -14,6 +14,7 @@ branch. Currently, these active maintenance branches are:
|
||||
- SLE-15-SP7_Update -> SLE 15 SP7
|
||||
- SL-Micro-6.0_Update -> SL Micro 6.0
|
||||
- SL-Micro-6.1_Update -> SL Micro 6.1
|
||||
- SLES-16.0_Update -> SLES 16.0 and SL Micro 6.2 (both share the same code)
|
||||
- SLFO_Main -> SUSE Linux Framework One
|
||||
- SUSE/059 -> Tumbleweed
|
||||
|
||||
@@ -136,7 +137,7 @@ MERGED b2c6b584 fix(dracut.sh): exit if resolving executable dependencies fails
|
||||
d55fa823 ci: migrate from systemd-boot to systemd-utils in Gentoo container
|
||||
403f4e8e ci: do not run test container generation on forked repos by default
|
||||
MERGED 16855765 refactor(install): log about missing firmware only once
|
||||
c46513fb test: increase test VM memory from 512M to 1024M to avoid OOM killer
|
||||
MERGED c46513fb test: increase test VM memory from 512M to 1024M to avoid OOM killer
|
||||
MERGED a804945f fix(integrity): do not require ls
|
||||
e278a965 ci: match comment with code
|
||||
9e1e9245 ci: automate release generation
|
||||
@@ -201,7 +202,7 @@ MERGED afb5717e fix(kernel-modules): add interconnect drivers
|
||||
d244b316 test(LVM-THIN): avoid thin pool size warning
|
||||
739b9e1b ci: cleanup containers
|
||||
ae7cd94b test: add empty default test_cleanup implementation
|
||||
f1346763 test: move more common test code to test-functions
|
||||
MERGED f1346763 test: move more common test code to test-functions
|
||||
5ac581ef fix(resolve-deps): check the existing file—not the source
|
||||
MERGED 07af8d58 fix(dracut-lib.sh): remove successful finished initqueue scripts
|
||||
MERGED 7310a641 fix(udev-rules): remove firmware.rules
|
||||
@@ -212,7 +213,7 @@ MERGED 07b49a3e fix(virtiofs): add virtio_pci kernel module to virtiofs
|
||||
c08ae406 ci: install multipath-tools into openSuse container
|
||||
d1187543 test: remove references of dhcpd3 from tests
|
||||
1843c16c test: move test condition to test_check
|
||||
006890a2 test: upgrade to ext4
|
||||
MERGED 006890a2 test: upgrade to ext4
|
||||
MERGED 86c8a5a7 fix(dracut-systemd): rootfs-generator cannot write outside of generator dir
|
||||
MERGED acfa793b fix(dracut-systemd): check and create generator dir outside of inner function
|
||||
MERGED a7c04716 fix(dracut-systemd): do not hardcode the systemd generator directory
|
||||
@@ -429,3 +430,23 @@ b117013b fix: let check_vol_slaves_all return 1 when checks on all slaves fail
|
||||
950475e8 fix(dmsquash-live): erofs collision with latest util-linux
|
||||
fa17b6fb fix(systemd-udevd): handle root=gpt-auto for systemd-v258
|
||||
4f6ca33d fix(dracut-util): crash if CMDLINE ends with quotation mark
|
||||
3d58272e feat(dracut.sh): output error message for --regenerate-all
|
||||
5c53a810 fix(dracut): use "-name" to avoid find matching temporary directory
|
||||
614e9d34 fix(kernel-modules-extra): remove stray \ before /
|
||||
82f7f7df improvement(74nvmf): lookup required NIC kernel modules for NBFT interfaces
|
||||
52155dde fix(dracut): library directory creation in --kernel-only
|
||||
1b11affd fix(74nvmf): only set netroot if it's yet empty
|
||||
f879b04d fix(74nvmf): make sure autoconnect script is run at least once
|
||||
51bd1331 fix(fs-lib): include modules for charsets for working vfat support
|
||||
89dcdd91 fix(dracut.sh): check that custom fw search patch exists before reading it
|
||||
46369b3b fix(dmsquash-live): install required stat binary
|
||||
de8b63f5 fix(multipath): add udev rule 99-z-dm-mpath-late.rules
|
||||
d464dcb8 test: switch to virtio for the QEMU drive
|
||||
2df41817 test: switch to virtio for the QEMU drive
|
||||
ef0972fe fix(systemd): move installation of libkmod to udev-rules module
|
||||
a6df84b7 test: make the size of all test drives 512 MB
|
||||
49a971b6 test(FULL SYSTEMD): no need to include dbus to the target rootfs
|
||||
412807b6 test(FULL-SYSTEMD): use poweroff to shut down test
|
||||
43648f08 test: move /failed to /run/failed as rootfs might be read-only
|
||||
bf29f4b7 fix(nfs): do not execute logic in nfs hooks if netroot is not nfs
|
||||
84c05fc6 fix(systemd-networkd): install and enable systemd-networkd-resolve-hook.socket
|
||||
|
||||
1
_service
1
_service
@@ -6,6 +6,7 @@
|
||||
<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>
|
||||
<param name="extract">suse/dracut-rpm-tmpfiles.conf</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual" />
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/opensuse/dracut.git</param>
|
||||
<param name="changesrevision">4d02131d01bf38b2b9615b3aa922c480e412178d</param></service></servicedata>
|
||||
<param name="changesrevision">fb86123e85f21ae85ee799911ce64d5c6830004c</param></service></servicedata>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:28a59773ef04fd259dce93009a51c1c9cf9e0b86964aa46c04c244cfb50e3427
|
||||
size 2139660
|
||||
3
dracut-059+suse.787.gfb86123e.obscpio
Normal file
3
dracut-059+suse.787.gfb86123e.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:72849960b623738760756127e4c72e160e349e8f2bffde6dcec35302740f2421
|
||||
size 2141196
|
||||
3
dracut-rpm-tmpfiles.conf
Normal file
3
dracut-rpm-tmpfiles.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
D /boot/dracut - - - -
|
||||
D /var/lib/dracut - - - -
|
||||
D /var/lib/dracut/overlay - - - -
|
||||
@@ -1,3 +1,63 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 08 11:48:38 UTC 2026 - antonio.feijoo@suse.com
|
||||
|
||||
- Update to version 059+suse.787.gfb86123e:
|
||||
* fix(dracut.spec): switch to tmpfiles based file creation (jsc#PED-14786)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 19 09:30:07 UTC 2025 - antonio.feijoo@suse.com
|
||||
|
||||
- Update to version 059+suse.785.g17d177bb:
|
||||
|
||||
Fix and update testsuite (bsc#1254873):
|
||||
* test(FULL-SYSTEMD): ignore errors in systemd-vconsole-setup.service
|
||||
* test: move /failed to /run/failed as rootfs might be read-only
|
||||
* test(FULL-SYSTEMD): use poweroff to shut down test
|
||||
* test(FULL SYSTEMD): no need to include dbus to the target rootfs
|
||||
* test: make the size of all test drives 512 MB
|
||||
* fix(systemd): move installation of libkmod to udev-rules module
|
||||
* test: switch to virtio for the QEMU drive
|
||||
* test: switch to virtio for the QEMU drive
|
||||
* test: increase test VM memory from 512M to 1024M to avoid OOM killer
|
||||
* test: move more common test code to test-functions
|
||||
* test: upgrade to ext4
|
||||
|
||||
Other:
|
||||
* fix(systemd-networkd): install and enable systemd-networkd-resolve-hook.socket
|
||||
* fix(nfs): do not execute logic in nfs hooks if netroot is not nfs (bsc#1253960)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 31 16:19:43 UTC 2025 - antonio.feijoo@suse.com
|
||||
|
||||
- Update to version 059+suse.769.g693ea004:
|
||||
* fix(multipath): add udev rule 99-z-dm-mpath-late.rules
|
||||
* fix(dmsquash-live): install required stat binary
|
||||
* fix(systemd): install new dlopened libraries
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 19 12:45:53 UTC 2025 - antonio.feijoo@suse.com
|
||||
|
||||
- Update to version 059+suse.762.g8903c5e2:
|
||||
* fix(dracut.sh): check that custom fw search path exists before reading it
|
||||
* fix(fs-lib): include modules for charsets for working vfat support
|
||||
* fix(lsinitrd, dracut-initramfs-restore): detect initrd for BLS Type #1 entries (bsc#1248271)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 11 12:54:38 UTC 2025 - antonio.feijoo@suse.com
|
||||
|
||||
- Update to version 059+suse.757.g0d1d426d:
|
||||
|
||||
Additional fixes for PXE boot with filled-in NBFT (bsc#1238848):
|
||||
* fix(74nvmf): make sure autoconnect script is run at least once
|
||||
* fix(74nvmf): only set netroot if it's yet empty
|
||||
|
||||
Other:
|
||||
* fix(dracut): library directory creation in --kernel-only
|
||||
* improvement(74nvmf): lookup required NIC kernel modules for NBFT interfaces
|
||||
* fix(kernel-modules-extra): remove stray \ before /
|
||||
* fix(dracut): use "-name" to avoid find matching temporary directory
|
||||
* feat(dracut.sh): output error message for --regenerate-all
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 11 12:37:40 UTC 2025 - antonio.feijoo@suse.com
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: dracut
|
||||
version: 059+suse.749.g280c842e
|
||||
mtime: 1754915762
|
||||
commit: 280c842e6a84426b64f89be1af382f52723af58c
|
||||
version: 059+suse.787.gfb86123e
|
||||
mtime: 1767872468
|
||||
commit: fb86123e85f21ae85ee799911ce64d5c6830004c
|
||||
|
||||
20
dracut.spec
20
dracut.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package dracut
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -26,7 +26,7 @@
|
||||
%endif
|
||||
|
||||
Name: dracut
|
||||
Version: 059+suse.749.g280c842e
|
||||
Version: 059+suse.787.gfb86123e
|
||||
Release: 0
|
||||
Summary: Event driven initramfs infrastructure
|
||||
License: GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
@@ -35,6 +35,7 @@ URL: https://github.com/dracutdevs/dracut/wiki
|
||||
Source0: dracut-%{version}.tar.xz
|
||||
Source1: dracut-rpmlintrc
|
||||
Source2: README.susemaint
|
||||
Source3: dracut-rpm-tmpfiles.conf
|
||||
BuildRequires: asciidoc
|
||||
BuildRequires: bash
|
||||
BuildRequires: cargo
|
||||
@@ -70,7 +71,7 @@ Conflicts: btrfsprogs < 3.18
|
||||
# suse-module-tools >= 15.4.7 is prepared for the removal of mkinitrd-suse.sh
|
||||
Conflicts: suse-module-tools < 15.4.7
|
||||
%{?systemd_requires}
|
||||
Requires: (jq if nvme-cli)
|
||||
Requires: (jq if (nvme-cli or systemd-boot or grub2-x86_64-efi-bls))
|
||||
|
||||
%description
|
||||
Dracut contains tools to create a bootable initramfs for Linux kernels >= 2.6.
|
||||
@@ -156,11 +157,6 @@ rm -rf %{buildroot}%{dracutlibdir}/modules.d/95znet
|
||||
rm -rf %{buildroot}%{dracutlibdir}/modules.d/00warpclock
|
||||
%endif
|
||||
|
||||
mkdir -p %{buildroot}/boot/dracut
|
||||
mkdir -p %{buildroot}%{_localstatedir}/lib/dracut/overlay
|
||||
mkdir -p %{buildroot}%{_localstatedir}/log
|
||||
touch %{buildroot}%{_localstatedir}/log/dracut.log
|
||||
|
||||
install -D -m 0644 dracut.conf.d/suse.conf.example %{buildroot}%{dracutlibdir}/dracut.conf.d/01-dist.conf
|
||||
install -m 0644 suse/99-debug.conf %{buildroot}%{_sysconfdir}/dracut.conf.d/99-debug.conf
|
||||
%ifnarch %ix86
|
||||
@@ -185,6 +181,10 @@ ln -s %{dracutlibdir}/modules.d/45ifcfg/write-ifcfg-redhat.sh %{buildroot}%{drac
|
||||
# create a link to dracut-util to be able to parse kernel command line arguments at generation time
|
||||
ln -s %{dracutlibdir}/dracut-util %{buildroot}%{dracutlibdir}/dracut-getarg
|
||||
|
||||
#switch to tmpfiles config
|
||||
mkdir -p %{buildroot}%{_tmpfilesdir}
|
||||
install -m 644 %{SOURCE3} %{buildroot}%{_tmpfilesdir}/dracut.conf
|
||||
|
||||
%post
|
||||
# check whether /var/run has been converted to a symlink
|
||||
if [ ! -L /var/run ]; then
|
||||
@@ -265,9 +265,7 @@ rm -f /var/adm/fillup-templates/sysconfig.kernel-mkinitrd
|
||||
%files tools
|
||||
%{_bindir}/dracut-catimages
|
||||
%{_mandir}/man8/dracut-catimages.8*
|
||||
%dir /boot/dracut
|
||||
%dir %{_localstatedir}/lib/dracut
|
||||
%dir %{_localstatedir}/lib/dracut/overlay
|
||||
%{_tmpfilesdir}/dracut.conf
|
||||
|
||||
%files extra
|
||||
%license COPYING
|
||||
|
||||
Reference in New Issue
Block a user