From ef85ba558e8a93ad8696cb524a8a475966d6ee66 Mon Sep 17 00:00:00 2001 From: Eduard Abdullin Date: Tue, 10 Feb 2026 13:47:18 +0000 Subject: [PATCH] Disable tests for i686 architecture --- qt6-qtquick3d.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/qt6-qtquick3d.spec b/qt6-qtquick3d.spec index 300decb..7e517e0 100644 --- a/qt6-qtquick3d.spec +++ b/qt6-qtquick3d.spec @@ -7,7 +7,9 @@ %endif %global examples 1 +%ifnarch i686 %global build_tests 1 +%endif %if 0%{?fedora} %global system_assimp 1 @@ -17,7 +19,7 @@ Summary: Qt6 - Quick3D Libraries and utilities Name: qt6-%{qt_module} Version: 6.10.1 -Release: 1%{?dist} +Release: 1%{?dist}.alma.1 License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0 Url: http://www.qt.io @@ -322,6 +324,9 @@ popd %endif %changelog +* Tue Feb 10 2026 Eduard Abdullin - 6.10.1-1.alma.1 +- Disable tests for i686 architecture + * Mon Nov 24 2025 Jan Grulich - 6.10.1-1 - 6.10.1 Resolves: RHEL-109197