diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | URPM.xs | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,6 @@ - do not add FILENAME_TAG to hdlist anymore (unused since mdv2008) - fix for a rare crash (mga#4425) +- put real package file sizes in synthesis Version 3.38.8 - 07 February 2012 @@ -1178,6 +1178,7 @@ update_header(char *filename, URPM__Package pkg, __attribute__((unused)) int kee FD_t fd = fdDup(d); Header header; rpmts ts; + pkg->filesize = fdSize(fd); close(d); ts = rpmtsCreate(); |