From aa5a2e8d15669582a96ff48bfd5e6e6945d27274 Mon Sep 17 00:00:00 2001 From: xiexing Date: Wed, 27 Sep 2023 06:47:15 +0000 Subject: [PATCH] update flink.spec. Signed-off-by: xiexing --- flink.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/flink.spec b/flink.spec index 6d76db4..0cffb34 100644 --- a/flink.spec +++ b/flink.spec @@ -42,7 +42,7 @@ cp %{SOURCE6} ${HOME}/.m2/repository/com/github/eirslett/npm/8.1.2/ %build npm config set registry https://repo.huaweicloud.com/repository/npm/ -mvn clean install -DskipTests -Dfast -rf :flink-runtime-web +mvn clean install -DskipTests -Dfast -T 2 %install mkdir -p %{buildroot}/opt/ @@ -59,8 +59,11 @@ find %{buildroot}/opt/apache-%{name}-%{version}/ -type f -name '*.py' | xargs -i * Wed Sep 27 2023 xiexing - 1.17.1-1 - update version to 1.17.1 -* Wed Jan 05 2022 weidong - 1.12.7-2 -- Fix compilation failure. +* Mon May 8 2023 Wenlong Zhang - 1.13.0-2 +- add loongarch64 support + +* Wed Dec 22 2021 chenjunbiao - 1.13.0-1 +- Update version. * Fri Dec 17 2021 weidong - 1.12.7-1 - Update version.