Accepting request 487788 from Virtualization

1

OBS-URL: https://build.opensuse.org/request/show/487788
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libguestfs?expand=0&rev=48
This commit is contained in:
Dominique Leuenberger 2017-04-20 18:54:44 +00:00 committed by Git OBS Bridge
commit 55a5682689
3 changed files with 15 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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