mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
appliance: move btrfs-progs as common package
Recently Debian switched to btrfs-progs, so almost all the distributions (except openSUSE) have btrfs-progs which is then moved as common package. The old btrfs-tools name is left there, to support Debian Jessie and older, and Ubuntu Xenial and older.
This commit is contained in:
@@ -24,7 +24,6 @@ ifelse(UBUNTU,1,`define(`DEBIAN',1)')
|
||||
|
||||
ifelse(REDHAT,1,
|
||||
augeas-libs
|
||||
btrfs-progs
|
||||
cryptsetup
|
||||
cryptsetup-luks dnl old name used before Fedora 17
|
||||
dhclient
|
||||
@@ -56,6 +55,7 @@ ifelse(REDHAT,1,
|
||||
|
||||
ifelse(DEBIAN,1,
|
||||
bsdmainutils
|
||||
dnl old name used in Jessie and earlier
|
||||
btrfs-tools
|
||||
cryptsetup
|
||||
extlinux
|
||||
@@ -100,7 +100,6 @@ dnl iproute has been renamed to iproute2
|
||||
|
||||
ifelse(ARCHLINUX,1,
|
||||
augeas
|
||||
btrfs-progs
|
||||
cdrkit
|
||||
cryptsetup
|
||||
dhcpcd
|
||||
@@ -152,7 +151,6 @@ ifelse(SUSE,1,
|
||||
|
||||
ifelse(FRUGALWARE,1,
|
||||
augeas
|
||||
btrfs-progs
|
||||
cryptsetup-luks
|
||||
cdrkit
|
||||
dhclient
|
||||
@@ -178,7 +176,6 @@ ifelse(FRUGALWARE,1,
|
||||
|
||||
ifelse(MAGEIA,1,
|
||||
augeas
|
||||
btrfs-progs
|
||||
cryptsetup
|
||||
chkconfig /* for /etc/init.d */
|
||||
cdrkit-genisoimage
|
||||
@@ -212,6 +209,7 @@ acl
|
||||
attr
|
||||
bash
|
||||
binutils
|
||||
btrfs-progs
|
||||
bzip2
|
||||
coreutils
|
||||
cpio
|
||||
|
||||
Reference in New Issue
Block a user