Hello community,

here is the log from the commit of package libguestfs for openSUSE:Factory 
checked in at 2017-12-08 12:59:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libguestfs (Old)
 and      /work/SRC/openSUSE:Factory/.libguestfs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libguestfs"

Fri Dec  8 12:59:35 2017 rev:58 rq:554862 version:1.36.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/libguestfs/libguestfs.changes    2017-10-26 
18:45:59.747437963 +0200
+++ /work/SRC/openSUSE:Factory/.libguestfs.new/libguestfs.changes       
2017-12-08 12:59:36.040890472 +0100
@@ -1,0 +2,17 @@
+Mon Dec  4 17:18:57 UTC 2017 - [email protected]
+
+- evtxdump is in python3-evtx, drop python2 dependency
+  (fate#323526)
+- add hwinfo to the appliance packages for ntfs support.
+  (bsc#1070976)
+- Don't run fdupes as it symlinks some of the python3 binding
+  files to their python2 equivalent
+
+-------------------------------------------------------------------
+Wed Nov 22 16:22:39 UTC 2017 - [email protected]
+
+- Add db48-utils dependency: needed to inspect the installed
+  packages.
+- Remove useless patch: 0000-hotfix.patch
+
+-------------------------------------------------------------------

Old:
----
  0000-hotfix.patch

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

Other differences:
------------------
++++++ libguestfs.spec ++++++
--- /var/tmp/diff_new_pack.Mi1cZp/_old  2017-12-08 12:59:37.672831534 +0100
+++ /var/tmp/diff_new_pack.Mi1cZp/_new  2017-12-08 12:59:37.672831534 +0100
@@ -82,7 +82,6 @@
 %endif
 %endif
 BuildRequires:  bison
-BuildRequires:  fdupes
 BuildRequires:  file-devel
 BuildRequires:  flex
 BuildRequires:  gcc
@@ -139,7 +138,6 @@
 Summary:        Compatibility package for guestfs-tools
 License:        GPL-2.0
 Group:          System/Filesystems
-Patch0:         0000-hotfix.patch
 # PATCH-FIX-UPSTREAM - python3 fixes
 Patch1:         
9d25b4e5-python-add-simple-wrappers-for-PyObject-string-funct.patch
 Patch2:         
f3f99a09-python-use-right-func-when-PyString_FromStringAndSiz.patch
@@ -176,7 +174,7 @@
 Provides:       %{name} = %{version}
 Obsoletes:      %{name} < %{version}
 Requires:       libguestfs0 = %{version}
-Requires:       python-evtx
+Requires:       python3-evtx
 %if %{with bash_completion}
 Recommends:     bash-completion >= 2.0
 %endif
@@ -441,7 +439,7 @@
 Recommends:     zerofree
 Recommends:     genisoimage
 Recommends:     ldmtool
-%if %{?is_opensuse:0} == 0
+%if ! 0%{?is_opensuse}
 Recommends:     guestfs-winsupport
 %endif
 
@@ -455,7 +453,7 @@
 libguestfs needs for it's run a virtual machine image.
 This package provides such an image, an initrd and a kernel.
 
-%if 0%{?is_opensuse} == 0
+%if ! 0%{?is_opensuse}
 %package -n guestfs-winsupport
 Summary:        Windows guest support in libguestfs
 License:        GPL-2.0+
@@ -489,6 +487,7 @@
 License:        LGPL-2.1
 Group:          System/Libraries
 Requires:       %{kvm_binary}
+Requires:       db48-utils
 Requires:       guestfs-data >= %{version}
 Requires:       qemu >= 2.0
 Requires:       qemu-tools
@@ -543,7 +542,6 @@
 %prep
 : _ignore_exclusive_arch '%{?_ignore_exclusive_arch}'
 %setup -q -a 789653
-%patch0 -p1
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
@@ -661,10 +659,9 @@
 #
 touch %{name}.lang
 %find_lang %{name}
-%fdupes -s %{buildroot}/
 
 # Appliance NTFS files
-%if %{?is_opensuse}
+%if 0%{?is_opensuse}
 mkdir -p %{buildroot}/tmp/etc/alternatives
 pushd %{buildroot}/tmp/etc/alternatives
 ln -s /sbin/mount.ntfs-3g mount.ntfs
@@ -687,7 +684,10 @@
 tar zcf %{buildroot}%{_libdir}/guestfs/supermin.d/zz-winsupport.tar.gz .
 popd
 
-echo "libfuse2" > 
%{buildroot}%{_libdir}/guestfs/supermin.d/zz-packages-winsupport
+cat > %{buildroot}%{_libdir}/guestfs/supermin.d/zz-packages-winsupport << EOF
+libfuse2
+hwinfo
+EOF
 %endif
 
 mkdir -p %{buildroot}/tmp/usr/bin
@@ -723,11 +723,10 @@
 %{_libdir}/guestfs/supermin.d/packages
 %{_libdir}/guestfs/supermin.d/zz-scripts.tar.gz
 
-%if %{?is_opensuse}
+%if 0%{?is_opensuse}
 %{_libdir}/guestfs/supermin.d/zz-ntfs-symlink.tar.gz
-%endif
+%else
 
-%if 0%{?is_opensuse} == 0
 %files -n guestfs-winsupport
 %defattr(-,root,root)
 %{_libdir}/guestfs/supermin.d/zz-*winsupport*


Reply via email to