Name: platform-python-shim Version: 0 Release: 1%{?dist} Summary: Workaround Package for rocm-llvm License: MIT BuildArch: noarch BuildRequires: python3 Requires: python3 Provides: /usr/libexec/platform-python %pre python --version ln -sv $(which python3) /usr/libexec/platform-python %post ls -lah /usr/libexec/platform-python || true %preun rm -v /usr/libexec/platform-python %postun ls -lah /usr/libexec/platform-python || true %description Resolves dependecy issue with rocm-llvm as it requires python to be in different location than what fedora packages. %files