Add rpminspect.yaml

Resolves: RHEL-36430
This commit is contained in:
Jan Grulich 2024-06-04 13:30:51 +02:00
parent bc64c29fb0
commit e585d1e77b
2 changed files with 18 additions and 1 deletions

View File

@ -12,7 +12,7 @@
Summary: Qt6 - Location Libraries
Name: qt6-%{qt_module}
Version: 6.7.1
Release: 1%{?dist}
Release: 2%{?dist}
# Rest of the licenses are for Qt code in src/location and src/plugins
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
@ -146,6 +146,10 @@ popd
%endif
%changelog
* Tue Jun 04 2024 Jan Grulich <jgrulich@redhat.com> - 6.7.1-2
- Add rpminspect.yaml
Resolves: RHEL-36430
* Fri May 31 2024 Jan Grulich <jgrulich@redhat.com> - 6.7.1-1
- 6.7.1
Resolves: RHEL-36430

13
rpminspect.yaml Normal file
View File

@ -0,0 +1,13 @@
---
ignore:
- '/usr/lib*/qt6/tests/*'
annocheck:
# QT is known not to work properly with LTO at this point. Some of the issues
# are being worked on upstream and disabling LTO should be re-evaluated as
# we update this change. Until such time...
# Disable LTO
jobs:
hardened: --skip-lto
ignore:
- '/usr/lib*/qt6/examples/*'