c5208cb
# The base package is (somewhat unusually) a metapackage, so it’s normal that
c5208cb
# it has no files.
c5208cb
addFilter(r'edac-utils\..*: no-(binary|documentation)$')
c5208cb
# Since the edac-ctl binary is a Perl script, this could be a noarch
c5208cb
# subpackage, except that it has a dependency on dmidecode that is only
c5208cb
# available on certain architectures.
c5208cb
addFilter(r'edac-ctl\..*: no-binary$')
c5208cb
# Not real spelling errors:
c5208cb
addFilter(r" spelling-error \('[Cc](hipsets?|ommandline|tl)',")
c5208cb
addFilter(r" spelling-error \('[Ii]nit',")
c5208cb
addFilter(r" spelling-error \('libedac',")
c5208cb
addFilter(r" spelling-error \('[Mm]etapackage',")
c5208cb
addFilter(r" spelling-error \('[Pp]erl',")
c5208cb
addFilter(r" spelling-error \('[Ss]ysfs',")
c5208cb
addFilter(r" spelling-error \('[Uu]serspace',")