14
0

- Fix copy-pasta typo in install_alternative

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rpmfile?expand=0&rev=9
This commit is contained in:
2025-08-18 12:01:01 +00:00
committed by Git OBS Bridge
parent 218d09b447
commit bc520aad8a

View File

@@ -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