lib/depends.c: remark: There is no psp->problems->byDisttag. (TODO?)
This commit is contained in:
parent
2b320b142d
commit
3c72c222d5
@ -723,7 +723,8 @@ static int checkPackageDeps(rpmTransactionSet ts, problemsSet psp,
|
|||||||
int i, rc;
|
int i, rc;
|
||||||
int ourrc = 0;
|
int ourrc = 0;
|
||||||
|
|
||||||
(void) headerNVR(h, &name, &version, &release);
|
/* FIXME: There is no psp->problems->byDisttag. We don't need it for now. */
|
||||||
|
(void) headerNVRD(h, &name, &version, &release, NULL);
|
||||||
|
|
||||||
if (!hge(h, RPMTAG_REQUIRENAME, &rnt, (void **) &requires, &requiresCount))
|
if (!hge(h, RPMTAG_REQUIRENAME, &rnt, (void **) &requires, &requiresCount))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user