aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--URPM.xs1
1 files changed, 0 insertions, 1 deletions
diff --git a/URPM.xs b/URPM.xs
index 692d339..2386f0a 100644
--- a/URPM.xs
+++ b/URPM.xs
@@ -1014,7 +1014,6 @@ update_provides(URPM__Package pkg, HV *provides) {
}
for (he->ix = 0; he->ix < (int)he->c; he->ix++) {
len = strlen(list[he->ix]);
- if (strncmp(list[he->ix], "rpmlib(", 7)) continue;
update_provide_entry(list[he->ix], len, 1, flags && flags[he->ix] & (RPMSENSE_PREREQ|RPMSENSE_TRIGGER),
pkg, provides);
}