diff --git a/activemq.spec b/activemq.spec index 34d9f0bda382f1d6d84dff79feb3fa3579bde3ac..93a08644f61377cafd2614baddd3534489fdc0da 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 @@ -54,6 +54,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 @@ -63,6 +65,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