Fix directory ownership

Resolves: RHEL-74029
This commit is contained in:
Jan Grulich 2025-01-15 10:32:23 +01:00
parent 9a91578380
commit 7d94b91f1b

View File

@ -13,7 +13,7 @@
Summary: Qt6 - ScXml component Summary: Qt6 - ScXml component
Name: qt6-%{qt_module} Name: qt6-%{qt_module}
Version: 6.8.1 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 License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
Url: http://www.qt.io Url: http://www.qt.io
@ -102,7 +102,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%{_qt6_libexecdir}/qscxmlc %{_qt6_libexecdir}/qscxmlc
%{_qt6_qmldir}/QtScxml/ %{_qt6_qmldir}/QtScxml/
%{_qt6_qmldir}/QtQml/ %{_qt6_qmldir}/QtQml/
%dir %{_qt6_plugindir}/scxmldatamodel
%{_qt6_plugindir}/scxmldatamodel/libqscxmlecmascriptdatamodel.so %{_qt6_plugindir}/scxmldatamodel/libqscxmlecmascriptdatamodel.so
%files devel %files devel
@ -118,12 +118,17 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%{_qt6_libdir}/libQt6StateMachine.so %{_qt6_libdir}/libQt6StateMachine.so
%{_qt6_libdir}/libQt6StateMachineQml.prl %{_qt6_libdir}/libQt6StateMachineQml.prl
%{_qt6_libdir}/libQt6StateMachineQml.so %{_qt6_libdir}/libQt6StateMachineQml.so
%dir %{_qt6_libdir}/cmake/Qt6ScxmlQml
%{_qt6_libdir}/cmake/Qt6Scxml %{_qt6_libdir}/cmake/Qt6Scxml
%{_qt6_libdir}/cmake/Qt6BuildInternals/StandaloneTests/QtScxmlTestsConfig.cmake %{_qt6_libdir}/cmake/Qt6BuildInternals/StandaloneTests/QtScxmlTestsConfig.cmake
%{_qt6_libdir}/cmake/Qt6Qml/QmlPlugins/*.cmake %{_qt6_libdir}/cmake/Qt6Qml/QmlPlugins/*.cmake
%dir %{_qt6_libdir}/cmake/Qt6ScxmlQml
%{_qt6_libdir}/cmake/Qt6ScxmlQml/*.cmake %{_qt6_libdir}/cmake/Qt6ScxmlQml/*.cmake
%dir %{_qt6_libdir}/cmake/Qt6ScxmlTools
%{_qt6_libdir}/cmake/Qt6ScxmlTools/*.cmake %{_qt6_libdir}/cmake/Qt6ScxmlTools/*.cmake
%dir %{_qt6_libdir}/cmake/Qt6StateMachine
%{_qt6_libdir}/cmake/Qt6StateMachine/*.cmake %{_qt6_libdir}/cmake/Qt6StateMachine/*.cmake
%dir %{_qt6_libdir}/cmake/Qt6StateMachineQml/
%{_qt6_libdir}/cmake/Qt6StateMachineQml/*.cmake %{_qt6_libdir}/cmake/Qt6StateMachineQml/*.cmake
%{_qt6_archdatadir}/mkspecs/features/qscxmlc.prf %{_qt6_archdatadir}/mkspecs/features/qscxmlc.prf
%{_qt6_archdatadir}/mkspecs/modules/* %{_qt6_archdatadir}/mkspecs/modules/*
@ -142,6 +147,10 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%endif %endif
%changelog %changelog
* Wed Jan 15 2025 Jan Grulich <jgrulich@redhat.com> - 6.8.1-3
- Fix directory ownership
Resolves: RHEL-74029
* Tue Dec 10 2024 Jan Grulich <jgrulich@redhat.com> - 6.8.1-2 * Tue Dec 10 2024 Jan Grulich <jgrulich@redhat.com> - 6.8.1-2
- Re-enable tests - Re-enable tests
Resolves: RHEL-53982 Resolves: RHEL-53982