From 9ff60ae25ae0476f2c846c82efe6c8f65b7e9a81 Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Tue, 14 Dec 2021 12:50:32 +0100 Subject: [PATCH] Adding rpminspect.yaml to deal with the CI failures --- 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..b9dd059 --- /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. +badfunc: + 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. +inspections: + lto: off +