[Libguestfs] [PATCH] appliance: add/remove some packages for Arch Linux

Richard W.M. Jones rjones at redhat.com
Thu Oct 6 18:02:44 UTC 2016


On Thu, Oct 06, 2016 at 04:54:33PM +0200, Tomáš Golembiovský wrote:
> Added:
> - cdrtools: added as alternative to cdrkit
> - multipath-tools: contains kpartx (in AUR)
> 
> Removed:
> - ntfsprogs: the package is no longer available, it has been completely
>   replaced by ntfs-3g (already in packagelist.in)
> - zfs-fuse: no longer in AUR

FYI you don't need to remove packages as supermin ignores missing
packages.  We should only remove them if they were never in Arch, or
if they're not in any version[1] of Arch that anyone is likely to be
using.

Given that, ACK.

Rich.

[1] Yes, I'm aware Arch doesn't have versions ...

> Signed-off-by: Tomáš Golembiovský <tgolembi at redhat.com>
> ---
>  appliance/packagelist.in | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/appliance/packagelist.in b/appliance/packagelist.in
> index 77bd464..f278f66 100644
> --- a/appliance/packagelist.in
> +++ b/appliance/packagelist.in
> @@ -102,6 +102,7 @@ dnl iproute has been renamed to iproute2
>  ifelse(ARCHLINUX,1,
>    augeas
>    cdrkit
> +  cdrtools
>    cryptsetup
>    dhcpcd
>    gptfdisk
> @@ -115,8 +116,8 @@ ifelse(ARCHLINUX,1,
>    dnl syslinux has mtools as optional dependency, but in reality it's
>    dnl a hard one:
>    mtools
> +  multipath-tools  dnl for kpartx
>    nilfs-utils
> -  ntfsprogs
>    ntfs-3g
>    pcre
>    reiserfsprogs
> @@ -124,7 +125,6 @@ ifelse(ARCHLINUX,1,
>    vim
>    xz
>    yajl
> -  zfs-fuse
>  )
>  
>  ifelse(SUSE,1,
> -- 
> 2.10.0
> 
> _______________________________________________
> Libguestfs mailing list
> Libguestfs at redhat.com
> https://www.redhat.com/mailman/listinfo/libguestfs

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-builder quickly builds VMs from scratch
http://libguestfs.org/virt-builder.1.html




More information about the Libguestfs mailing list