RPM Architecture-specific Dependencies
Nov 18, 2014 09:41 · 37 words · 1 minute read
If you need to specify some packages in the “Require” section of a SPEC file, you should use the ISA (Instruction Set Architecture) dependencies
The following is not longer valid:
Requires: gtk.i686
This is valid:
Requires: gtk(x86-32)