diff options
-rw-r--r-- | URPM.xs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3109,7 +3109,7 @@ Trans_remove(trans, name) *boa = '.'; boa = NULL; } } - mi = rpmtsInitIterator(trans->ts, RPMDBI_LABEL, name, 0); + mi = rpmtsInitIterator(trans->ts, RPMTAG_NVRA, name, 0); while ((h = rpmmiNext(mi))) { unsigned int recOffset = rpmmiInstance(mi); if (recOffset != 0) { |