summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorroot <devnull@localhost>1996-06-07 18:50:22 +0000
committerroot <devnull@localhost>1996-06-07 18:50:22 +0000
commitadcdd689b083d8eff8151aaf9827b3b07a2d46bc (patch)
tree75f9f4258f2789df7aaae59dfbf7dcd52eb9ba90 /build
parentae24d0f4b120e04e33dfaa97744594170ce6d384 (diff)
downloadrpm-adcdd689b083d8eff8151aaf9827b3b07a2d46bc.tar.gz
rpm-adcdd689b083d8eff8151aaf9827b3b07a2d46bc.tar.bz2
rpm-adcdd689b083d8eff8151aaf9827b3b07a2d46bc.zip
display cleanup
CVS patchset: 621 CVS date: 1996/06/07 18:50:22
Diffstat (limited to 'build')
-rw-r--r--build/reqprov.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/build/reqprov.c b/build/reqprov.c
index a154c7322..3640781a7 100644
--- a/build/reqprov.c
+++ b/build/reqprov.c
@@ -122,7 +122,7 @@ int generateAutoReqProv(Header header, struct PackageRec *p)
int status;
void *oldhandler;
- message(MESS_VERBOSE, "Finding dependencies\n");
+ message(MESS_VERBOSE, "Finding dependencies...\n");
pipe(toLdd);
pipe(fromLdd);
@@ -287,6 +287,8 @@ int processReqProv(Header h, struct PackageRec *p)
}
rd = rd->next;
}
+ message(MESS_VERBOSE, "\n");
+
addEntry(h, RPMTAG_PROVIDES, STRING_ARRAY_TYPE, nameArray, p->numProv);
free(nameArray);
}
@@ -296,7 +298,7 @@ int processReqProv(Header h, struct PackageRec *p)
nameArray = namePtr = malloc(p->numReq * sizeof(*nameArray));
versionArray = versionPtr = malloc(p->numReq * sizeof(*versionArray));
flagArray = flagPtr = malloc(p->numReq * sizeof(*flagArray));
- message(MESS_VERBOSE, "\nRequires (%d):", p->numReq);
+ message(MESS_VERBOSE, "Requires (%d):", p->numReq);
while (rd) {
if (! (rd->flags & REQUIRE_PROVIDES)) {
message(MESS_VERBOSE, " %s", rd->name);