On F27 the current version of apitrace is apitrace-7.1-7.fc27.
apitrace-7.1-7.fc27
On F27 x86_64 however,
# dnf install --refresh apitrace-libs.i686
currently gives you apitrace-libs-7.1-7.fc27.i686 (note: -7 instead of -9). On the other hand,
apitrace-libs-7.1-7.fc27.i686
-7
-9
# dnf install --refresh apitrace-libs
gives you apitrace-libs-7.1-9.fc27.x86_64 as expected.
apitrace-libs-7.1-9.fc27.x86_64
apitrace-libs is multilib whitelisted, but appears to be out of sync.
apitrace-libs
See also #1541099.
Moved to releng: https://pagure.io/releng/issue/7354
Metadata Update from @smani: - Issue status updated to: Closed (was: Open)