!14 backport some fixes

From: @zhiliatox 
Reviewed-by: @hu-zongtang 
Signed-off-by: @hu-zongtang
This commit is contained in:
openeuler-ci-bot 2023-10-07 02:18:46 +00:00 committed by Gitee
commit 1da291e50a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 1291 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@
Summary: Cloud-Native, Distributed Messaging and Streaming
Name: rocketmq
Version: 5.1.3
Release: 10
Release: 11
License: Apache-2.0
Group: Applications/Message
URL: https://rocketmq.apache.org/
@ -19,6 +19,7 @@ Patch0006: patch006-backport-auto-batch-producer.patch
Patch0007: patch007-backport-fix-some-bugs.patch
Patch0008: patch008-backport-Allow-BoundaryType.patch
Patch0009: patch009-backport-Support-KV-Storage.patch
Patch0010: patch010-backport-add-some-fixes.patch
BuildRequires: java-1.8.0-openjdk-devel, maven, maven-local, git
Requires: java-1.8.0-openjdk-devel
@ -53,6 +54,9 @@ exit 0
%changelog
* Wed Oct 1 2023 ShiZhili <shizhili_yewu@cmss.chinamobile.com> - 5.1.3-11
- backport add some fixes
* Wed Sep 20 2023 ShiZhili <shizhili_yewu@cmss.chinamobile.com> - 5.1.3-10
- backport support kv storage