[PATCH Oz] Upda

Kashyap Chamarthy kchamart at redhat.com
Thu Sep 27 06:49:25 UTC 2012


Now that libvirt has been re-factored to have fine-grained RPM installs, we can remove oz
from having a dependency on the higher level 'libvirt' package. And can make it dependent
on libvirt-daemon-kvm libvirt-daemon-qemu

Also a koji build is successful with this SPEC change --
http://koji.fedoraproject.org/koji/taskinfo?taskID=4532163


Here's more info on libvirt RPM re-factoring --
https://www.redhat.com/archives/libvir-list/2012-April/msg00093.html

This change is applicable for Fedora-17 and above.

-- 
/kashyap
-------------- next part --------------
>From 7dab7c9e1b51ad23dce9be9d4e6d5a30c1a9965c Mon Sep 17 00:00:00 2001
From: Kashyap Chamarthy <kchamart at redhat.com>
Date: Thu, 27 Sep 2012 12:13:57 +0530
Subject: [PATCH] Remove dependency on 'libvirt', and update it to more
 fine-graned libvirt-daemon-kvm & libvirt-daemon-qemu

---
 oz.spec.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/oz.spec.in b/oz.spec.in
index bb57c3b6f0a0ac5f8d87be718be45463f8ccd847..19265db2af41ce45fe61d46c656dfab3debd1cf0 100644
--- a/oz.spec.in
+++ b/oz.spec.in
@@ -16,7 +16,8 @@ Requires: libvirt-python
 # properly.  However, because of the libguestfs manipulations, in practice
 # it really does.  Make it depend on libvirt (so we get libvirtd) for now,
 # unless/until we are able to make it really be remote.
-Requires: libvirt
+Requires: libvirt-daemon-kvm
+Requires: libvirt-daemon-qemu
 Requires: python-pycurl
 Requires: genisoimage
 Requires: mtools
-- 
1.7.7.6



More information about the aeolus-devel mailing list