macros: replace i686 with %{ix86} in %{rust_arches}

This change has been present in downstream Fedora packaging for ages,
let's just merge it upstream.
This commit is contained in:
Fabio Valentini 2022-10-26 11:45:49 +02:00
parent feab8e6a41
commit 60dc5dfb99
No known key found for this signature in database
GPG key ID: 5AC5F572E5D410AF

View file

@ -1,4 +1,4 @@
%rust_arches x86_64 i686 armv7hl aarch64 ppc64 ppc64le riscv64 s390x
%rust_arches x86_64 %{ix86} armv7hl aarch64 ppc64 ppc64le riscv64 s390x
%version_no_tilde() %{lua:
local sep = rpm.expand('%1')
local ver = rpm.expand('%2')