rpminspect: Skip lto test in annocheck

LTO is disabled on some archs, so the test will fail.
This commit is contained in:
Florian Müllner 2024-05-17 15:14:23 +02:00
parent 0b1c3a3a81
commit 26e545a0ef
No known key found for this signature in database
2 changed files with 8 additions and 1 deletions

View File

@ -35,7 +35,7 @@
Name: gjs Name: gjs
Version: 1.80.2 Version: 1.80.2
Release: 3%{?dist} Release: 4%{?dist}
Summary: Javascript Bindings for GNOME Summary: Javascript Bindings for GNOME
# The following files contain code from Mozilla which # The following files contain code from Mozilla which
@ -312,6 +312,9 @@ popd
%{_datadir}/installed-tests/ %{_datadir}/installed-tests/
%changelog %changelog
* Mon May 20 2024 Florian Müllner <fmuellner@redhat.com> - 1.80.2-4
- Adjust rpminspect configuration
* Thu May 16 2024 Florian Müllner <fmuellner@redhat.com> - 1.80.2-3 * Thu May 16 2024 Florian Müllner <fmuellner@redhat.com> - 1.80.2-3
- Bundle mozjs on RHEL - Bundle mozjs on RHEL
- Fix SPDX license information - Fix SPDX license information

View File

@ -4,3 +4,7 @@ annocheck:
# hardening properties are absent # hardening properties are absent
- /usr/lib64/gjs/libmozjs-*.so - /usr/lib64/gjs/libmozjs-*.so
- /usr/lib/gjs/libmozjs-*.so - /usr/lib/gjs/libmozjs-*.so
extra_opts:
# LTO builds are disabled on some archs
hardened: --skip-lto