diff --git a/hibernate.spec b/hibernate.spec index ef64de7..d47a83f 100644 --- a/hibernate.spec +++ b/hibernate.spec @@ -5,7 +5,7 @@ Name: hibernate Summary: an easy-to-use and powerful object relational persistence framework for Java applications Version: 5.0.10 -Release: 9 +Release: 10 License: LGPLv2+ and ASL 2.0 URL: http://www.hibernate.org/ @@ -151,6 +151,9 @@ done %pom_disable_module hibernate-spatial %build +%if "%{_arch}" == "riscv64" +export JAVA_TOOL_OPTIONS="-Xmx4096m" +%endif %mvn_build -s -f -- -Dproject.build.sourceEncoding=UTF-8 %install @@ -164,6 +167,9 @@ done %doc hibernate-osgi/README.md %changelog +* Wed Apr 10 2024 Dingli Zhang - 5.0.10-10 +- Add -Xmx4096m for riscv64 + * Wed Nov 9 2022 liyanan - 5.0.10-9 - Change source