Fabio Valentini
d9aa58b6cb
Some cfg-expressions evaluated to "False" because all target_arch checks were evaluated as "True", but that broke in situations where the cfg-expression checked for the *absence* of a match for a specific target_arch. With this change, cfg-expressions are now evaluated once for every supported target_arch, and they evaluate to "True" if the expression evaluated to "True" for *any* value of target_arch. |
||
---|---|---|
.. | ||
core | ||
templates | ||
tests | ||
__init__.py | ||
__main__.py | ||
cfg.py | ||
generator.py | ||
licensing.py | ||
log.py | ||
spdx_to_fedora.csv | ||
util.py |