From 351822b3e9513b1c6dcf883c0003662a10da50e3 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sat, 31 Jan 2009 23:39:26 -0500 Subject: [PATCH] xen-utils installs a Xen hypervisor. The autoinstaller guest doesn't want one. svn path=/trunk/packages/invirt-autoinstaller/; revision=2076 --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9534dbc..aa0b8f8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-autoinstaller (0.0.9) unstable; urgency=low + + * xen-utils recommends a Xen hypervisor. We don't want one. + + -- Evan Broder Sat, 31 Jan 2009 23:39:06 -0500 + invirt-autoinstaller (0.0.8) unstable; urgency=low * Actually install a useful base system by pulling in ubuntu-minimal and diff --git a/debian/control b/debian/control index 8226eca..d173d71 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Description: SIPB Xen automatic guest-image installer system (host) Package: invirt-autoinstaller-guest Architecture: all Provides: ${diverted-files} -Conflicts: ${diverted-files}, sysvinit, upstart +Conflicts: ${diverted-files}, sysvinit, upstart, xen-hypervisor Depends: ${misc:Depends}, patch, xen-tools, busybox-static, lvm2, kpartx Description: SIPB Xen automatic guest-image installer system (guest) This is our automatic guest-image installer system. -- 1.7.9.5