Add rpminspect.yaml and fix some rpminspect issues

Resolves: RHEL-36430
This commit is contained in:
Jan Grulich 2024-06-04 11:04:27 +02:00
parent af4d748b42
commit a55423d13a
2 changed files with 22 additions and 1 deletions

View File

@ -47,7 +47,7 @@ BuildRequires: pkgconfig(libsystemd)
Name: qt6-qtbase
Summary: Qt6 - QtBase components
Version: 6.7.1
Release: 1%{?dist}
Release: 2%{?dist}
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
Url: http://qt-project.org/
@ -284,6 +284,7 @@ Requires: pkgconfig(zlib)
%package tests
Summary: Unit tests for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: %{name}-gui%{?_isa} = %{version}-%{release}
%description tests
%{summary}.
@ -879,6 +880,11 @@ make check -k ||:
%changelog
* Tue Jun 04 2024 Jan Grulich <jgrulich@redhat.com> - 6.7.1-2
- Add rpminspect.yaml and fix some rpminspect issues
Resolves: RHEL-36430
* Fri May 31 2024 Jan Grulich <jgrulich@redhat.com> - 6.7.1-1
- 6.7.1
Resolves: RHEL-36430

15
rpminspect.yaml Normal file
View File

@ -0,0 +1,15 @@
---
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/*'
xml:
ignore:
- '/usr/lib*/qt6/mkspecs/macx*'