Compare commits

...
Sign in to create a new pull request.

12 commits

Author SHA1 Message Date
Troy Dawson
f8d5de440a Turn off SBOM for EPEL10 2025-12-09 13:27:49 -08:00
Troy Dawson
0394cbfd88 Merge branch f43 into epel10 2025-12-09 13:10:00 -08:00
Troy Dawson
fd08b7f2aa Remove leftover tests 2025-06-18 22:36:17 -07:00
Troy Dawson
49f9d90fed Remove leftover tests 2025-06-18 16:22:43 -07:00
Troy Dawson
dc5563fadc Merge branch 'rawhide' into epel10 2025-06-18 12:11:41 -07:00
Troy Dawson
41b39ddd67 Merge branch f42 into epel10 2025-06-18 08:18:56 -07:00
Troy Dawson
80bcafdb84 enable ppc64le 2025-03-24 12:05:38 -07:00
Troy Dawson
0d42519a6b Merge branch f41 into epel10 2024-12-18 07:49:28 -08:00
Troy Dawson
0fdb33886e Cleanup tests
Signed-off-by: Troy Dawson <tdawson@redhat.com>
2024-11-11 18:45:15 -08:00
Troy Dawson
37b6f9161b Cleanup tests
Signed-off-by: Troy Dawson <tdawson@redhat.com>
2024-11-11 15:51:59 -08:00
Troy Dawson
2edf2df0e9 Fix build with FFmpeg 7 2024-11-11 13:07:34 -08:00
Troy Dawson
315fb3751f There is no libXScrnSaver planned for RHEL 10 or EPEL 10 2024-11-11 10:31:09 -08:00

View file

@ -88,7 +88,7 @@
Summary: Qt6 - QtWebEngine components
Name: qt6-qtwebengine
Version: 6.10.1
Release: 2%{?dist}
Release: 2.1%{?dist}
# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
# See also http://qt-project.org/doc/qt-5.0/qtdoc/licensing.html
@ -557,6 +557,7 @@ export NINJA_PATH=%{__ninja}
# this follows the logic of the Configure summary to turn on and off
%cmake_qt6 \
-DCMAKE_TOOLCHAIN_FILE:STRING="%{_libdir}/cmake/Qt6/qt.toolchain.cmake" \
-DQT_GENERATE_SBOM=OFF \
-DFEATURE_webengine_build_gn:BOOL=ON \
-DFEATURE_webengine_jumbo_build:BOOL=ON \
-DFEATURE_webengine_developer_build:BOOL=OFF \
@ -650,6 +651,12 @@ mkdir -p %{buildroot}%{_qtwebengine_dictionaries_dir}
sed -i -e "s|%{version} \${_Qt6WebEngine|%{lesser_version} \${_Qt6WebEngine|" \
%{buildroot}%{_qt6_libdir}/cmake/Qt6WebEngine*/Qt6WebEngine*Config.cmake
rm -rf %{buildroot}/usr/tests/
rm -f %{buildroot}/usr/lib64/qt6/bin/testbrowser
rm -rf %{buildroot}/usr/lib64/cmake/Qt6WebEngineQuickTestMockDelegatesQml/
rm -f %{buildroot}/usr/lib64/libQt6WebEngineQuickTestMockDelegatesQml.a
rm -f %{buildroot}/usr/lib64/libQt6WebEngineQuickTestMockDelegatesQml.prl
rm -f %{buildroot}/usr/lib64/pkgconfig/Qt6WebEngineQuickTestMockDelegatesQml.pc
%if 0%{?rhel} && 0%{?rhel} < 10
%filetriggerin -- %{_datadir}/myspell
@ -668,8 +675,6 @@ done
%files
%license LICENSE.*
%{_qt6_archdatadir}/sbom/%{qt_module}-%{version}.spdx
%{_qt6_archdatadir}/sbom/qtpdf-%{version}.spdx
%{_qt6_libdir}/libQt6WebEngineCore.so.*
%{_qt6_libdir}/libQt6WebEngineQuick.so.*
%{_qt6_libdir}/libQt6WebEngineQuickDelegatesQml.so.*
@ -847,6 +852,9 @@ done
%endif
%changelog
* Tue Dec 09 2025 Troy Dawson <tdawson@redhat.com> - 6.10.1-2.1
- Turn off SBOM for EPEL10
* Fri Nov 21 2025 Jan Grulich <jgrulich@redhat.com> - 6.10.1-2
- Rebuild for Koji infra issue