File gcc8-testresults-rpmlintrc of Package gcc8
11
1
# This line is mandatory to access the configuration functions
2
from Config import *
3
4
# Currently gotools.log contains $RPM_BUILD_ROOT and there's nothing
5
# to be done about that and neither do we care
6
addFilter ("gcc8-testresults.*file-contains-buildroot")
7
8
# The package should _not_ be noarch, testresults differ from architecture
9
# to architecture
10
addFilter ("gcc8-testresults.*no-binary")
11