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