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