Bryan Kearney
2008-Dec-22 16:15 UTC
[Ovirt-devel] [PATCH server] ovirt-db-omatic requires ruby-qpid to run
--- ovirt-server.spec.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ovirt-server.spec.in b/ovirt-server.spec.in index 79a5adf..c30306b 100644 --- a/ovirt-server.spec.in +++ b/ovirt-server.spec.in @@ -23,6 +23,7 @@ Requires: rubygem(gettext) Requires: ruby-flexmock Requires: postgresql-server Requires: ruby-postgres +Requires: ruby-qpid Requires: xapian-bindings-ruby Requires: xapian-core Requires: pwgen -- 1.6.0.4
Ian Main
2008-Dec-24 06:38 UTC
[Ovirt-devel] [PATCH server] ovirt-db-omatic requires ruby-qpid to run
On Mon, 22 Dec 2008 11:15:38 -0500 Bryan Kearney <bkearney at redhat.com> wrote:> --- > ovirt-server.spec.in | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/ovirt-server.spec.in b/ovirt-server.spec.in > index 79a5adf..c30306b 100644 > --- a/ovirt-server.spec.in > +++ b/ovirt-server.spec.in > @@ -23,6 +23,7 @@ Requires: rubygem(gettext) > Requires: ruby-flexmock > Requires: postgresql-server > Requires: ruby-postgres > +Requires: ruby-qpid > Requires: xapian-bindings-ruby > Requires: xapian-core > Requires: pwgenHmm, you have to be careful here. There are actually two packages available right now. rubygem-qpid, and ruby-qpid. rubygem-qpid is what David and I released initially, and what I have been working with until the MRG team released ruby-qpid. They did that in the last week or two but I have not tested db-omatic nor taskomatic with this package yet. Well, in fact I know that the previously released ruby-qpid will not work with taskomatic as there were still outstanding bugs plus API changes in that release.. it may work with db-omatic, I'm not sure. They did however just do another release which may address these changes, but I haven't looked at it yet. Basically I've been making patches to the rubygem-qpid git repo that we started and have been submitting patches upstream but I'm not sure that they are all merged yet. rubygem-qpid is available in the ovirt repo for f10 and development. Ian