Spec URL: https://dcavalca.fedorapeople.org/review/box64/box64.spec SRPM URL: https://dcavalca.fedorapeople.org/review/box64/box64-0.2.2-1.fc39.src.rpm Description: Box64 lets you run x86_64 Linux programs (such as games) on non-x86_64 Linux systems, like ARM (host system needs to be 64-bit little-endian). Fedora Account System Username: dcavalca
This needs access to x86_64 libraries to actually be useful. The easiest way to get those is to dnf --forcearch=x86_64 --installroot=/path/to/x64root install <packages...> and then set BOX64_LD_LIBRARY_PATH=/path/to/x64root before running box64.
Taking this review.
Spec review: > Requires(post): %{_sbindir}/update-alternatives > Requires(postun): %{_sbindir}/update-alternatives Why are we using alternatives instead of Provides+Conflicts and "RemovePathPostfixes" stanzas? Example of this: https://code.opensuse.org/package/pagure/blob/master/f/pagure.spec#_218-238
Because I figured may want to have the generic aarch64 version and the platform specific one installed concurrently to compare and contrast (not on Apple Silicon, as you'll need the -asahi one for 16k, but on other platforms).