From 3335b29bf64f633292467143ca79174bf361eede Mon Sep 17 00:00:00 2001 From: Wenlong Zhang Date: Sat, 20 May 2023 11:10:59 +0800 Subject: [PATCH] update os-maven-plugin to support loongarch64 --- ...-maven-plugin-to-support-loongarch64.patch | 25 +++++++++++++++++++ flink.spec | 6 ++++- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 0003-update-os-maven-plugin-to-support-loongarch64.patch diff --git a/0003-update-os-maven-plugin-to-support-loongarch64.patch b/0003-update-os-maven-plugin-to-support-loongarch64.patch new file mode 100644 index 0000000..244aed1 --- /dev/null +++ b/0003-update-os-maven-plugin-to-support-loongarch64.patch @@ -0,0 +1,25 @@ +From 2a34491f2b3763d7cc7835ebfe0bfa2668066872 Mon Sep 17 00:00:00 2001 +From: Wenlong Zhang +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. + + kr.motd.maven + os-maven-plugin +- 1.7.0 ++ 1.7.1 + + + +-- +2.27.0 + diff --git a/flink.spec b/flink.spec index 43fc3c1..7f38bb9 100644 --- a/flink.spec +++ b/flink.spec @@ -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 - 1.13.0-2 +- add loongarch64 support + * Wed Dec 22 2021 chenjunbiao - 1.13.0-1 - Update version. -- Gitee