From a2f1093896ef79bb8c728e3bebef5a6012aa057a Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Wed, 15 Jan 2025 10:16:02 +0100 Subject: [PATCH] Install CMake modules for plugins Resolves: RHEL-73682 --- qt6-qtdeclarative.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/qt6-qtdeclarative.spec b/qt6-qtdeclarative.spec index fe4ea42..430f410 100644 --- a/qt6-qtdeclarative.spec +++ b/qt6-qtdeclarative.spec @@ -17,7 +17,7 @@ Summary: Qt6 - QtDeclarative component Name: qt6-%{qt_module} Version: 6.8.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 @@ -174,9 +174,6 @@ for prl_file in libQt6*.prl ; do done popd -# Copied from OpenSUSE packages -# CMake modules for plugins are not useful -rm %{buildroot}%{_qt6_libdir}/cmake/*/*Plugin{Config,ConfigVersion,Targets*}.cmake %check %if 0%{?tests} @@ -653,6 +650,10 @@ make check -k -C tests ||: %endif %changelog +* Wed Jan 15 2025 Jan Grulich - 6.8.1-3 +- Install CMake modules for plugins + Resolves: RHEL-73682 + * Sat Dec 07 2024 Jan Grulich - 6.8.1-2 - Make -devel subpkg to require qtbase-private-devel for cmake >= 3.31.0 Workaround for rhbz#2330219