From 5c9efe4d734942573e6b57bf9ff251f7095569bb Mon Sep 17 00:00:00 2001 From: Eric Garver Date: Tue, 17 Jun 2025 15:02:16 -0400 Subject: [PATCH] fix: rename patch 0032 No functional change. Resolves: RHEL-95582 --- ....0-fix-systemd-allow-start-code-251-RUNNING_BUT_FAILED.patch | 2 +- firewalld.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename 0032-fix-systemd-allow-start-code-251-RUNNING_BUT_FAILED.patch => 0032-v2.4.0-fix-systemd-allow-start-code-251-RUNNING_BUT_FAILED.patch (92%) diff --git a/0032-fix-systemd-allow-start-code-251-RUNNING_BUT_FAILED.patch b/0032-v2.4.0-fix-systemd-allow-start-code-251-RUNNING_BUT_FAILED.patch similarity index 92% rename from 0032-fix-systemd-allow-start-code-251-RUNNING_BUT_FAILED.patch rename to 0032-v2.4.0-fix-systemd-allow-start-code-251-RUNNING_BUT_FAILED.patch index cc318d9..9126b2f 100644 --- a/0032-fix-systemd-allow-start-code-251-RUNNING_BUT_FAILED.patch +++ b/0032-v2.4.0-fix-systemd-allow-start-code-251-RUNNING_BUT_FAILED.patch @@ -1,7 +1,7 @@ From 257dce8a7769d0b4268973065dfe0a77455d1ce6 Mon Sep 17 00:00:00 2001 From: Eric Garver Date: Mon, 2 Jun 2025 11:27:10 -0400 -Subject: [PATCH] fix(systemd): allow start code 251 (RUNNING_BUT_FAILED) +Subject: [PATCH] v2.4.0: fix(systemd): allow start code 251 (RUNNING_BUT_FAILED) Do not fail to start the service if `firewall-cmd --state` returns this error code. The daemon is started, but in a recovery mode due to invalid diff --git a/firewalld.spec b/firewalld.spec index 99f6a25..5eb7218 100644 --- a/firewalld.spec +++ b/firewalld.spec @@ -36,7 +36,7 @@ Patch28: 0028-v2.4.0-fix-systemd-remove-unnecessary-comment.patch Patch29: 0029-v2.4.0-test-nftables-table-owner-use-grep-instead-of.patch Patch30: 0030-v2.4.0-chore-ipset-remove-set_supported_types.patch Patch31: 0031-v2.4.0-fix-fw-start-remove-ipset-probe.patch -Patch32: 0032-fix-systemd-allow-start-code-251-RUNNING_BUT_FAILED.patch +Patch32: 0032-v2.4.0-fix-systemd-allow-start-code-251-RUNNING_BUT_FAILED.patch BuildArch: noarch BuildRequires: autoconf BuildRequires: automake