!43 update os-maven-plugin to support loongarch64
From: @zhangwenlong01 Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
c8f5e81ef8
25
0003-update-os-maven-plugin-to-support-loongarch64.patch
Normal file
25
0003-update-os-maven-plugin-to-support-loongarch64.patch
Normal file
@ -0,0 +1,25 @@
|
||||
From 2a34491f2b3763d7cc7835ebfe0bfa2668066872 Mon Sep 17 00:00:00 2001
|
||||
From: Wenlong Zhang <zhangwenlong@loongson.cn>
|
||||
Date: Sat, 20 May 2023 11:09:45 +0800
|
||||
Subject: [PATCH] update os-maven-plugin to support loongarch64
|
||||
|
||||
---
|
||||
flink-formats/flink-parquet/pom.xml | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/flink-formats/flink-parquet/pom.xml b/flink-formats/flink-parquet/pom.xml
|
||||
index df4076d7..bac6b680 100644
|
||||
--- a/flink-formats/flink-parquet/pom.xml
|
||||
+++ b/flink-formats/flink-parquet/pom.xml
|
||||
@@ -209,7 +209,7 @@ under the License.
|
||||
<extension>
|
||||
<groupId>kr.motd.maven</groupId>
|
||||
<artifactId>os-maven-plugin</artifactId>
|
||||
- <version>1.7.0</version>
|
||||
+ <version>1.7.1</version>
|
||||
</extension>
|
||||
</extensions>
|
||||
|
||||
--
|
||||
2.27.0
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
|
||||
Name: flink
|
||||
Version: 1.13.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Stateful Computations over Data Streams
|
||||
License: Apache License v2.0
|
||||
URL: https://github.com/apache/%{name}
|
||||
@ -23,6 +23,7 @@ Source4: https://packages.confluent.io/maven/io/confluent/kafka-schema-se
|
||||
|
||||
Patch0: 0001-add-npm.hw-repo.patch
|
||||
Patch1: 0002-fix-compilation-failure.patch
|
||||
Patch2: 0003-update-os-maven-plugin-to-support-loongarch64.patch
|
||||
BuildRequires: java-1.8.0-openjdk-devel maven
|
||||
Requires: java-1.8.0-openjdk
|
||||
|
||||
@ -66,6 +67,9 @@ find %{buildroot}/opt/apache-%{name}-%{version}/ -type f -name '*.py' | xargs -i
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Mon May 8 2023 Wenlong Zhang <zhangwenlong@loongson.cn> - 1.13.0-2
|
||||
- add loongarch64 support
|
||||
|
||||
* Wed Dec 22 2021 chenjunbiao<chenjunbiao@uniontech.com> - 1.13.0-1
|
||||
- Update version.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user