backport fix some doc error

This commit is contained in:
shizhili 2023-09-19 16:10:33 +08:00
parent cecce289da
commit 3ae29af5ca
2 changed files with 1430 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: 7
Release: 8
License: Apache-2.0
Group: Applications/Message
URL: https://rocketmq.apache.org/
@ -16,6 +16,7 @@ Patch0003: patch003-backport-feature-refactor-recipt-processor.patch
Patch0004: patch004-backport-Support-Proxy-Protocol-for-gRPC-and-Remoting-Server.patch
Patch0005: patch005-backport-fix-some-bugs.patch
Patch0006: patch006-backport-auto-batch-producer.patch
Patch0007: patch007-backport-fix-some-bugs.patch
BuildRequires: java-1.8.0-openjdk-devel, maven, maven-local, git
Requires: java-1.8.0-openjdk-devel
@ -50,6 +51,9 @@ exit 0
%changelog
* Tue Sep 19 2023 ShiZhili <shizhili_yewu@cmss.chinamobile.com> - 5.1.3-8
- backport fix some docs error
* Fri Sep 15 2023 ShiZhili <shizhili_yewu@cmss.chinamobile.com> - 5.1.3-7
- backport auto batch producer