Commit Graph

8 Commits

Author SHA1 Message Date
Tao Liu
cb5cd377e3 Return the correct exit code of rebuild initrd
Related:  RHEL-29941
Upstream: Fedora
Conflict: None

commit f6e00948aba7c31f722af79ed72c4020868dcad7
Author: Tao Liu <ltao@redhat.com>
Date:   Fri Oct 18 21:45:03 2024 +1300

    Return the correct exit code of rebuild initrd

    Resolves: https://issues.redhat.com/browse/RHEL-63047

    The exit code of rebuild_initrd() should be either of
    rebuild_kdump/fadump_initrd(), rather than set_vmcore_creation_status(),
    otherwise it will cause a regression when rebuild initrd fails.

    Fixes: 88525ebf ("Introduce vmcore creation notification to kdump")

    Signed-off-by: Tao Liu <ltao@redhat.com>

Signed-off-by: Tao Liu <ltao@redhat.com>
2024-10-21 10:59:13 +13:00
Lichen Liu
6cd5205ade
Rebase to upstream v1.0.45
Upstream: Fedora
Conflict: None
Resolves: RHEL-59863
Resolves: RHEL-29941

Signed-off-by: Lichen Liu <lichliu@redhat.com>
2024-10-11 10:23:31 +08:00
Lichen Liu
65382614d5
Release 1.0.43-2
Resolves: RHEL-50942

Signed-off-by: Lichen Liu <lichliu@redhat.com>
2024-09-30 17:25:57 +08:00
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
Lichen Liu
c53ac4eb20
Release 1.0.43-1
Resolves: RHEL-45254

Signed-off-by: Lichen Liu <lichliu@redhat.com>
2024-07-15 11:34:17 +08:00
Lichen Liu
54de4cf24c
Enable gating test
Signed-off-by: Lichen Liu <lichliu@redhat.com>
2024-07-10 10:16:34 +08:00
Lichen Liu
2aabe542d7
Initial import for CentOS Stream 10
Resolves: RHEL-45252

Signed-off-by: Lichen Liu <lichliu@redhat.com>
2024-07-10 09:26:11 +08:00
Release Configuration Management
5faead4b6b New branch setup 2024-07-09 03:25:34 -04:00