backport some bug fixes

This commit is contained in:
shizhili 2023-10-30 20:47:50 +08:00
parent 3637fbc04f
commit 13d0fef95a
2 changed files with 1899 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: 15
Release: 16
License: Apache-2.0
Group: Applications/Message
URL: https://rocketmq.apache.org/
@ -24,6 +24,7 @@ Patch0011: patch011-backport-optimize-config.patch
Patch0012: patch012-backport-enhance-rockdbconfigtojson.patch
Patch0013: patch013-backport-enhance-admin-output.patch
Patch0014: patch014-backport-Queue-Selection-Strategy-Optimization.patch
Patch0015: patch015-backport-fix-some-bugs.patch
BuildRequires: java-1.8.0-openjdk-devel, maven, maven-local, git
Requires: java-1.8.0-openjdk-devel
@ -58,6 +59,9 @@ exit 0
%changelog
* Mon Oct 30 2023 ShiZhili <shizhili_yewu@cmss.chinamobile.com> - 5.1.3-16
- backport some bug fixes
* Mon Oct 30 2023 ShiZhili <shizhili_yewu@cmss.chinamobile.com> - 5.1.3-15
- backport queue selection strategy