Accepting request 730191 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/730191 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libguestfs?expand=0&rev=68
This commit is contained in:
commit
6681a70f6a
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 10 09:59:19 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Use -ffat-lto-objects when building static libraries.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 9 16:32:56 UTC 2019 - Larry Dewey <ldewey@suse.com>
|
||||
|
||||
- Added lvm2 to Requires for using virt-resize of xfs images.
|
||||
(bsc#1138860)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 28 20:10:11 UTC 2019 - Guilherme Moro <gmoro@suse.com>
|
||||
|
||||
- Add sysconfig-netconfig to appliance (boo#1136878)
|
||||
Patches added:
|
||||
netconfig.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 22 13:39:11 UTC 2019 - ohering@suse.de
|
||||
|
||||
|
@ -153,6 +153,7 @@ Patch51: 0002-common-extract-UTF-8-conversion-function.patch
|
||||
Patch52: 0003-inspector-rpm-summary-and-description-may-not-be-utf.patch
|
||||
# Our patches
|
||||
Patch100: appliance.patch
|
||||
Patch101: netconfig.patch
|
||||
|
||||
Source0: http://download.libguestfs.org/1.38-stable/libguestfs-%{version}.tar.gz
|
||||
Source1: libguestfs.rpmlintrc
|
||||
@ -168,6 +169,7 @@ Source10005: libguestfs.test.simple.create-sles12-guest-crypt-on-lvm.sh
|
||||
|
||||
#
|
||||
Requires: guestfs-tools
|
||||
Requires: lvm2
|
||||
Requires: virt-v2v = %{version}
|
||||
|
||||
%description
|
||||
@ -409,7 +411,6 @@ BuildRequires: strace
|
||||
BuildRequires: syslinux
|
||||
%endif
|
||||
BuildRequires: ldmtool
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
BuildRequires: systemd-sysvinit
|
||||
BuildRequires: tar
|
||||
BuildRequires: terminfo-base
|
||||
@ -419,6 +420,7 @@ BuildRequires: util-linux
|
||||
BuildRequires: util-linux-lang
|
||||
BuildRequires: xfsprogs
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
|
||||
# Needed by guestfsd which is burried in the appliance
|
||||
#
|
||||
@ -568,8 +570,10 @@ It can import a variety of guest operating systems from libvirt-managed hosts.
|
||||
%patch51 -p1
|
||||
%patch52 -p1
|
||||
%patch100 -p1
|
||||
%patch101 -p1
|
||||
|
||||
%build
|
||||
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
|
||||
bison --version
|
||||
# [Bug 789653] sles11 perl obsoletes perl-Pod-Simple unconditionally
|
||||
export PERLLIB=`echo $PWD/Pod-Simple-*/lib`
|
||||
|
11
netconfig.patch
Normal file
11
netconfig.patch
Normal file
@ -0,0 +1,11 @@
|
||||
diff -up ./appliance/packagelist.in.netconfig ./appliance/packagelist.in
|
||||
--- ./appliance/packagelist.in.netconfig 2019-08-28 19:26:50.290462768 +0100
|
||||
+++ ./appliance/packagelist.in 2019-08-28 19:27:05.530462557 +0100
|
||||
@@ -161,6 +161,7 @@ ifelse(SUSE,1,
|
||||
ntfs-3g
|
||||
reiserfs
|
||||
squashfs
|
||||
+ sysconfig-netconfig
|
||||
systemd
|
||||
vim
|
||||
xz
|
Loading…
x
Reference in New Issue
Block a user