Move Software Bill of Materials from -devel

Resolves: RHEL-53982
This commit is contained in:
Jan Grulich 2024-12-05 17:12:04 +01:00
parent 621535248d
commit 24a9d81efb

View File

@ -11,7 +11,7 @@
Summary: Qt6 - LanguageServer component Summary: Qt6 - LanguageServer component
Name: qt6-%{qt_module} Name: qt6-%{qt_module}
Version: 6.8.1 Version: 6.8.1
Release: 1%{?dist} Release: 2%{?dist}
License: GPL-3.0-only WITH Qt-GPL-exception-1.0 License: GPL-3.0-only WITH Qt-GPL-exception-1.0
Url: http://qt.io Url: http://qt.io
@ -82,6 +82,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%files %files
%license LICENSES/* %license LICENSES/*
%{_qt6_archdatadir}/sbom/%{qt_module}-%{qt_version}.spdx
%files devel %files devel
%{_qt6_headerdir}/QtJsonRpc/ %{_qt6_headerdir}/QtJsonRpc/
@ -98,7 +99,6 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%{_qt6_libdir}/qt6/metatypes/qt6*_metatypes.json %{_qt6_libdir}/qt6/metatypes/qt6*_metatypes.json
%{_qt6_libdir}/qt6/modules/JsonRpcPrivate.json %{_qt6_libdir}/qt6/modules/JsonRpcPrivate.json
%{_qt6_libdir}/qt6/modules/LanguageServerPrivate.json %{_qt6_libdir}/qt6/modules/LanguageServerPrivate.json
%{_qt6_libdir}/qt6/sbom/%{qt_module}-%{qt_version}.spdx
#{_qt6_libdir}/pkgconfig/*.pc #{_qt6_libdir}/pkgconfig/*.pc
%if 0%{?build_tests} %if 0%{?build_tests}
@ -107,6 +107,10 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%endif %endif
%changelog %changelog
* Thu Dec 05 2024 Jan Grulich <jgrulich@redhat.com> - 6.8.1-2
- Move Software Bill of Materials from -devel
Resolves: RHEL-53982
* Tue Dec 03 2024 Jan Grulich <jgrulich@redhat.com> - 6.8.1-1 * Tue Dec 03 2024 Jan Grulich <jgrulich@redhat.com> - 6.8.1-1
- 6.8.1 - 6.8.1
Resolves: RHEL-53982 Resolves: RHEL-53982