- Fix CI gating issue

This commit is contained in:
Oyvind Albrigtsen 2023-07-24 16:51:25 +02:00
parent 882f5a659e
commit cc0e666982
2 changed files with 8 additions and 2 deletions

View File

@ -59,7 +59,7 @@
Name: fence-agents
Summary: Set of unified programs capable of host isolation ("fencing")
Version: 4.10.0
Release: 53%{?alphatag:.%{alphatag}}%{?dist}
Release: 54%{?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
@ -1472,7 +1472,7 @@ are located on corosync cluster nodes.
%endif
%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
Resolves: rhbz#2217902
- fence_ipmilan: fix typos in metadata

View File

@ -18,3 +18,9 @@ badfuncs:
ignore:
- /usr/lib/fence-agents/support/awscli/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