diff --git a/0001-add-npm.hw-repo.patch b/0001-add-npm.hw-repo.patch new file mode 100644 index 0000000000000000000000000000000000000000..6cf3bdcab10e8ffec3feb76070dc9096c54ac361 --- /dev/null +++ b/0001-add-npm.hw-repo.patch @@ -0,0 +1,32 @@ +From a35c34c6591366ddaccc873b800b078fbd9cc9d7 Mon Sep 17 00:00:00 2001 +From: weidong +Date: Thu, 17 Dec 2020 11:44:05 +0800 +Subject: [PATCH] add npm.hw repo + +--- + flink-runtime-web/pom.xml | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/flink-runtime-web/pom.xml b/flink-runtime-web/pom.xml +index 0d98526b..fb29809b 100644 +--- a/flink-runtime-web/pom.xml ++++ b/flink-runtime-web/pom.xml +@@ -271,6 +271,7 @@ under the License. + + + ci --cache-max=0 --no-save ++ https://mirrors.huaweicloud.com/repository/npm + + true + +@@ -283,6 +284,7 @@ under the License. + + + run build ++ https://mirrors.huaweicloud.com/repository/npm + + + +-- +2.23.0 + diff --git a/flink.spec b/flink.spec index 1967ade9f4eb4ceadc315d213f957e2da6d50852..7c24cec8c13bff0d15a2ccfce450eef896bcdc9e 100644 --- a/flink.spec +++ b/flink.spec @@ -11,12 +11,13 @@ Name: flink Version: 1.12.0 -Release: 2 +Release: 3 Summary: Stateful Computations over Data Streams License: Apache License v2.0 URL: https://github.com/apache/%{name} Source0: https://github.com/apache/%{name}/archive/release-%{version}.tar.gz Source1: settings.xml +Patch0: 0001-add-npm.hw-repo.patch BuildRequires: java-1.8.0-openjdk-devel maven Requires: java-1.8.0-openjdk @@ -30,7 +31,7 @@ Apache Flink is a framework and distributed processing engine for stateful compu %build -maven_cmd="clean package -Dskip.npm " +maven_cmd="clean package " %if 0%{?compile_for_local} cp %{SOURCE1} ./ @@ -59,6 +60,9 @@ find %{buildroot}/opt/apache-%{name}-%{version}/ -type f -name '*.py' | xargs -i %license LICENSE %changelog +* Wed Dec 23 2020 weidong - 1.12.0-3 +- Add npm.huawei repo. + * Thu Dec 17 2020 weidong - 1.12.0-2 - Fix compilation issues.