[Pkg-libvirt-commits] [libguestfs] 157/179: p2v: Add "Hardware Support" group to the P2V images (RHBZ#1157679).
Hilko Bengen
bengen at moszumanska.debian.org
Fri Oct 31 19:08:51 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch experimental
in repository libguestfs.
commit 91788cd76f23227c102293a5dc5eef1c30cf7858
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Mon Oct 27 13:41:49 2014 +0000
p2v: Add "Hardware Support" group to the P2V images (RHBZ#1157679).
Thanks: Chris Adams
---
p2v/p2v.ks.in | 1 +
p2v/virt-p2v-make-disk.in | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/p2v/p2v.ks.in b/p2v/p2v.ks.in
index 3019c4e..c21424f 100644
--- a/p2v/p2v.ks.in
+++ b/p2v/p2v.ks.in
@@ -64,6 +64,7 @@ matchbox-window-manager
pcre
libxml2
gtk2
+ at hardware-support --optional
%end
diff --git a/p2v/virt-p2v-make-disk.in b/p2v/virt-p2v-make-disk.in
index af1d6f4..c29af2c 100644
--- a/p2v/virt-p2v-make-disk.in
+++ b/p2v/virt-p2v-make-disk.in
@@ -85,12 +85,13 @@ osversion="$1"
# - Xorg (or another X server, but only Xorg has been tested)
# - Xorg drivers
# - some fonts
+# - hardware support (firmware etc, RHBZ#1157679)
# - matchbox (window manager, another could be used)
#
# Note that libguestfs is NOT a dependency.
case "$osversion" in
centos-*|fedora-*|rhel-*|scientificlinux-*)
- deps=pcre,libxml2,gtk2,/usr/bin/xinit,/usr/bin/ssh,/usr/bin/qemu-nbd,/usr/bin/Xorg,xorg-x11-drivers,xorg-x11-fonts-Type1,matchbox-window-manager
+ deps=pcre,libxml2,gtk2,/usr/bin/xinit,/usr/bin/ssh,/usr/bin/qemu-nbd,/usr/bin/Xorg,xorg-x11-drivers,xorg-x11-fonts-Type1,matchbox-window-manager, at hardware-support
selinux_relabel=--selinux-relabel
;;
debian-*|ubuntu-*)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list