15
0

Accepting request 1081388 from home:dirkmueller:acdc:as_python3_module

SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081388
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dmidecode?expand=0&rev=30
This commit is contained in:
2023-04-22 06:18:14 +00:00
committed by Git OBS Bridge
parent 2bc1cf6199
commit 38d3d394b4
2 changed files with 9 additions and 2 deletions

View File

@@ -1,7 +1,12 @@
-------------------------------------------------------------------
Tue Apr 4 08:44:27 UTC 2023 - Matej Cepl <mcepl@suse.com>
Fri Apr 21 12:24:18 UTC 2023 - Dirk Müller <dmueller@suse.com>
- Clean up SPEC file
- add sle15_python_module_pythons (jsc#PED-68)
-------------------------------------------------------------------
Thu Apr 13 22:40:56 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Make calling of %{sle15modernpython} optional.
-------------------------------------------------------------------
Tue Mar 14 10:32:01 UTC 2023 - Matej Cepl <mcepl@suse.com>

View File

@@ -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 @@ PRIO=$(echo %{python_version}|tr -d '.')
%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