From da0b6789d1771e9928a7a4b38fac8a41c5a6cf0a Mon Sep 17 00:00:00 2001 From: oalbrigt Date: Tue, 28 Jul 2026 09:04:07 +0200 Subject: [PATCH] - Fix NVR Resolves: RHEL-178594 --- fence-agents.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fence-agents.spec b/fence-agents.spec index 8576ff9..aa33a21 100644 --- a/fence-agents.spec +++ b/fence-agents.spec @@ -87,7 +87,7 @@ Name: fence-agents Summary: Set of unified programs capable of host isolation ("fencing") Version: 4.2.1 -Release: 130%{?alphatag:.%{alphatag}}%{?dist} +Release: 129%{?alphatag:.%{alphatag}}%{?dist}.28 License: GPLv2+ and LGPLv2+ Group: System Environment/Base URL: https://github.com/ClusterLabs/fence-agents @@ -1658,7 +1658,7 @@ Fence agent for IBM z/VM over IP. %endif %changelog -* Wed Jul 15 2026 RHEL Packaging Agent - 4.2.1-130 +* Wed Jul 15 2026 RHEL Packaging Agent - 4.2.1-129.28 - bundled urllib3: fix CVE-2026-44431 Resolves: RHEL-178594