From 26e545a0ef7ee81d5f6712d9179a4da0fee58d07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 17 May 2024 15:14:23 +0200 Subject: [PATCH] rpminspect: Skip lto test in annocheck LTO is disabled on some archs, so the test will fail. --- gjs.spec | 5 ++++- rpminspect.yaml | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/gjs.spec b/gjs.spec index e182339..a314112 100644 --- a/gjs.spec +++ b/gjs.spec @@ -35,7 +35,7 @@ Name: gjs Version: 1.80.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Javascript Bindings for GNOME # The following files contain code from Mozilla which @@ -312,6 +312,9 @@ popd %{_datadir}/installed-tests/ %changelog +* Mon May 20 2024 Florian Müllner - 1.80.2-4 +- Adjust rpminspect configuration + * Thu May 16 2024 Florian Müllner - 1.80.2-3 - Bundle mozjs on RHEL - Fix SPDX license information diff --git a/rpminspect.yaml b/rpminspect.yaml index d810728..934a810 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -4,3 +4,7 @@ annocheck: # hardening properties are absent - /usr/lib64/gjs/libmozjs-*.so - /usr/lib/gjs/libmozjs-*.so + + extra_opts: + # LTO builds are disabled on some archs + hardened: --skip-lto