Tomáš Golembiovský
2016-Oct-06 14:54 UTC
[Libguestfs] [PATCH] appliance: add/remove some packages for Arch Linux
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 Signed-off-by: Tomáš Golembiovský <tgolembi@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
Richard W.M. Jones
2016-Oct-06 18:02 UTC
Re: [Libguestfs] [PATCH] appliance: add/remove some packages for Arch Linux
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 AURFYI 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@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@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
Apparently Analagous Threads
- [PATCH] Use guestfsd binary to auto-generate library dependencies for appliance
- [PATCH] packagelist: add initviocons package on SUSE
- [PATCH] appliance: add cdrkit-cdrtools-compat on openSUSE
- Re: [PATCH] packagelist: add initviocons package on SUSE
- [PATCH v3 0/4] launch: libvirt: Use qemu-bridge-helper to implement a