diff --git a/qt6-qtscxml.spec b/qt6-qtscxml.spec index 4895df5..b2f72a0 100644 --- a/qt6-qtscxml.spec +++ b/qt6-qtscxml.spec @@ -13,7 +13,7 @@ Summary: Qt6 - ScXml 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 @@ -102,7 +102,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %{_qt6_libexecdir}/qscxmlc %{_qt6_qmldir}/QtScxml/ %{_qt6_qmldir}/QtQml/ - +%dir %{_qt6_plugindir}/scxmldatamodel %{_qt6_plugindir}/scxmldatamodel/libqscxmlecmascriptdatamodel.so %files devel @@ -118,12 +118,17 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %{_qt6_libdir}/libQt6StateMachine.so %{_qt6_libdir}/libQt6StateMachineQml.prl %{_qt6_libdir}/libQt6StateMachineQml.so +%dir %{_qt6_libdir}/cmake/Qt6ScxmlQml %{_qt6_libdir}/cmake/Qt6Scxml %{_qt6_libdir}/cmake/Qt6BuildInternals/StandaloneTests/QtScxmlTestsConfig.cmake %{_qt6_libdir}/cmake/Qt6Qml/QmlPlugins/*.cmake +%dir %{_qt6_libdir}/cmake/Qt6ScxmlQml %{_qt6_libdir}/cmake/Qt6ScxmlQml/*.cmake +%dir %{_qt6_libdir}/cmake/Qt6ScxmlTools %{_qt6_libdir}/cmake/Qt6ScxmlTools/*.cmake +%dir %{_qt6_libdir}/cmake/Qt6StateMachine %{_qt6_libdir}/cmake/Qt6StateMachine/*.cmake +%dir %{_qt6_libdir}/cmake/Qt6StateMachineQml/ %{_qt6_libdir}/cmake/Qt6StateMachineQml/*.cmake %{_qt6_archdatadir}/mkspecs/features/qscxmlc.prf %{_qt6_archdatadir}/mkspecs/modules/* @@ -142,6 +147,10 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %endif %changelog +* Wed Jan 15 2025 Jan Grulich - 6.8.1-3 +- Fix directory ownership + Resolves: RHEL-74029 + * Tue Dec 10 2024 Jan Grulich - 6.8.1-2 - Re-enable tests Resolves: RHEL-53982