Hello community,

here is the log from the commit of package libguestfs for openSUSE:Factory 
checked in at 2019-09-13 14:59:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libguestfs (Old)
 and      /work/SRC/openSUSE:Factory/.libguestfs.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libguestfs"

Fri Sep 13 14:59:43 2019 rev:68 rq:730191 version:1.38.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libguestfs/libguestfs.changes    2019-08-23 
11:07:47.378472880 +0200
+++ /work/SRC/openSUSE:Factory/.libguestfs.new.7948/libguestfs.changes  
2019-09-13 14:59:46.177280925 +0200
@@ -1,0 +2,18 @@
+Tue Sep 10 09:59:19 UTC 2019 - Christophe Giboudeaux <[email protected]>
+
+- Use -ffat-lto-objects when building static libraries.
+
+-------------------------------------------------------------------
+Mon Sep  9 16:32:56 UTC 2019 - Larry Dewey <[email protected]>
+
+- Added lvm2 to Requires for using virt-resize of xfs images.
+  (bsc#1138860)
+
+-------------------------------------------------------------------
+Wed Aug 28 20:10:11 UTC 2019 - Guilherme Moro <[email protected]>
+
+- Add sysconfig-netconfig to appliance (boo#1136878)
+  Patches added:
+    netconfig.patch
+
+-------------------------------------------------------------------

New:
----
  netconfig.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libguestfs.spec ++++++
--- /var/tmp/diff_new_pack.Xr8EyN/_old  2019-09-13 14:59:46.921280957 +0200
+++ /var/tmp/diff_new_pack.Xr8EyN/_new  2019-09-13 14:59:46.921280957 +0200
@@ -153,6 +153,7 @@
 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 @@
 
 #
 Requires:       guestfs-tools
+Requires:       lvm2
 Requires:       virt-v2v = %{version}
 
 %description
@@ -409,7 +411,6 @@
 BuildRequires:  syslinux
 %endif
 BuildRequires:  ldmtool
-BuildRequires:  pkgconfig(systemd)
 BuildRequires:  systemd-sysvinit
 BuildRequires:  tar
 BuildRequires:  terminfo-base
@@ -419,6 +420,7 @@
 BuildRequires:  util-linux-lang
 BuildRequires:  xfsprogs
 BuildRequires:  xz
+BuildRequires:  pkgconfig(systemd)
 
 # Needed by guestfsd which is burried in the appliance
 #
@@ -568,8 +570,10 @@
 %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`

++++++ netconfig.patch ++++++
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

Reply via email to