Compare commits

..

No commits in common. "2f7ec3a9d3f6fd63a349e6fc61a8d9c6d6a3ce88" and "d212c5fd35fef9f8e123cebc66ce00884c13cd13" have entirely different histories.

3 changed files with 3 additions and 23 deletions

BIN
activemq-5.15.15.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,9 +1,9 @@
%define check_testcase 0
Name: activemq
Version: 5.16.8
Version: 5.15.15
Release: 1
Summary: Open source messaging and Integration Patterns server
License: Apache-2.0
License: ASL 2.0
URL: http://activemq.apache.org
Source0: https://github.com/apache/%{name}/archive/refs/tags/%{name}-%{version}.tar.gz
Requires: java
@ -19,12 +19,9 @@ Summary: Javadoc for %{name}
This package contains javadoc for %{name}.
%prep
%autosetup -n %{name}-%{name}-%{version} -p1
%autosetup -n %{name}-%{name}-%{version}
%build
%if "%{_arch}" == "riscv64"
export MAVEN_OPTS="-Xms2048M -Xmx8000M"
%endif
%if %{check_testcase}
mvn package
%else
@ -38,8 +35,6 @@ install -d -m755 %{buildroot}/%{_datadir}/activemq
cd assembly/target
unzip -d ./file apache-activemq*.zip
cd ./file/apache-activemq*
rm -rf bin/win* bin/*.bat
chmod 755 bin/%{name}
for dir in bin examples webapps webapps-demo conf lib docs;do
if [ "$dir" = "docs" || "$dir" = "examples" ]
then
@ -63,20 +58,5 @@ cd %{_builddir}
%{_datadir}/javadoc
%changelog
* Fri May 09 2025 wangkai <13474090681@163.com> - 5.16.8-1
- Upgrade to 5.16.8 for fix CVE-2025-27533
* Thu Jan 23 2025 Dingli Zhang <dingli@iscas.ac.cn> - 5.16.7-2
- Fix build error for riscv64
* Wed Dec 06 2023 wangkai <13474090681@163.com> - 5.16.7-1
- Upgrade to 5.16.7 for fix CVE-2022-41678
* Mon Oct 30 2023 yaoxin <yao_xin001@hoperun.com> - 5.15.16-1
- Upgrade to 5.15.16 for fix CVE-2023-46604
* Sat Aug 28 2021 lingsheng <lingsheng@huawei.com> - 5.15.15-2
- Fix activemq permission and remove windows related files
* Mon Jul 19 2021 xuping <xuping33@huawei.com> - 5.15.15-1
- package init