update os-maven-plugin to support loongarch64
This commit is contained in:
parent
bf11d8c591
commit
3335b29bf6
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
|
Name: flink
|
||||||
Version: 1.13.0
|
Version: 1.13.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Stateful Computations over Data Streams
|
Summary: Stateful Computations over Data Streams
|
||||||
License: Apache License v2.0
|
License: Apache License v2.0
|
||||||
URL: https://github.com/apache/%{name}
|
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
|
Patch0: 0001-add-npm.hw-repo.patch
|
||||||
Patch1: 0002-fix-compilation-failure.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
|
BuildRequires: java-1.8.0-openjdk-devel maven
|
||||||
Requires: java-1.8.0-openjdk
|
Requires: java-1.8.0-openjdk
|
||||||
|
|
||||||
@ -66,6 +67,9 @@ find %{buildroot}/opt/apache-%{name}-%{version}/ -type f -name '*.py' | xargs -i
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Dec 22 2021 chenjunbiao<chenjunbiao@uniontech.com> - 1.13.0-1
|
||||||
- Update version.
|
- Update version.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user