- fence_kubevirt: use hard poweroff

Resolves: RHEL-82193
This commit is contained in:
Oyvind Albrigtsen 2025-06-11 14:18:29 +02:00
parent 39692c15ba
commit fbc76281c2

View File

@ -57,7 +57,7 @@
Name: fence-agents
Summary: Set of unified programs capable of host isolation ("fencing")
Version: 4.10.0
Release: 93%{?alphatag:.%{alphatag}}%{?dist}
Release: 94%{?alphatag:.%{alphatag}}%{?dist}
License: GPLv2+ and LGPLv2+
URL: https://github.com/ClusterLabs/fence-agents
Source0: https://fedorahosted.org/releases/f/e/fence-agents/%{name}-%{version}.tar.gz
@ -443,6 +443,7 @@ BuildRequires: %{systemd_units}
%patch -p1 -P 67
%patch -p1 -P 68
%patch -p1 -P 69
%patch -p1 -P 70
# prevent compilation of something that won't get used anyway
sed -i.orig 's|FENCE_ZVM=1|FENCE_ZVM=0|' configure.ac
@ -1562,7 +1563,7 @@ are located on corosync cluster nodes.
%endif
%changelog
* Tue Jun 10 2025 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.10.0-93
* Wed Jun 11 2025 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.10.0-94
- fence_kubevirt: use hard poweroff
Resolves: RHEL-82193
- bundled setuptools: fix CVE-2025-47273