[Pkg-libvirt-commits] [libguestfs] 128/266: appliance: initial packagelist for OpenSUSE

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 3 14:41:51 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag debian/1%1.27.35-1
in repository libguestfs.

commit 0ed91a7399c9c58cc29c1320df0d70c9f1d49229
Author: Pino Toscano <ptoscano at redhat.com>
Date:   Tue Aug 19 15:48:05 2014 +0200

    appliance: initial packagelist for OpenSUSE
    
    Mostly complete and making most of the features work.
    
    The notable lack is ntfsprogs and ntfs-3g, which due to the way
    mount.ntfs is handled (i.e. using alternatives) do not work properly.
---
 appliance/packagelist.in | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/appliance/packagelist.in b/appliance/packagelist.in
index 3aeafc6..b0a713a 100644
--- a/appliance/packagelist.in
+++ b/appliance/packagelist.in
@@ -125,6 +125,27 @@ ifelse(ARCHLINUX,1,
   zfs-fuse
 )
 
+ifelse(SUSE,1,
+  augeas
+  dnl It seems no other augeas package depends on it.
+  augeas-lenses
+  btrfsprogs
+  cryptsetup
+  e2fsprogs
+  genisoimage
+  gptfdisk
+  hivex
+  iproute2
+  iputils
+  libcap2
+  libselinux1
+  reiserfs
+  syslinux
+  systemd
+  vim
+  xz
+)
+
 ifelse(FRUGALWARE,1,
   augeas
   btrfs-progs

-- 
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