From 9955c55d8170ae95da0e2d1ab1b5d5ef48dd48a8ce3f5ca306df6755c766af92 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 3 Dec 2020 07:40:16 +0000 Subject: [PATCH] - Add missing uninstall alternative OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dbus-deviation?expand=0&rev=4 --- python-dbus-deviation.changes | 5 +++++ python-dbus-deviation.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-dbus-deviation.changes b/python-dbus-deviation.changes index 0835390..1d3b7a6 100644 --- a/python-dbus-deviation.changes +++ b/python-dbus-deviation.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 3 07:40:06 UTC 2020 - Matej Cepl + +- Add missing uninstall alternative + ------------------------------------------------------------------- Thu Dec 3 01:06:37 UTC 2020 - Benjamin Greiner diff --git a/python-dbus-deviation.spec b/python-dbus-deviation.spec index 8b21490..5757396 100644 --- a/python-dbus-deviation.spec +++ b/python-dbus-deviation.spec @@ -64,7 +64,7 @@ sed -i '1 {/^#!/d}' dbusapi/tests/*.py dbusdeviation/utilities/*.py %python_install_alternative dbus-interface-diff dbus-interface-vcs-helper %postun -%python_uninstall_alternative dbus-interface-diff +%python_uninstall_alternative dbus-interface-diff dbus-interface-vcs-helper %files %{python_files} %doc AUTHORS NEWS README