Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-dmidecode for
openSUSE:Factory checked in at 2023-04-22 22:03:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dmidecode (Old)
and /work/SRC/openSUSE:Factory/.python-dmidecode.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dmidecode"
Sat Apr 22 22:03:40 2023 rev:11 rq:1082166 version:3.12.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dmidecode/python-dmidecode.changes
2023-04-11 13:52:04.747680449 +0200
+++
/work/SRC/openSUSE:Factory/.python-dmidecode.new.1533/python-dmidecode.changes
2023-04-22 22:04:04.562513430 +0200
@@ -2 +2 @@
-Tue Apr 4 08:44:27 UTC 2023 - Matej Cepl <[email protected]>
+Fri Apr 21 12:24:18 UTC 2023 - Dirk Müller <[email protected]>
@@ -4 +4,6 @@
-- Clean up SPEC file
+- add sle15_python_module_pythons (jsc#PED-68)
+
+-------------------------------------------------------------------
+Thu Apr 13 22:40:56 UTC 2023 - Matej Cepl <[email protected]>
+
+- Make calling of %{sle15modernpython} optional.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-dmidecode.spec ++++++
--- /var/tmp/diff_new_pack.briKOz/_old 2023-04-22 22:04:04.974515894 +0200
+++ /var/tmp/diff_new_pack.briKOz/_new 2023-04-22 22:04:04.978515918 +0200
@@ -18,6 +18,7 @@
%define oldpython python
%define modname dmidecode
+%{?sle15_python_module_pythons}
Name: python-dmidecode
Version: 3.12.3
Release: 0
@@ -94,6 +95,7 @@
%postun
if [ ! -f %{_datadir}/python-dmidecode/pymap-%{python_bin_suffix}.xml ] ; then
+ MAJVER=$(ver=%{python_version}; echo ${ver:0:1})
%{_sbindir}/update-alternatives --remove pymap.xml \
%{_datadir}/python-dmidecode/pymap-%{python_bin_suffix}.xml
fi