Compare commits

..

No commits in common. "a10s-i686" and "c10s" have entirely different histories.

View File

@ -39,9 +39,7 @@ BuildRequires: pkgconfig(libsystemd)
%global examples 1
## skip for now, until we're better at it --rex
#global tests 0
%ifnarch i686
%global build_tests 1
%endif
#global unstable 0
%global prerelease rc2
@ -49,7 +47,7 @@ BuildRequires: pkgconfig(libsystemd)
Name: qt6-qtbase
Summary: Qt6 - QtBase components
Version: 6.10.1
Release: 1%{?dist}.alma.1
Release: 1%{?dist}
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
Url: http://qt-project.org/
@ -530,11 +528,9 @@ rm -r %{buildroot}%{_qt6_libdir}/cmake/Qt6/3rdparty/extra-cmake-modules/*.patch
# This is only for Apple platforms and has a python2 dep
rm -r %{buildroot}%{_qt6_mkspecsdir}/features/uikit
%if 0%{?build_tests}
# Remove tests with space in its name, which seem to break debuginfo extraction
rm -r %{buildroot}%{_qt6_archdatadir}/tests/corelib/io/qprocess/testProcessSpacesArgs/*
rm -r "%{buildroot}%{_qt6_archdatadir}/tests/corelib/io/qprocess/test Space In Name/testSpaceInName"
%endif
%check
# verify Qt6.pc
@ -988,10 +984,6 @@ make check -k ||:
%endif
%changelog
* Mon Jan 26 2026 Eduard Abdullin <eabdullin@almalinux.org> - 6.10.1-1.alma.1
- Exclude tests from i686 builds due to a
"virtual memory exhausted: Cannot allocate memory" error during the build
* Mon Nov 24 2025 Jan Grulich <jgrulich@redhat.com> - 6.10.1-1
- 6.10.1
Resolves: RHEL-109197