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

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


Author: nsantos

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

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.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- rhm.spec	3 Jan 2008 21:19:50 -0000	1.6
+++ rhm.spec	3 Jan 2008 21:35:15 -0000	1.7
@@ -3,7 +3,7 @@
 #
 Name:           rhm
 Version:        0.2
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Red Hat extensions to the Qpid messaging system
 Group:          System Environment/Libraries
 License:        LGPL
@@ -21,6 +21,7 @@
 
 Requires: qpidd
 Requires: db4
+Requires: libaio-devel
 
 Requires(preun):/sbin/service
 Requires(postun):/sbin/service
@@ -82,6 +83,9 @@
 
 
 %changelog
+* Thu Jan 03 2008 Nuno Santos <nsantos at redhat.com> - 0.2-8
+- add missing dependency on libaio
+
 * Thu Jan 03 2008 Nuno Santos <nsantos at redhat.com> - 0.2-7
 - configure from installed qpidd rpm, not from a local checkout
 




More information about the fedora-extras-commits mailing list