mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
support OpencloudOS
Reviewed-by: Richard W.M. Jones <rjones@redhat.com> Fixes: https://github.com/libguestfs/libguestfs/pull/125
This commit is contained in:
committed by
Richard W.M. Jones
parent
f76c871adb
commit
188c5f7d93
@@ -13,6 +13,7 @@ dnl SUSE=1 For OpenSUSE.
|
||||
dnl FRUGALWARE=1 For Frugalware.
|
||||
dnl MAGEIA=1 For Mageia.
|
||||
dnl OPENMANDRIVA=1 For OpenMandriva.
|
||||
dnl OPENCLOUDOS=1 For OpenCloudOS.
|
||||
|
||||
/etc/ld.so.cache
|
||||
/lib/lsb/*
|
||||
|
||||
@@ -4,13 +4,14 @@ dnl
|
||||
dnl This file is processed by m4 with one of the
|
||||
dnl following symbols defined (depending on the distro):
|
||||
dnl
|
||||
dnl REDHAT=1 For Fedora, RHEL, EPEL and workalikes.
|
||||
dnl DEBIAN=1 For Debian.
|
||||
dnl UBUNTU=1 For Ubuntu.
|
||||
dnl ARCHLINUX=1 For Archlinux.
|
||||
dnl SUSE=1 For OpenSUSE.
|
||||
dnl FRUGALWARE=1 For Frugalware.
|
||||
dnl MAGEIA=1 For Mageia.
|
||||
dnl REDHAT=1 For Fedora, RHEL, EPEL and workalikes.
|
||||
dnl DEBIAN=1 For Debian.
|
||||
dnl UBUNTU=1 For Ubuntu.
|
||||
dnl ARCHLINUX=1 For Archlinux.
|
||||
dnl SUSE=1 For OpenSUSE.
|
||||
dnl FRUGALWARE=1 For Frugalware.
|
||||
dnl MAGEIA=1 For Mageia.
|
||||
dnl OPENCLOUDOS=1 For OpencloudOS.
|
||||
dnl
|
||||
dnl There is also a list of packages which are excluded if they appear
|
||||
dnl as dependencies of the packages below. See: excludelist.in
|
||||
@@ -213,6 +214,29 @@ ifelse(OPENMANDRIVA,1,
|
||||
zstd
|
||||
)
|
||||
|
||||
ifelse(OPENCLOUDOS,1,
|
||||
clevis-luks
|
||||
cryptsetup
|
||||
cryptsetup-luks
|
||||
dhclient
|
||||
gfs2-utils
|
||||
glibc-gconv-extra
|
||||
hfsplus-tools
|
||||
iproute
|
||||
iputils
|
||||
kernel
|
||||
ntfsprogs
|
||||
ntfs-3g
|
||||
openssh-clients
|
||||
policycoreutils
|
||||
rpm-libs
|
||||
syslinux-extlinux
|
||||
systemd
|
||||
vim-minimal
|
||||
xz
|
||||
zstd
|
||||
)
|
||||
|
||||
include(guestfsd.deps)
|
||||
|
||||
acl
|
||||
|
||||
Reference in New Issue
Block a user