Fix directory ownership
Resolves: RHEL-74026
This commit is contained in:
parent
bdaeb123de
commit
df73a11266
@ -13,7 +13,7 @@
|
||||
Summary: Qt6 - QtTool components
|
||||
Name: qt6-qttools
|
||||
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
|
||||
@ -363,7 +363,9 @@ popd
|
||||
%{_qt6_libdir}/libQt6UiTools.so
|
||||
%{_qt6_libdir}/cmake/Qt6/FindWrapLibClang.cmake
|
||||
%{_qt6_libdir}/cmake/Qt6BuildInternals/StandaloneTests/QtToolsTestsConfig.cmake
|
||||
%dir %{_qt6_libdir}/cmake/Qt6Designer
|
||||
%{_qt6_libdir}/cmake/Qt6Designer/*.cmake
|
||||
%dir %{_qt6_libdir}/cmake/Qt6DesignerComponentsPrivate
|
||||
%{_qt6_libdir}/cmake/Qt6DesignerComponentsPrivate/*.cmake
|
||||
%dir %{_qt6_libdir}/cmake/Qt6QDocCatchPrivate
|
||||
%{_qt6_libdir}/cmake/Qt6QDocCatchPrivate/*.cmake
|
||||
@ -418,6 +420,10 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jan 15 2025 Jan Grulich <jgrulich@redhat.com> - 6.8.1-3
|
||||
- Fix directory ownership
|
||||
Resolves: RHEL-74026
|
||||
|
||||
* Wed Dec 11 2024 Jan Grulich <jgrulich@redhat.com> - 6.8.1-2
|
||||
- Add versioned deps to -examples
|
||||
Resolves: RHEL-53982
|
||||
|
Loading…
Reference in New Issue
Block a user