diff options
-rw-r--r-- | URPM.xs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); } |