From b533a4ebd03e4282eab6126a5c5bbd2113781c54 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 15 May 2025 11:50:54 +0200 Subject: [PATCH] rpmdeplint: Ignore unversioned dependencies on i686 as well Related: RHEL-84451 --- rpminspect.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpminspect.yaml b/rpminspect.yaml index 95ebb87..8333800 100644 --- a/rpminspect.yaml +++ b/rpminspect.yaml @@ -9,7 +9,7 @@ rpmdeps: # glibc-benchtests does not have exact version dependencies so # that the benchmark package can be installed with other glibc versions. ignore: - requires: ^lib[a-z]+\.so\.[0-9]\((\)|GLIBC_).* + requires: ^lib[a-z]+\.so\.[0-9](\((\)|GLIBC_).*|$) pathmigration: # Deliberate gap.