`uname -i` functionality is non-portable and the custom patch Fedora was
carrying around was recently dropped:
cd953e11dd
The [rhbz#548834](https://bugzilla.redhat.com/show_bug.cgi?id=548834#c5)
suggests to use `uname -m` instead.
Resolves: rhbz#2158752