- all agents: update metadata in non-I/O agents to Power or Network

fencing
  Resolves: RHEL-14030
This commit is contained in:
Oyvind Albrigtsen 2023-10-19 13:10:04 +02:00
parent 7a2b9f5865
commit 2f7a46e435
2 changed files with 1782 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -59,7 +59,7 @@
Name: fence-agents
Summary: Set of unified programs capable of host isolation ("fencing")
Version: 4.10.0
Release: 57%{?alphatag:.%{alphatag}}%{?dist}
Release: 58%{?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
@ -238,6 +238,7 @@ Patch45: bz2221643-fence_ibm_powervs-performance-improvements.patch
Patch46: bz2224267-fence_ipmilan-fix-typos-in-metadata.patch
Patch47: RHEL-5396-fence_scsi-1-fix-ISID-reg-handling.patch
Patch48: RHEL-5396-fence_scsi-2-fix-ISID-reg-handling-off.patch
Patch49: RHEL-14030-all-agents-metadata-update-IO-Power-Network.patch
### HA support libs/utils ###
# all archs
@ -405,6 +406,7 @@ BuildRequires: %{systemd_units}
%patch -p1 -P 46
%patch -p1 -P 47
%patch -p1 -P 48
%patch -p1 -P 49
# prevent compilation of something that won't get used anyway
sed -i.orig 's|FENCE_ZVM=1|FENCE_ZVM=0|' configure.ac
@ -1483,6 +1485,11 @@ are located on corosync cluster nodes.
%endif
%changelog
* Thu Oct 19 2023 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.10.0-58
- all agents: update metadata in non-I/O agents to Power or Network
fencing
Resolves: RHEL-14030
* Wed Oct 11 2023 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.10.0-57
- bundled urllib3: fix CVE-2023-43804
Resolves: RHEL-11999