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.