From 35bb1dcab6485c4f8ddb885414d218cb0965df14 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Mon, 9 Dec 2024 11:56:01 +0100 Subject: [PATCH] Re-enable tests Resolves: RHEL-53982 --- qt6-qtconnectivity.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/qt6-qtconnectivity.spec b/qt6-qtconnectivity.spec index 5be00dc..4b0ac1e 100644 --- a/qt6-qtconnectivity.spec +++ b/qt6-qtconnectivity.spec @@ -8,12 +8,12 @@ %global examples 1 # FIXME: needs bootstrap -#global build_tests 1 +%global build_tests 1 Summary: Qt6 - Connectivity components Name: qt6-%{qt_module} Version: 6.8.1 -Release: 1%{?dist} +Release: 2%{?dist} # See LICENSE.GPL3, respectively, for exception details License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0 @@ -148,6 +148,10 @@ popd %changelog +* Mon Dec 09 2024 Jan Grulich - 6.8.1-2 +- Re-enable tests + Resolves: RHEL-53982 + * Fri Dec 06 2024 Jan Grulich - 6.8.1-1 - 6.8.1 Resolves: RHEL-53982