rpmdeplint: Ignore unversioned dependencies on i686 as well
Related: RHEL-84451
This commit is contained in:
parent
b98ca5a4c8
commit
b533a4ebd0
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user