rpmdeplint: Ignore unversioned dependencies on i686 as well

Related: RHEL-84451
This commit is contained in:
Florian Weimer 2025-05-15 11:50:54 +02:00
parent b98ca5a4c8
commit b533a4ebd0

View File

@ -9,7 +9,7 @@ rpmdeps:
# glibc-benchtests does not have exact version dependencies so # glibc-benchtests does not have exact version dependencies so
# that the benchmark package can be installed with other glibc versions. # that the benchmark package can be installed with other glibc versions.
ignore: ignore:
requires: ^lib[a-z]+\.so\.[0-9]\((\)|GLIBC_).* requires: ^lib[a-z]+\.so\.[0-9](\((\)|GLIBC_).*|$)
pathmigration: pathmigration:
# Deliberate gap. # Deliberate gap.