Vinzenz Feenstra has uploaded a new change for review. Change subject: packaging: Depend on the qemu-guest-agent ......................................................................
packaging: Depend on the qemu-guest-agent For support of freezing and thawing the filesystem for the Backup and Restore API feature of oVirt Change-Id: I4c550801326dfa0b8d9357770f48a6d9b64eb3a1 Bug-Url: https://bugzilla.redhat.com/1055524 Signed-off-by: Vinzenz Feenstra <[email protected]> --- M debian/control M ovirt-guest-agent.rhel6.spec M ovirt-guest-agent.spec 3 files changed, 4 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-guest-agent refs/changes/43/23443/1 diff --git a/debian/control b/debian/control index d36fc11..be56f1c 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,8 @@ python-apt, python-dbus, python-ethtool, - usermode + usermode, + qemu-guest-agent Description: oVirt Guest Agent This is the oVirt management agent running inside the guest. The agent interfaces with the oVirt manager, supplying heart-beat info as well as diff --git a/ovirt-guest-agent.rhel6.spec b/ovirt-guest-agent.rhel6.spec index d6581a0..b021de8 100644 --- a/ovirt-guest-agent.rhel6.spec +++ b/ovirt-guest-agent.rhel6.spec @@ -18,6 +18,7 @@ Requires: udev >= 095-14.23 Requires: kernel > 2.6.18-238.5.0 Requires: usermode +Requires: qemu-guest-agent Conflicts: rhev-agent Conflicts: rhevm-guest-agent diff --git a/ovirt-guest-agent.spec b/ovirt-guest-agent.spec index ba6c3b6..30bd3c1 100644 --- a/ovirt-guest-agent.spec +++ b/ovirt-guest-agent.spec @@ -28,6 +28,7 @@ BuildRequires: python-pep8 Requires: dbus-python Requires: rpm-python +Requires: qemu-guest-agent Requires: python-ethtool >= 0.4-1 Requires: udev >= 095-14.23 Requires: kernel > 2.6.18-238.5.0 -- To view, visit http://gerrit.ovirt.org/23443 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I4c550801326dfa0b8d9357770f48a6d9b64eb3a1 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-guest-agent Gerrit-Branch: master Gerrit-Owner: Vinzenz Feenstra <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
