From 04c47ebf029bb4f96fa713eefe43b8d87d26f0cd Mon Sep 17 00:00:00 2001 From: zke <19966422680@163.com> Date: Mon, 18 Mar 2024 23:20:29 +0800 Subject: [PATCH] update spec --- apache-mime4j.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apache-mime4j.spec b/apache-mime4j.spec index b2b84f4..016075c 100644 --- a/apache-mime4j.spec +++ b/apache-mime4j.spec @@ -1,6 +1,6 @@ Name: apache-mime4j Version: 0.8.7 -Release: 3 +Release: 4 Summary: Apache JAMES Mime4j License: Apache-2.0 URL: http://james.apache.org/mime4j @@ -38,7 +38,7 @@ for p in core dom storage; do done %build -%ifarch riscv64 +%if "%{_arch}" == "riscv64" export JAVA_TOOL_OPTIONS="-Xmx4096m" %endif %mvn_build @@ -54,6 +54,9 @@ export JAVA_TOOL_OPTIONS="-Xmx4096m" %license LICENSE NOTICE %changelog +* Mon Mar 18 2024 zke_012020 - 0.8.7-4 +- Update spec for riscv64 + * Thu Feb 29 2024 yaoxin - 0.8.7-3 - Fix CVE-2024-21742 -- Gitee