From 659ab67d45f5eacd7448c59a10285d096043b707 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Tue, 2 Jan 2024 18:35:55 +0100 Subject: [PATCH] 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. --- ruby.rpmlintrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ruby.rpmlintrc b/ruby.rpmlintrc index 5553e26..90e14d6 100644 --- a/ruby.rpmlintrc +++ b/ruby.rpmlintrc @@ -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$')