1,885
edits
Changes
→Excluding an Architecture
ExcludeArch: ''ppc''
If a package only applies to a certain architecture -- for example, it is CPU-specific microcode -- it can be marked as such:
ExclusiveArch: ''x86_64''
Note that ExcludeArch is preferred over ExclusiveArch except where the package is definitely architecture-specific.
{{Admon/important|Arch Macros|Some architectures exist in multiple versions. In these cases, a macro is provided which expands to all of the arch names within a family; for example, to exclude all of the ARM varients, use <code>ExcludeArch: %{arm}</code>}}