e3bab73c15
New gcc12 package submission. OBS-URL: https://build.opensuse.org/request/show/946019 OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gcc12?expand=0&rev=1
11 lines
395 B
Plaintext
11 lines
395 B
Plaintext
# This line is mandatory to access the configuration functions
|
|
from Config import *
|
|
|
|
# Currently gotools.log contains $RPM_BUILD_ROOT and there's nothing
|
|
# to be done about that and neither do we care
|
|
addFilter ("gcc.*-testresults.*file-contains-buildroot")
|
|
|
|
# The package should _not_ be noarch, testresults differ from architecture
|
|
# to architecture
|
|
addFilter ("gcc.*-testresults.*no-binary")
|