!23 backport some bugfixes
From: @zhiliatox Reviewed-by: @hu-zongtang Signed-off-by: @hu-zongtang
This commit is contained in:
commit
527c383260
1499
patch019-backport-some-bugfix.patch
Normal file
1499
patch019-backport-some-bugfix.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -5,7 +5,7 @@
|
||||
Summary: Cloud-Native, Distributed Messaging and Streaming
|
||||
Name: rocketmq
|
||||
Version: 5.1.3
|
||||
Release: 19
|
||||
Release: 20
|
||||
License: Apache-2.0
|
||||
Group: Applications/Message
|
||||
URL: https://rocketmq.apache.org/
|
||||
@ -28,6 +28,7 @@ Patch0015: patch015-backport-fix-some-bugs.patch
|
||||
Patch0016: patch016-backport-Optimize-fault-tolerant-mechanism.patch
|
||||
Patch0017: patch017-backport-Convergent-thread-pool-creation.patch
|
||||
Patch0018: patch018-backport-enhancement-of-tiered-storage.patch
|
||||
Patch0019: patch019-backport-some-bugfix.patch
|
||||
BuildRequires: java-1.8.0-openjdk-devel, maven, maven-local, git
|
||||
Requires: java-1.8.0-openjdk-devel
|
||||
|
||||
@ -41,9 +42,9 @@ Apache RocketMQ is a cloud native messaging and streaming platform, making it si
|
||||
mvn -Prelease-all -DskipTests clean package -U
|
||||
|
||||
%install
|
||||
cd %{_builddir}/%{path_name}/distribution/target
|
||||
cd %{_builddir}/rocketmq-all-5.1.3-source-release/distribution/target
|
||||
mkdir -p $RPM_BUILD_ROOT%{_prefix}
|
||||
cp -pr %{_builddir}/%{path_name}/distribution/target/rocketmq-5.1.4-SNAPSHOT/rocketmq-5.1.4-SNAPSHOT/* $RPM_BUILD_ROOT%{_prefix}
|
||||
cp -pr %{_builddir}/rocketmq-all-5.1.3-source-release/distribution/target/rocketmq-5.1.5-SNAPSHOT/rocketmq-5.1.5-SNAPSHOT/* $RPM_BUILD_ROOT%{_prefix}
|
||||
|
||||
|
||||
%clean
|
||||
@ -62,6 +63,9 @@ exit 0
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Nov 20 2023 ShiZhili <shizhili_yewu@cmss.chinamobile.com> - 5.1.3-20
|
||||
- backport some bugfixes
|
||||
|
||||
* Mon Nov 20 2023 ShiZhili <shizhili_yewu@cmss.chinamobile.com> - 5.1.3-19
|
||||
- backport some enhancement of tiered storage
|
||||
|
||||
@ -80,13 +84,13 @@ exit 0
|
||||
* Fri Oct 6 2023 ShiZhili <shizhili_yewu@cmss.chinamobile.com> - 5.1.3-14
|
||||
- backport enhance admin output
|
||||
|
||||
* Wed Oct 2 2023 ShiZhili <shizhili_yewu@cmss.chinamobile.com> - 5.1.3-13
|
||||
* Mon Oct 2 2023 ShiZhili <shizhili_yewu@cmss.chinamobile.com> - 5.1.3-13
|
||||
- backport enhance medata to json
|
||||
|
||||
* Wed Oct 1 2023 ShiZhili <shizhili_yewu@cmss.chinamobile.com> - 5.1.3-12
|
||||
* Sun Oct 1 2023 ShiZhili <shizhili_yewu@cmss.chinamobile.com> - 5.1.3-12
|
||||
- backport optimize config
|
||||
|
||||
* Wed Oct 1 2023 ShiZhili <shizhili_yewu@cmss.chinamobile.com> - 5.1.3-11
|
||||
* Sun 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user