From a2330ab5d6964720c79d8ab3fe0bb1c7cf336be43a769f4fb38a32c989448fc8 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 14 Apr 2020 17:17:50 +0000 Subject: [PATCH] Correct removing slave alternatives OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=64 --- python-Pygments.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-Pygments.spec b/python-Pygments.spec index 152f566..61d9084 100644 --- a/python-Pygments.spec +++ b/python-Pygments.spec @@ -80,7 +80,7 @@ install -Dm0644 doc/pygmentize.1 %{buildroot}%{_mandir}/man1/pygmentize.1 %{python_install_alternative pygmentize pygmentize.1} %postun -%{python_uninstall_alternative pygmentize pygmentize.1} +%python_uninstall_alternative pygmentize %check %pytest