rpms/rhm/devel rhm.spec,1.7,1.8

Nuno Santos (nsantos) fedora-extras-commits at redhat.com
Thu Jan 3 21:48:14 UTC 2008


Author: nsantos

Update of /cvs/extras/rpms/rhm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3449

Modified Files:
	rhm.spec 
Log Message:
add missing dependency on libaio


Index: rhm.spec
===================================================================
RCS file: /cvs/extras/rpms/rhm/devel/rhm.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- rhm.spec	3 Jan 2008 21:35:15 -0000	1.7
+++ rhm.spec	3 Jan 2008 21:47:36 -0000	1.8
@@ -3,7 +3,7 @@
 #
 Name:           rhm
 Version:        0.2
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Red Hat extensions to the Qpid messaging system
 Group:          System Environment/Libraries
 License:        LGPL
@@ -18,10 +18,11 @@
 # TODO: Workaround missing dependency in qpidd-devel. Remove this
 # when qpid-devel is updated.
 BuildRequires: e2fsprogs-devel
+BuildRequires: libaio-devel
 
 Requires: qpidd
 Requires: db4
-Requires: libaio-devel
+Requires: libaio
 
 Requires(preun):/sbin/service
 Requires(postun):/sbin/service
@@ -83,7 +84,7 @@
 
 
 %changelog
-* Thu Jan 03 2008 Nuno Santos <nsantos at redhat.com> - 0.2-8
+* Thu Jan 03 2008 Nuno Santos <nsantos at redhat.com> - 0.2-9
 - add missing dependency on libaio
 
 * Thu Jan 03 2008 Nuno Santos <nsantos at redhat.com> - 0.2-7




More information about the fedora-extras-commits mailing list