Commit 3a68438a authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-requires: skip or in requires

parent a2a968eb
......@@ -22,7 +22,7 @@ load_helper epm-print
__epm_filter_out_base_alt_reqs()
{
grep -E -v "(^rpmlib\(|^/bin/sh|^/bin/bash|^rtld\(GNU_HASH\)|ld-linux)"
grep -E -v "(^rpmlib\(|^/bin/sh|^/bin/bash|^rtld\(GNU_HASH\)|ld-linux)" | grep -E -v " or "
}
__epm_alt_rpm_requires()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment