diff --git a/qt6-qt3d.spec b/qt6-qt3d.spec index 388eb41..df9cf15 100644 --- a/qt6-qt3d.spec +++ b/qt6-qt3d.spec @@ -9,7 +9,7 @@ Summary: Qt6 - Qt3D QML bindings and C++ APIs Name: qt6-%{qt_module} Version: 6.7.1 -Release: 1%{?dist} +Release: 2%{?dist} %global examples 1 %global build_tests 1 @@ -224,6 +224,10 @@ popd %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/*' +