[Pkg-libvirt-commits] [libguestfs] 144/156: appliance: initial packagelist for OpenSUSE
Hilko Bengen
bengen at moszumanska.debian.org
Sat Aug 30 08:26:15 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch master
in repository libguestfs.
commit 535537c8aaa29ed7975169af9e97d9860e86d47c
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.
(cherry picked from commit 0ed91a7399c9c58cc29c1320df0d70c9f1d49229)
---
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