diff --git a/activemq.spec b/activemq.spec index 13fda4d62fddf9d9ac2df011511c43c2779a3e86..ea7bda3c601627439ede0c87a6e544a5c69ab92d 100644 --- a/activemq.spec +++ b/activemq.spec @@ -1,7 +1,7 @@ %define check_testcase 0 Name: activemq Version: 5.16.8 -Release: 1 +Release: 2 Summary: Open source messaging and Integration Patterns server License: Apache-2.0 URL: http://activemq.apache.org @@ -52,6 +52,8 @@ cp LICENSE %{buildroot}/%{_datadir}/licenses cp NOTICE %{buildroot}/%{_datadir}/licenses rm -rf ../../file cd %{_builddir} +# add config file +cp %{name}-%{name}-%{version}/assembly/src/release/bin/env %{buildroot}/%{_datadir}/activemq/bin/ %files %{_datadir}/activemq @@ -61,6 +63,9 @@ cd %{_builddir} %{_datadir}/javadoc %changelog +* Wed Jul 02 2025 liweigang - 5.16.8-2 +- add config file env + * Fri May 09 2025 wangkai <13474090681@163.com> - 5.16.8-1 - Upgrade to 5.16.8 for fix CVE-2025-27533