reqprov.c: fix a comment (after the disttag handling was inserted)

This commit is contained in:
Ivan Zakharyaschev 2019-02-27 05:53:52 +03:00
parent b2e5528c36
commit 3cec7c6d8c

View File

@ -223,7 +223,7 @@ compare_deps (rpmTag tag, const char *Aevr, rpmsenseFlags Aflags,
else if ((bE && *bE) && !(aE && *aE))
cmp_rc = DEP_WK;
}
/* 11. EVRs with DistTag are stronger. */
/* 10b. EVRs with DistTag are stronger. */
if (cmp_rc == DEP_EQ)
{
if ((aD && *aD) && !(bD && *bD))