[hornetq] Rebuild without narayana deps

Marek Goldmann goldmann at fedoraproject.org
Fri Jan 24 08:24:11 UTC 2014


commit fd88edb69f090c84ef134a6319433aff21afeea5
Author: Marek Goldmann <marek.goldmann at gmail.com>
Date:   Fri Jan 24 09:21:08 2014 +0100

    Rebuild without narayana deps

 hornetq.spec |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/hornetq.spec b/hornetq.spec
index 1a66024..77b500e 100644
--- a/hornetq.spec
+++ b/hornetq.spec
@@ -4,11 +4,11 @@
 
 # Use this switch to rebuild without narayana
 # This is useful to break the hornetq circular dependency
-%define with_narayana 1
+%define with_narayana 0
 
 Name:             hornetq
 Version:          2.4.0
-Release:          4%{?dist}
+Release:          5%{?dist}
 Summary:          High performance messaging system
 License:          ASL 2.0
 URL:              http://www.jboss.org/hornetq
@@ -61,9 +61,6 @@ BuildRequires:    mvn(org.jboss.spec.javax.resource:jboss-connector-api_1.6_spec
 BuildRequires:    mvn(org.jboss.spec.javax.jms:jboss-jms-api_2.0_spec)
 BuildRequires:    nar-maven-plugin >= 3.0.0-3
 
-# Temporary workaround
-ExcludeArch:      %{arm}
-
 %description
 HornetQ is an open source project to build a multi-protocol, embeddable,
 very high performance, clustered, asynchronous messaging system.
@@ -160,6 +157,10 @@ cp -L hornetq-native/bin/libHornetQAIO.so %{buildroot}/%{_libdir}/libHornetQAIO.
 %doc NOTICE
 
 %changelog
+* Fri Jan 24 2014 Marek Goldmann <mgoldman at redhat.com> - 2.4.0-5
+- Rebuild without narayana deps
+- Enable ARM build
+
 * Tue Jan 21 2014 Marek Goldmann <mgoldman at redhat.com> - 2.4.0-4
 - Rebuild to recreate debug package and use new qpid-proton-java package
 


More information about the scm-commits mailing list