Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-oletools for openSUSE:Factory
checked in at 2021-07-20 15:39:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-oletools (Old)
and /work/SRC/openSUSE:Factory/.python-oletools.new.2632 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oletools"
Tue Jul 20 15:39:29 2021 rev:5 rq:907184 version:0.60
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-oletools/python-oletools.changes
2021-06-28 15:34:14.431230951 +0200
+++
/work/SRC/openSUSE:Factory/.python-oletools.new.2632/python-oletools.changes
2021-07-20 15:40:14.153555203 +0200
@@ -1,0 +2,5 @@
+Sun Jul 4 09:49:37 UTC 2021 - Sebastian Wagner <[email protected]>
+
+- Fix package builds for Leap 15.2 and 15.3, python-xml dependency was missing.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-oletools.spec ++++++
--- /var/tmp/diff_new_pack.pPUnie/_old 2021-07-20 15:40:14.521555861 +0200
+++ /var/tmp/diff_new_pack.pPUnie/_new 2021-07-20 15:40:14.521555861 +0200
@@ -36,12 +36,18 @@
# /SECTION
BuildRequires: unzip
BuildRequires: fdupes
+%if 0%{?sle_version} == 150200 || 0%{?sle_version} == 150300
+BuildRequires: python2-xml
+%endif
Requires: python-colorclass
Requires: python-easygui
Requires: python-msoffcrypto-tool
Requires: python-olefile >= 0.46
Recommends: python-pcodedmp >= 1.2.5
Requires: python-pyparsing >= 2.1.0
+%if "%{python_flavor}" == "python2"
+Requires: python2-xml
+%endif
BuildArch: noarch
%python_subpackages