Open main menu

CDOT Wiki β

Changes

SBR600 Mock and Koji Lab

272 bytes added, 10:05, 19 January 2012
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>}}