From 2bc1cf61995496a8cd3d9e45583a8ae9194d686ed7a94481f247b2e9645aa43d Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Apr 2023 08:45:24 +0000 Subject: [PATCH] - Clean up SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dmidecode?expand=0&rev=28 --- python-dmidecode.changes | 5 +++++ python-dmidecode.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-dmidecode.changes b/python-dmidecode.changes index c6e5816..2ee9a1f 100644 --- a/python-dmidecode.changes +++ b/python-dmidecode.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 4 08:44:27 UTC 2023 - Matej Cepl + +- Clean up SPEC file + ------------------------------------------------------------------- Tue Mar 14 10:32:01 UTC 2023 - Matej Cepl diff --git a/python-dmidecode.spec b/python-dmidecode.spec index da57563..db32892 100644 --- a/python-dmidecode.spec +++ b/python-dmidecode.spec @@ -94,7 +94,6 @@ 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