From ec52b4138d5b2b427e71872a65c321d91c2d4b2a Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Mon, 22 Apr 2024 15:00:15 +0200 Subject: [PATCH] Enable tests subpackage Resolves: RHEL-27845 Resolves: RHEL-31162 --- qt6-qtscxml.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/qt6-qtscxml.spec b/qt6-qtscxml.spec index d760f13..a361552 100644 --- a/qt6-qtscxml.spec +++ b/qt6-qtscxml.spec @@ -8,12 +8,12 @@ %global examples 1 # FIXME: needs bootstrap -#global build_tests 1 +%global build_tests 1 Summary: Qt6 - ScXml component Name: qt6-%{qt_module} Version: 6.7.0 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0 Url: http://www.qt.io @@ -141,6 +141,11 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %endif %changelog +* Mon Apr 22 2024 Jan Grulich - 6.7.0-2 +- Enable tests subpackage + Resolves: RHEL-27845 + Resolves: RHEL-31162 + * Fri Apr 19 2024 Jan Grulich - 6.7.0-1 - 6.7.0 Resolves: RHEL-27845