Ignore that rubygems package install should be archful

This is the way it is for several releases and we have yet to see any
issue. But maybe introducing some `rubygems-filesystem` package is
something to consider in the future.
This commit is contained in:
Vít Ondruch 2024-01-02 18:35:55 +01:00
commit 659ab67d45

View file

@ -55,3 +55,7 @@ addFilter(r'^rubygem-io-console.x86_64: E: spelling-error \(\'readline\'')
addFilter(r'^rubygem-psych.x86_64: E: spelling-error \(\'pyyaml\'')
# `de-` is actually prefix
addFilter(r'^rubygem-psych.x86_64: E: spelling-error \(\'de\'')
# It does not seemt to be worth of changing rubygems to archful package due to
# single directory, unless it causes some real troubles.
addFilter(r'^rubygems.noarch: E: noarch-with-lib64$')