Go to file
Philipp Rudo d38412baaf Enable erofs support for the kdump initrd
Resolves: RHEL-50942
Upstream: https://github.com/rhkdump/kdump-utils.git
Conflict: Dropped hunks concerning OVS bridge support in patch 3 and 5
	   due to missing 224d310 ("Support setting up Open vSwitch
	   (Ovs) Bridge network")

Also contains upstream commit

commit 2970176d9e9b7b6a1191a9ee54423d2f1c56fbaf
Author: Philipp Rudo <prudo@redhat.com>
Date:   Tue Sep 24 10:39:32 2024 +0200

    spec: fix patching of files in subdirectories

    With 23df04b ("dracut: create sub-directories for dracut modules") the
    dracut modules were moved to subdirectories. This causes problems when
    someone wants to include a patch to the spec file to change one of the
    files in those subdirectories. Reason is that '%autosetup' in the spec
    file calls 'patch' per default. 'patch' however, will strip all
    directories when it is called without option -p. Which means that it
    will search the file in the root directory and then fail because it
    cannot find it. Thus add option -p1 to '%autosetup' which will be passed
    on to 'patch'. Choose -p1 as that will work with the most common patch
    creation tools like git and packit.

    Signed-off-by: Philipp Rudo <prudo@redhat.com>

Signed-off-by: Philipp Rudo <prudo@redhat.com>
2024-09-27 15:48:12 +02:00
.gitignore Release 1.0.43-1 2024-07-15 11:34:17 +08:00
0001-editorconfig-set-indent_size-8.patch Enable erofs support for the kdump initrd 2024-09-27 15:48:12 +02:00
0002-dracut-create-sub-directories-for-dracut-modules.patch Enable erofs support for the kdump initrd 2024-09-27 15:48:12 +02:00
0003-dracut-fix-coding-style-using-shfmt.patch Enable erofs support for the kdump initrd 2024-09-27 15:48:12 +02:00
0004-99kdumpbase-drop-unnecessary-2-1.patch Enable erofs support for the kdump initrd 2024-09-27 15:48:12 +02:00
0005-99kdumpbase-fix-shellcheck-warnings.patch Enable erofs support for the kdump initrd 2024-09-27 15:48:12 +02:00
0006-99earlykdump-fix-shellcheck-warnings.patch Enable erofs support for the kdump initrd 2024-09-27 15:48:12 +02:00
0007-99zz-fadumpinit-fix-shellcheck-warnings.patch Enable erofs support for the kdump initrd 2024-09-27 15:48:12 +02:00
0008-kdumpctl-fix-shellcheck-warnings.patch Enable erofs support for the kdump initrd 2024-09-27 15:48:12 +02:00
0009-mkdumprd-fix-shellcheck-warnings.patch Enable erofs support for the kdump initrd 2024-09-27 15:48:12 +02:00
0010-mkfadumprd-fix-shellcheck-warnings.patch Enable erofs support for the kdump initrd 2024-09-27 15:48:12 +02:00
0011-mkdumprd-simplify-handling-of-dracut-arguments.patch Enable erofs support for the kdump initrd 2024-09-27 15:48:12 +02:00
0012-mkdumprd-drop-extra_modules-variable.patch Enable erofs support for the kdump initrd 2024-09-27 15:48:12 +02:00
0013-99kdumpbase-drop-check-for-lvmthinpool-monitor-modul.patch Enable erofs support for the kdump initrd 2024-09-27 15:48:12 +02:00
0014-mkdumprd-drop-check-for-dracut-option-squash-compres.patch Enable erofs support for the kdump initrd 2024-09-27 15:48:12 +02:00
0015-mkdumprd-explicitly-add-dracut-99squash-module.patch Enable erofs support for the kdump initrd 2024-09-27 15:48:12 +02:00
0016-mkdumprd-add-support-for-95squash-erofs.patch Enable erofs support for the kdump initrd 2024-09-27 15:48:12 +02:00
gating.yaml Enable gating test 2024-07-10 10:16:34 +08:00
kdump-utils.spec Enable erofs support for the kdump initrd 2024-09-27 15:48:12 +02:00
README.md Initial import for CentOS Stream 10 2024-07-10 09:26:11 +08:00
sources Release 1.0.43-1 2024-07-15 11:34:17 +08:00

kdump-utils

The kdump-utils package