!44 [sync] PR-23: Add riscv64 to gdal-config source

From: @openeuler-sync-bot 
Reviewed-by: @desert-sailor 
Signed-off-by: @desert-sailor
This commit is contained in:
openeuler-ci-bot 2025-04-28 14:02:52 +00:00 committed by Gitee
commit 6dad520640
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,7 @@
ARCH=$(uname -m)
case $ARCH in
x86_64 | ppc64 | ppc64le | ia64 | s390x | sparc64 | alpha | alphaev6 | aarch64 )
x86_64 | ppc64 | ppc64le | ia64 | s390x | sparc64 | alpha | alphaev6 | aarch64 | riscv64 )
gdal-config-64 ${*}
;;
*)

View File

@ -23,7 +23,7 @@
Name: gdal
Version: 3.10.1
Release: 2
Release: 3
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
* Mon Mar 3 2025 laokz <zhangkai@iscas.ac.cn> - 3.10.1-3
- Add riscv64 to gdal-config source
* Thu Feb 27 2025 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 3.10.1-2
- Fix build error with test job out of memory