diff --git a/activemq.spec b/activemq.spec index 8275d6aa2866c64948c12aa371506a3e9fe87f03..4f54050804b55c0214abc1c03312174a648bf787 100644 --- a/activemq.spec +++ b/activemq.spec @@ -1,7 +1,7 @@ %define check_testcase 0 Name: activemq Version: 5.15.16 -Release: 1 +Release: 2 Summary: Open source messaging and Integration Patterns server License: ASL 2.0 URL: http://activemq.apache.org @@ -35,6 +35,8 @@ 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 @@ -58,6 +60,9 @@ cd %{_builddir} %{_datadir}/javadoc %changelog +* Mon Nov 06 2023 Ge Wang - 5.15.16-2 +- Fix activemq permission and remove windows related files + * Mon Oct 30 2023 yaoxin - 5.15.16-1 - Upgrade to 5.15.16 for fix CVE-2023-46604