From e7e0a008e5deb9fab5e9fa97e484c52737fdebd7 Mon Sep 17 00:00:00 2001 From: Dingli Zhang Date: Wed, 3 Jul 2024 11:25:01 +0000 Subject: [PATCH] Test ci --- flink.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/flink.spec b/flink.spec index cd7bbb8..73c2db7 100644 --- a/flink.spec +++ b/flink.spec @@ -11,7 +11,7 @@ Name: flink Version: 1.17.1 -Release: 3 +Release: 4 Summary: Stateful Computations over Data Streams License: Apache License v2.0 URL: https://github.com/apache/%{name} @@ -74,6 +74,9 @@ find %{buildroot}/opt/apache-%{name}-%{version}/ -type f -name '*.py' | xargs -i %license LICENSE %changelog +* Mon Jun 3 2024 Dingli Zhang - 1.17.1-4 +- Test ci + * Wed May 29 2024 Dingli Zhang - 1.17.1-3 - Fix riscv64 support - Upgrade os-maven-plugin to 1.7.1 -- Gitee