Accepting request 487787 from home:cbosdonnat:branches:Virtualization
- Add ldmtool to appliance (fate#320858) - Add cdrkit-cdrtools-compat to appliance, required for isoinfo* APIs to work. OBS-URL: https://build.opensuse.org/request/show/487787 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=386
This commit is contained in:
parent
5364ac809f
commit
3015488a2e
@ -594,8 +594,11 @@ Index: libguestfs-1.32.4/appliance/packagelist.in
|
|||||||
===================================================================
|
===================================================================
|
||||||
--- libguestfs-1.32.4.orig/appliance/packagelist.in
|
--- libguestfs-1.32.4.orig/appliance/packagelist.in
|
||||||
+++ libguestfs-1.32.4/appliance/packagelist.in
|
+++ libguestfs-1.32.4/appliance/packagelist.in
|
||||||
@@ -134,16 +134,21 @@ ifelse(SUSE,1,
|
@@ -132,18 +132,25 @@ ifelse(SUSE,1,
|
||||||
|
dnl It seems no other augeas package depends on it.
|
||||||
|
augeas-lenses
|
||||||
btrfsprogs
|
btrfsprogs
|
||||||
|
+ cdrkit-cdrtools-compat
|
||||||
cryptsetup
|
cryptsetup
|
||||||
dhcpcd
|
dhcpcd
|
||||||
+ dhcp-client
|
+ dhcp-client
|
||||||
@ -606,6 +609,7 @@ Index: libguestfs-1.32.4/appliance/packagelist.in
|
|||||||
+ initviocons
|
+ initviocons
|
||||||
iproute2
|
iproute2
|
||||||
iputils
|
iputils
|
||||||
|
+ ldmtool
|
||||||
libcap2
|
libcap2
|
||||||
+ libhivex0
|
+ libhivex0
|
||||||
libselinux1
|
libselinux1
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 6 13:27:25 UTC 2017 - cbosdonnat@suse.com
|
||||||
|
|
||||||
|
- Add ldmtool to appliance (fate#320858)
|
||||||
|
- Add cdrkit-cdrtools-compat to appliance, required for isoinfo*
|
||||||
|
APIs to work.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 30 16:04:14 UTC 2016 - cbosdonnat@suse.com
|
Wed Nov 30 16:04:14 UTC 2016 - cbosdonnat@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libguestfs
|
# spec file for package libguestfs
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2011 Michal Hrusecky <mhrusecky@novell.com>
|
# Copyright (c) 2011 Michal Hrusecky <mhrusecky@novell.com>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -437,6 +437,7 @@ BuildRequires: xz
|
|||||||
%if %{with zerofree}
|
%if %{with zerofree}
|
||||||
BuildRequires: zerofree
|
BuildRequires: zerofree
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: ldmtool
|
||||||
|
|
||||||
# Needed by guestfsd which is burried in the appliance
|
# Needed by guestfsd which is burried in the appliance
|
||||||
#
|
#
|
||||||
@ -467,6 +468,7 @@ Recommends: mdadm
|
|||||||
Recommends: parted
|
Recommends: parted
|
||||||
Recommends: zerofree
|
Recommends: zerofree
|
||||||
Recommends: genisoimage
|
Recommends: genisoimage
|
||||||
|
Recommends: ldmtool
|
||||||
|
|
||||||
Summary: Virtual machine needed for libguestfs
|
Summary: Virtual machine needed for libguestfs
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user