Add rpminspect.yaml
Resolves: RHEL-36430
This commit is contained in:
parent
c52f9deed9
commit
f29e8f5efe
@ -8,7 +8,7 @@
|
||||
Summary: Qt6 - Speech component
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.7.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
|
||||
# Code can be either LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only
|
||||
# See e.g. src/plugins/speechdispatcher or src/tts
|
||||
@ -164,6 +164,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
7
rpminspect.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
ignore:
|
||||
- '/usr/lib*/qt6/tests/*'
|
||||
annocheck:
|
||||
ignore:
|
||||
- '/usr/lib*/qt6/examples/*'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user