From 89d5aecb3ac52d6a780d8287b07fdd353fd067da Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Tue, 14 Dec 2021 09:27:26 +0100 Subject: [PATCH] Ignore backported translations in unicode test of rpminspect The backported translations contain BiDi characters, which is fine in case of translations and thus .po files are ignored by default, however, .patch files are not. Let's ignore the problematic .patch in unicode test to make rpminspect pass. Related: #2003134 --- rpminspect.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rpminspect.yaml b/rpminspect.yaml index d2d0fd9..5820b93 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -1,3 +1,6 @@ --- inspections: desktop: off +unicode: + ignore: + - compress-dialog-Backport-translations.patch