From 1b6340695571b761e7929a0fa17e8b9f8b24dfd7 Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Thu, 9 Sep 2021 21:08:25 +0800 Subject: [PATCH] Add debug package to add strip (cherry picked from commit 31ef5b02e169255532f140cbf1a9f9ec5b190db3) --- artemis.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/artemis.spec b/artemis.spec index 0d83437..c396337 100644 --- a/artemis.spec +++ b/artemis.spec @@ -1,7 +1,6 @@ -%global debug_package %nil Name: artemis Version: 1.4.0 -Release: 1 +Release: 2 Summary: Java high performance, clustered, asynchronous messaging system License: ASL 2.0 URL: https://github.com/apache/activemq-artemis/ @@ -356,5 +355,8 @@ install -pm 755 artemis-native/bin/libartemis-native-%{__isa_bits}.so %{buildroo %license LICENSE NOTICE %changelog +* Thu Sep 9 2021 caodongxia - 1.4.0-2 +- Add debug package to add strip + * Wed Oct 28 2020 baizhonggui - 1.4.0-1 - package init -- Gitee