From b93c036acfb3dfba10d14c22cf89c44adecc10a4 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Mon, 9 Jun 2025 11:12:35 +0200 Subject: [PATCH] Re-enable tests Resolves: RHEL-78545 --- qt6-qtremoteobjects.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/qt6-qtremoteobjects.spec b/qt6-qtremoteobjects.spec index e82a6eb..5d2a9d9 100644 --- a/qt6-qtremoteobjects.spec +++ b/qt6-qtremoteobjects.spec @@ -8,12 +8,12 @@ %global examples 1 # FIXME: needs bootstrap -#global build_tests 1 +%global build_tests 1 Summary: Qt6 - Qt Remote Objects Name: qt6-%{qt_module} Version: 6.9.1 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0 Url: http://www.qt.io @@ -142,6 +142,10 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %endif %changelog +* Mon Jun 09 2025 Jan Grulich - 6.9.1-3 +- Re-enable tests + Resolves: RHEL-78545 + * Fri Jun 06 2025 Jan Grulich - 6.9.1-2 - Rebuild (broken buildroot) Resolves: RHEL-78545