diff --git a/libguestfs.changes b/libguestfs.changes index ab4d999..5fffafe 100644 --- a/libguestfs.changes +++ b/libguestfs.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Sep 10 09:59:19 UTC 2019 - Christophe Giboudeaux + +- Use -ffat-lto-objects when building static libraries. + +------------------------------------------------------------------- +Mon Sep 9 16:32:56 UTC 2019 - Larry Dewey + +- Added lvm2 to Requires for using virt-resize of xfs images. + (bsc#1138860) + +------------------------------------------------------------------- +Wed Aug 28 20:10:11 UTC 2019 - Guilherme Moro + +- Add sysconfig-netconfig to appliance (boo#1136878) + Patches added: + netconfig.patch + ------------------------------------------------------------------- Thu Aug 22 13:39:11 UTC 2019 - ohering@suse.de diff --git a/libguestfs.spec b/libguestfs.spec index 4b849d0..03753de 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -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` diff --git a/netconfig.patch b/netconfig.patch new file mode 100644 index 0000000..2eada7a --- /dev/null +++ b/netconfig.patch @@ -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