From 9a7ffd1f5010e2c6e5a44e4f63956628960790e4 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Tue, 4 Jun 2024 11:44:15 +0200 Subject: [PATCH] Add rpminspect.yaml Resolves: RHEL-36430 --- qt6-qtdeclarative.spec | 6 +++++- rpminspect.yaml | 13 +++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 rpminspect.yaml diff --git a/qt6-qtdeclarative.spec b/qt6-qtdeclarative.spec index 41a7250..bd2ae71 100644 --- a/qt6-qtdeclarative.spec +++ b/qt6-qtdeclarative.spec @@ -17,7 +17,7 @@ Summary: Qt6 - QtDeclarative component 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 @@ -396,6 +396,10 @@ make check -k -C tests ||: %endif %changelog +* Tue Jun 04 2024 Jan Grulich - 6.7.1-2 +- Add rpminspect.yaml + Resolves: RHEL-36430 + * Fri May 31 2024 Jan Grulich - 6.7.1-1 - 6.7.1 Resolves: RHEL-36430 diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..010aeb1 --- /dev/null +++ b/rpminspect.yaml @@ -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/*' +