From 06418a095ad06966523ac0b7bd6245b5105da397 Mon Sep 17 00:00:00 2001 From: wang--ge Date: Mon, 6 Nov 2023 10:08:48 +0800 Subject: [PATCH] Fix activemq permission and remove windows related files --- activemq.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/activemq.spec b/activemq.spec index 8275d6a..4f54050 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 -- Gitee