diff options
author | jbj <devnull@localhost> | 2002-06-28 21:54:24 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-06-28 21:54:24 +0000 |
commit | d89ce5854d39a9e896759fb96e6e303c67573bb6 (patch) | |
tree | 1c97bbd96403a0212535c0767abf32b987fc6484 /build.c | |
parent | f5fc8957b433616cf5010e26866205985c385479 (diff) | |
download | librpm-tizen-d89ce5854d39a9e896759fb96e6e303c67573bb6.tar.gz librpm-tizen-d89ce5854d39a9e896759fb96e6e303c67573bb6.tar.bz2 librpm-tizen-d89ce5854d39a9e896759fb96e6e303c67573bb6.zip |
- disambiguate added/installed dependency failures (#50388).
CVS patchset: 5532
CVS date: 2002/06/28 21:54:24
Diffstat (limited to 'build.c')
-rw-r--r-- | build.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ static int checkSpec(rpmts ts, Header h) ps = rpmtsProblems(ts); if (rc == 0 && rpmpsNumProblems(ps) > 0) { rpmMessage(RPMMESS_ERROR, _("Failed build dependencies:\n")); - printDepProblems(stderr, ps); + rpmpsPrint(NULL, ps); rc = 1; } ps = rpmpsFree(ps); |