From a7c5615ab7187123a367aac38d0f86c99cec8e71 Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Wed, 12 Jan 2022 15:04:35 +0100 Subject: [PATCH] Resolves: #2037148 Added rpminspect.yaml to workaround gating --- rpminspect.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 rpminspect.yaml diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..a3a776e --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,11 @@ +--- +# the badfunc is triggered by inet_addr and inet_ntoa which is in the third party +# libraries bundled to firefox sources. +badfuncs: + ignore: + - /usr/lib*/firefox/libxul.so +# We don't plan to build Firefox with the LTO because it brings more problems +# than benefits to the package. +annocheck: + - rhel-policy: --ignore-unknown --verbose --skip-lto --skip-cf-protection --skip-property-note +