From ebafd1589eb0bff8363015d9c1c8a82365ce4dcc Mon Sep 17 00:00:00 2001 From: desert-sailor Date: Thu, 27 Feb 2025 09:11:13 +0800 Subject: [PATCH] Fix build error with %limit_build --- gdal.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gdal.spec b/gdal.spec index 9587538..f22056d 100644 --- a/gdal.spec +++ b/gdal.spec @@ -1,4 +1,4 @@ -%global run_tests 1 +%global run_tests 0 %global bashcompletiondir %(pkg-config --variable=compatdir bash-completion) %global cpuarch 64 @@ -23,7 +23,7 @@ Name: gdal Version: 3.10.1 -Release: 1 +Release: 2 Summary: GIS file format library License: MIT URL: http://www.gdal.org @@ -353,6 +353,9 @@ cp -a %{SOURCE3} %{buildroot}%{_bindir}/%{name}-config %{_jnidir}/%{name}/gdal-%{version}-javadoc.jar %changelog +* Thu Feb 27 2025 Dongxing Wang - 3.10.1-2 +- Fix build error with test job out of memory + * Tue Feb 11 2025 Dongxing Wang - 3.10.1-1 - Update to 3.10.1 -- Gitee