Add rpminspect.yaml

Resolves: RHEL-36430
This commit is contained in:
Jan Grulich 2024-06-04 11:17:48 +02:00
parent 325aededc2
commit 0abb18e713
2 changed files with 12 additions and 1 deletions

View File

@ -11,7 +11,7 @@
Summary: Qt6 - Qt Shader Tools module builds on the SPIR-V Open Source Ecosystem
Name: qt6-%{qt_module}
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://www.qt.io
@ -131,6 +131,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

7
rpminspect.yaml Normal file
View File

@ -0,0 +1,7 @@
---
ignore:
- '/usr/lib*/qt6/tests/*'
annocheck:
ignore:
- '/usr/lib*/qt6/examples/*'