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:
parent
feab8e6a41
commit
60dc5dfb99
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue