Add riscv64 to gdal-config source

(cherry picked from commit 17b966e7f1a7485dfe91833efaf34e2a7da26e27)
This commit is contained in:
laokz 2025-03-03 22:45:03 +08:00 committed by openeuler-sync-bot
parent c7c2869599
commit b3568a2305
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