!50 [sync] PR-48: 更新maven plugin 中的npm下载地址
From: @openeuler-sync-bot Reviewed-by: @wenwj0 Signed-off-by: @wenwj0
This commit is contained in:
commit
68f5380fd4
13
0004-update-npm.hw-repo.patch
Normal file
13
0004-update-npm.hw-repo.patch
Normal file
@ -0,0 +1,13 @@
|
||||
--- flink-release-1.17.1/flink-runtime-web/pom.xml 2024-04-24 10:45:59.360106215 +0800
|
||||
+++ flink-release-1.17.1-change/flink-runtime-web/pom.xml 2024-04-24 10:49:13.216106215 +0800
|
||||
@@ -259,8 +259,9 @@
|
||||
</goals>
|
||||
<configuration>
|
||||
<nodeVersion>v16.13.2</nodeVersion>
|
||||
- <downloadRoot>https://repo.huaweicloud.com/nodejs/</downloadRoot>
|
||||
+ <nodeDownloadRoot>https://repo.huaweicloud.com/nodejs/</nodeDownloadRoot>
|
||||
<npmVersion>8.1.2</npmVersion>
|
||||
+ <npmDownloadRoot>https://mirrors.huaweicloud.com/repository/npm/npm/-/</npmDownloadRoot>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
Name: flink
|
||||
Version: 1.17.1
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Stateful Computations over Data Streams
|
||||
License: Apache License v2.0
|
||||
URL: https://github.com/apache/%{name}
|
||||
@ -25,6 +25,7 @@ Source6: npm-8.1.2.tar.gz
|
||||
Patch0: 0001-add-npm.hw-repo.patch
|
||||
Patch1: 0002-fix-compilation-failure.patch
|
||||
Patch2: 0003-Skip-flink-avro-confluent-registry-test.patch
|
||||
Patch3: 0004-update-npm.hw-repo.patch
|
||||
BuildRequires: java-1.8.0-openjdk-devel maven npm
|
||||
Requires: java-1.8.0-openjdk
|
||||
|
||||
@ -56,6 +57,9 @@ find %{buildroot}/opt/apache-%{name}-%{version}/ -type f -name '*.py' | xargs -i
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Wed Apr 24 2024 shaojiansong <shaojiansong@kylinos.cn> - 1.17.1-2
|
||||
- update npm download url for maven plugin
|
||||
|
||||
* Wed Sep 27 2023 xiexing <xiexing4@hisilicon.com> - 1.17.1-1
|
||||
- update version to 1.17.1
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user