From fb95c47d085b69ff4957862dc89c2b73a910ff22 Mon Sep 17 00:00:00 2001 From: weidong Date: Wed, 23 Dec 2020 15:55:56 +0800 Subject: [PATCH] Add npm.huaweicloud repo (cherry picked from commit bc73fa45fd22a98efa0670c9e284c02bca12e72e) --- 0001-add-npm.hw-repo.patch | 32 ++++++++++++++++++++++++++++++++ flink.spec | 8 ++++++-- 2 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 0001-add-npm.hw-repo.patch diff --git a/0001-add-npm.hw-repo.patch b/0001-add-npm.hw-repo.patch new file mode 100644 index 0000000..6cf3bdc --- /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 1967ade..7c24cec 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. -- Gitee