From c980428940d5c1bc8af1f2e3b205bb489c22c4e8 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Sat, 1 Jun 2024 18:46:02 +0200 Subject: [PATCH] Enable tests subpackage Resolves: RHEL-36430 --- qt6-qtwebchannel.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/qt6-qtwebchannel.spec b/qt6-qtwebchannel.spec index 7cebf12..04c85b5 100644 --- a/qt6-qtwebchannel.spec +++ b/qt6-qtwebchannel.spec @@ -8,12 +8,12 @@ %global examples 1 # FIXME: needs bootstrap -#global build_tests 1 +%global build_tests 1 Summary: Qt6 - WebChannel component Name: qt6-%{qt_module} Version: 6.7.1 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0 Url: http://qt.io @@ -144,6 +144,10 @@ popd %endif %changelog +* Sat Jun 01 2024 Jan Grulich - 6.7.1-2 +- Enable tests subpackage + Resolves: RHEL-36430 + * Fri May 31 2024 Jan Grulich - 6.7.1-1 - 6.7.1 Resolves: RHEL-36430