- Fix CI gating issue
This commit is contained in:
parent
882f5a659e
commit
cc0e666982
@ -59,7 +59,7 @@
|
|||||||
Name: fence-agents
|
Name: fence-agents
|
||||||
Summary: Set of unified programs capable of host isolation ("fencing")
|
Summary: Set of unified programs capable of host isolation ("fencing")
|
||||||
Version: 4.10.0
|
Version: 4.10.0
|
||||||
Release: 53%{?alphatag:.%{alphatag}}%{?dist}
|
Release: 54%{?alphatag:.%{alphatag}}%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
URL: https://github.com/ClusterLabs/fence-agents
|
URL: https://github.com/ClusterLabs/fence-agents
|
||||||
Source0: https://fedorahosted.org/releases/f/e/fence-agents/%{name}-%{version}.tar.gz
|
Source0: https://fedorahosted.org/releases/f/e/fence-agents/%{name}-%{version}.tar.gz
|
||||||
@ -1472,7 +1472,7 @@ are located on corosync cluster nodes.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Jul 20 2023 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.10.0-53
|
* Thu Jul 20 2023 Oyvind Albrigtsen <oalbrigt@redhat.com> - 4.10.0-54
|
||||||
- bundled dateutil: fix tarfile CVE-2007-4559
|
- bundled dateutil: fix tarfile CVE-2007-4559
|
||||||
Resolves: rhbz#2217902
|
Resolves: rhbz#2217902
|
||||||
- fence_ipmilan: fix typos in metadata
|
- fence_ipmilan: fix typos in metadata
|
||||||
|
@ -18,3 +18,9 @@ badfuncs:
|
|||||||
ignore:
|
ignore:
|
||||||
- /usr/lib/fence-agents/support/awscli/cryptography/hazmat/bindings/_openssl.abi3.so
|
- /usr/lib/fence-agents/support/awscli/cryptography/hazmat/bindings/_openssl.abi3.so
|
||||||
- /usr/lib/fence-agents/support/azure/cryptography/hazmat/bindings/_openssl.abi3.so
|
- /usr/lib/fence-agents/support/azure/cryptography/hazmat/bindings/_openssl.abi3.so
|
||||||
|
|
||||||
|
debuginfo:
|
||||||
|
# these files lack .gdb_index on purpose
|
||||||
|
ignore:
|
||||||
|
- /usr/lib/debug/usr/lib/fence-agents/support/awscli/cffi.libs/libffi-*.so.*.debug
|
||||||
|
- /usr/lib/debug/usr/lib/fence-agents/support/azure/cffi.libs/libffi-*.so.*.debug
|
||||||
|
Loading…
Reference in New Issue
Block a user