Pino Toscano
2017-Apr-12 16:00 UTC
[Libguestfs] [PATCH] appliance: add cdrkit-cdrtools-compat on openSUSE
It looks like isoinfo is in that package since openSUSE Leap 42.1, so make sure to include it to not break the isoinfo* APIs. --- appliance/packagelist.in | 1 + 1 file changed, 1 insertion(+) diff --git a/appliance/packagelist.in b/appliance/packagelist.in index 5cf2276..0a71cc3 100644 --- a/appliance/packagelist.in +++ b/appliance/packagelist.in @@ -136,6 +136,7 @@ ifelse(SUSE,1, dnl It seems no other augeas package depends on it. augeas-lenses btrfsprogs + cdrkit-cdrtools-compat cryptsetup dhcpcd dhcp-client -- 2.9.3
Richard W.M. Jones
2017-Apr-12 21:07 UTC
Re: [Libguestfs] [PATCH] appliance: add cdrkit-cdrtools-compat on openSUSE
On Wed, Apr 12, 2017 at 06:00:38PM +0200, Pino Toscano wrote:> It looks like isoinfo is in that package since openSUSE Leap 42.1, so > make sure to include it to not break the isoinfo* APIs. > --- > appliance/packagelist.in | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/appliance/packagelist.in b/appliance/packagelist.in > index 5cf2276..0a71cc3 100644 > --- a/appliance/packagelist.in > +++ b/appliance/packagelist.in > @@ -136,6 +136,7 @@ ifelse(SUSE,1, > dnl It seems no other augeas package depends on it. > augeas-lenses > btrfsprogs > + cdrkit-cdrtools-compat > cryptsetup > dhcpcd > dhcp-clientACK, obvious fix. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com libguestfs lets you edit virtual machines. Supports shell scripting, bindings from many languages. http://libguestfs.org
Apparently Analagous Threads
- [PATCH] appliance: add/remove some packages for Arch Linux
- [PATCH] Use guestfsd binary to auto-generate library dependencies for appliance
- [PATCH v3 0/4] launch: libvirt: Use qemu-bridge-helper to implement a
- [PATCH 0/3] libguestfs: improve OpenSUSE support
- packagelist.in for archlinux