CVS patchset: 5482
CVS date: 2002/06/12 14:54:06
This commit is contained in:
jbj 2002-06-12 14:54:06 +00:00
parent 93ae345321
commit 93e968c515
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ static int checkSpec(rpmts ts, Header h)
rc = rpmtsCheck(ts);
ps = rpmtsProblems(ts);
if (rc == 0 && ps) {
if (rc == 0 && rpmpsNumProblems(ps) > 0) {
rpmMessage(RPMMESS_ERROR, _("Failed build dependencies:\n"));
printDepProblems(stderr, ps);
rc = 1;