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:
parent
e9b34ece96
commit
659ab67d45
1 changed files with 4 additions and 0 deletions
|
|
@ -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$')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue