[rhmessaging-commits] rhmessaging commits: r1539 - store/trunk/cpp.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Mon Jan 7 16:37:51 EST 2008


Author: nunofsantos
Date: 2008-01-07 16:37:50 -0500 (Mon, 07 Jan 2008)
New Revision: 1539

Modified:
   store/trunk/cpp/rhm.spec.in
Log:
add missing dependencies on libaio, cppunit, qpidc-devel

Modified: store/trunk/cpp/rhm.spec.in
===================================================================
--- store/trunk/cpp/rhm.spec.in	2008-01-07 15:48:52 UTC (rev 1538)
+++ store/trunk/cpp/rhm.spec.in	2008-01-07 21:37:50 UTC (rev 1539)
@@ -3,7 +3,7 @@
 #
 Name:           rhm
 Version:        @VERSION@
-Release:        6%{?dist}
+Release:        11%{?dist}
 Summary:        Red Hat extensions to the Qpid messaging system
 Group:          System Environment/Libraries
 License:        LGPL
@@ -11,14 +11,20 @@
 Source0:        http://rhm.et.redhat.com/download/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+ExclusiveArch: i386 x86_64
+
+BuildRequires: qpidc-devel
 BuildRequires: qpidd-devel
 BuildRequires: db4-devel
 # TODO: Workaround missing dependency in qpidd-devel. Remove this
 # when qpid-devel is updated.
 BuildRequires: e2fsprogs-devel
+BuildRequires: libaio-devel
+BuildRequires: cppunit-devel
 
 Requires: qpidd
 Requires: db4
+Requires: libaio
 
 Requires(preun):/sbin/service
 Requires(postun):/sbin/service
@@ -80,6 +86,12 @@
 
 
 %changelog
+* Thu Jan 03 2008 Nuno Santos <nsantos at redhat.com> - 0.2-11
+- add missing dependencies on libaio, cppunit, qpidc-devel
+
+* Thu Jan 03 2008 Nuno Santos <nsantos at redhat.com> - 0.2-6
+- limit builds to i386 and x86_64 archs
+
 * Tue Dec 18 2007 Nuno Santos <nsantos at redhat.com> - 0.2-5
 - Include several fixes, mainly from Kim Van Der Riet (BZ 401071: Add journal
  file geometry parameters to broker, 401091: Handle journal full condition in




More information about the rhmessaging-commits mailing list