Move libcupsprintersupport back to -gui as it depends on gui libs
Resolves: RHEL-53982
This commit is contained in:
parent
27dd258756
commit
d1bd3b310e
@ -47,7 +47,7 @@ BuildRequires: pkgconfig(libsystemd)
|
||||
Name: qt6-qtbase
|
||||
Summary: Qt6 - QtBase components
|
||||
Version: 6.8.1
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
|
||||
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
Url: http://qt-project.org/
|
||||
@ -576,7 +576,6 @@ make check -k ||:
|
||||
%dir %{_qt6_plugindir}/styles/
|
||||
%{_qt6_plugindir}/networkinformation/libqglib.so
|
||||
%{_qt6_plugindir}/networkinformation/libqnetworkmanager.so
|
||||
%{_qt6_plugindir}/printsupport/libcupsprintersupport.so
|
||||
%{_qt6_plugindir}/sqldrivers/libqsqlite.so
|
||||
%{_qt6_plugindir}/tls/libqcertonlybackend.so
|
||||
%{_qt6_plugindir}/tls/libqopensslbackend.so
|
||||
@ -902,6 +901,7 @@ make check -k ||:
|
||||
%{_qt6_plugindir}/platforms/libqvnc.so
|
||||
%{_qt6_plugindir}/platforms/libqvkkhrdisplay.so
|
||||
%{_qt6_plugindir}/xcbglintegrations/libqxcb-glx-integration.so
|
||||
%{_qt6_plugindir}/printsupport/libcupsprintersupport.so
|
||||
# Platformthemes
|
||||
%{_qt6_plugindir}/platformthemes/libqxdgdesktopportal.so
|
||||
%{_qt6_plugindir}/platformthemes/libqgtk3.so
|
||||
@ -912,6 +912,10 @@ make check -k ||:
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Dec 11 2024 Jan Grulich <jgrulich@redhat.com> - 6.8.1-5
|
||||
- Move libcupsprintersupport back to -gui as it depends on gui libs
|
||||
Resolves: RHEL-53982
|
||||
|
||||
* Sat Dec 07 2024 Jan Grulich <jgrulich@redhat.com> - 6.8.1-4
|
||||
- Move all mkspecs to -devel
|
||||
Resolves: RHEL-53982
|
||||
|
Loading…
Reference in New Issue
Block a user