From a64c8660e0012b954a6854a6b7cae1bf18fddba5 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Thu, 16 Jan 2025 02:40:07 +0000 Subject: [PATCH] Fix force in-source build Signed-off-by: wk333 <13474090681@163.com> --- artemis.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/artemis.spec b/artemis.spec index 889ccc3..41af87a 100644 --- a/artemis.spec +++ b/artemis.spec @@ -1,6 +1,7 @@ +%global __cmake_in_source_build 1 Name: artemis Version: 1.4.0 -Release: 3 +Release: 4 Summary: Java high performance, clustered, asynchronous messaging system License: Apache-2.0 URL: https://github.com/apache/activemq-artemis/ @@ -109,6 +110,7 @@ ActiveMQ Artemis Journal. %package maven-plugin Summary: ActiveMQ Artemis Maven Plugin BuildArch: noarch +Requires: glassfish-servlet-api < 4.0.0 %description maven-plugin ActiveMQ Artemis Maven Plugin. @@ -355,6 +357,9 @@ install -pm 755 artemis-native/%{__cmake_builddir}/bin/libartemis-native-%{__isa %license LICENSE NOTICE %changelog +* Thu Jan 16 2025 wangkai <13474090681@163.com> - 1.4.0-4 +- Fix force in-source build + * Tue Nov 19 2024 Funda Wang - 1.4.0-3 - adopt to new cmake macro -- Gitee