From dae4831d590d2b46674af32fc12805359d3a0de666039e17afffe5730d6b4ef4 Mon Sep 17 00:00:00 2001 From: Dominik George Date: Wed, 9 Aug 2023 09:48:54 +0000 Subject: [PATCH] - Fix uninstall_alternatives call OBS-URL: https://build.opensuse.org/package/show/home:Klampfradler/python-mmllib?expand=0&rev=3 --- python-MMLlib.changes | 5 +++++ python-MMLlib.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-MMLlib.changes b/python-MMLlib.changes index b5f03a0..1a0ed17 100644 --- a/python-MMLlib.changes +++ b/python-MMLlib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 9 09:48:33 UTC 2023 - Dominik George + +- Fix uninstall_alternatives call + ------------------------------------------------------------------- Wed Aug 9 09:29:12 UTC 2023 - Dominik George diff --git a/python-MMLlib.spec b/python-MMLlib.spec index 78e855e..262cff6 100644 --- a/python-MMLlib.spec +++ b/python-MMLlib.spec @@ -58,7 +58,7 @@ Linux and BSD, with a number of extensions and changes. %python_install_alternative mml2musicxml mmllint %postun -%python_uninstall_alternative mml2musicxml mmllint +%python_uninstall_alternative mml2musicxml %files %{python_files} %doc CHANGELOG.rst MMLFILE.rst README.rst