backport some bugfixes
This commit is contained in:
parent
d79c72c4c5
commit
9598641aa2
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
|
Summary: Cloud-Native, Distributed Messaging and Streaming
|
||||||
Name: rocketmq
|
Name: rocketmq
|
||||||
Version: 5.1.3
|
Version: 5.1.3
|
||||||
Release: 19
|
Release: 20
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Applications/Message
|
Group: Applications/Message
|
||||||
URL: https://rocketmq.apache.org/
|
URL: https://rocketmq.apache.org/
|
||||||
@ -28,6 +28,7 @@ Patch0015: patch015-backport-fix-some-bugs.patch
|
|||||||
Patch0016: patch016-backport-Optimize-fault-tolerant-mechanism.patch
|
Patch0016: patch016-backport-Optimize-fault-tolerant-mechanism.patch
|
||||||
Patch0017: patch017-backport-Convergent-thread-pool-creation.patch
|
Patch0017: patch017-backport-Convergent-thread-pool-creation.patch
|
||||||
Patch0018: patch018-backport-enhancement-of-tiered-storage.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
|
BuildRequires: java-1.8.0-openjdk-devel, maven, maven-local, git
|
||||||
Requires: java-1.8.0-openjdk-devel
|
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
|
mvn -Prelease-all -DskipTests clean package -U
|
||||||
|
|
||||||
%install
|
%install
|
||||||
cd %{_builddir}/%{path_name}/distribution/target
|
cd %{_builddir}/rocketmq-all-5.1.3-source-release/distribution/target
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_prefix}
|
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
|
%clean
|
||||||
@ -62,6 +63,9 @@ exit 0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Nov 20 2023 ShiZhili <shizhili_yewu@cmss.chinamobile.com> - 5.1.3-19
|
||||||
- backport some enhancement of tiered storage
|
- 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
|
* Fri Oct 6 2023 ShiZhili <shizhili_yewu@cmss.chinamobile.com> - 5.1.3-14
|
||||||
- backport enhance admin output
|
- 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
|
- 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
|
- 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
|
- backport add some fixes
|
||||||
|
|
||||||
* Wed Sep 20 2023 ShiZhili <shizhili_yewu@cmss.chinamobile.com> - 5.1.3-10
|
* Wed Sep 20 2023 ShiZhili <shizhili_yewu@cmss.chinamobile.com> - 5.1.3-10
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user