Add rpminspect.yaml
Resolves: RHEL-36430
This commit is contained in:
parent
836e5ee028
commit
3ccbae5b90
@ -13,7 +13,7 @@
|
|||||||
Summary: Qt6 - Positioning component
|
Summary: Qt6 - Positioning component
|
||||||
Name: qt6-%{qt_module}
|
Name: qt6-%{qt_module}
|
||||||
Version: 6.7.1
|
Version: 6.7.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
|
|
||||||
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||||
Url: http://www.qt.io
|
Url: http://www.qt.io
|
||||||
@ -169,6 +169,10 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 04 2024 Jan Grulich <jgrulich@redhat.com> - 6.7.1-3
|
||||||
|
- Add rpminspect.yaml
|
||||||
|
Resolves: RHEL-36430
|
||||||
|
|
||||||
* Sat Jun 01 2024 Jan Grulich <jgrulich@redhat.com> - 6.7.1-2
|
* Sat Jun 01 2024 Jan Grulich <jgrulich@redhat.com> - 6.7.1-2
|
||||||
- Enable tests subpackage
|
- Enable tests subpackage
|
||||||
Resolves: RHEL-36430
|
Resolves: RHEL-36430
|
||||||
|
13
rpminspect.yaml
Normal file
13
rpminspect.yaml
Normal 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/*'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user