From f95f3b6ffb7ee49be21ac9e0b7540a4029754c79 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Mon, 22 Jul 2024 12:30:36 +0200 Subject: [PATCH] Do not own /usr/lib[64]/qml directory Resolves: RHEL-50036 --- qt6-qtdeclarative.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/qt6-qtdeclarative.spec b/qt6-qtdeclarative.spec index fb91b9e..314eddc 100644 --- a/qt6-qtdeclarative.spec +++ b/qt6-qtdeclarative.spec @@ -17,7 +17,7 @@ Summary: Qt6 - QtDeclarative component Name: qt6-%{qt_module} Version: 6.7.1 -Release: 5%{?dist} +Release: 6%{?dist} License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0 Url: http://www.qt.io @@ -219,7 +219,9 @@ make check -k -C tests ||: %{_qt6_libdir}/libQt6QmlXmlListModel.so.6* %{_qt6_plugindir}/qmltooling/ %{_qt6_plugindir}/qmllint/ -%{_qt6_archdatadir}/qml/ +%{_qt6_archdatadir}/qml/Qt* +%{_qt6_archdatadir}/qml/QmlTime +%{_qt6_archdatadir}/qml/*.qmltypes %files devel %dir %{_qt6_libdir}/cmake/Qt6PacketProtocolPrivate @@ -377,6 +379,10 @@ make check -k -C tests ||: %endif %changelog +* Mon Jul 22 2024 Jan Grulich - 6.7.1-6 +- Do not own /usr/lib[64]/qml directory + Resolves: RHEL-50036 + * Mon Jun 24 2024 Troy Dawson - 6.7.1-5 - Bump release for June 2024 mass rebuild