From bc520aad8ac8530afcadf2107baa2f9bc5d9708b4841a1ab56581943c4080596 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Mon, 18 Aug 2025 12:01:01 +0000 Subject: [PATCH] - Fix copy-pasta typo in install_alternative OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rpmfile?expand=0&rev=9 --- python-rpmfile.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-rpmfile.spec b/python-rpmfile.spec index 9a14d7e..9c49494 100644 --- a/python-rpmfile.spec +++ b/python-rpmfile.spec @@ -72,10 +72,10 @@ sed -i '1{/#!/d}' rpmfile/cpiofile.py %python_libalternatives_reset_alternative rpmfile %post -%python_install_alternative exename +%python_install_alternative rpmfile %postun -%python_uninstall_alternative exename +%python_uninstall_alternative rpmfile %check # https://github.com/srossross/rpmfile/issues/35