From 20cca6c1f89574dcddc7315e9051eb87f1ec6827 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 28 Jan 2026 12:20:02 +0300 Subject: [PATCH] Disable tests on i686 --- qt6-qtquick3d.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/qt6-qtquick3d.spec b/qt6-qtquick3d.spec index 300decb..3700ab0 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 +* Wed Jan 28 2026 Eduard Abdullin - 6.10.1-1.alma.1 +- Disable tests on i686 + * Mon Nov 24 2025 Jan Grulich - 6.10.1-1 - 6.10.1 Resolves: RHEL-109197