]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-hirmib-ts.patch
- compress debuginfo sections with zlib (reduce /usr/lib/debug size).
[packages/rpm.git] / rpm-hirmib-ts.patch
1 --- rpm-4.5/rpmdb/rpmdb.c~      2008-10-26 21:16:40.000000000 +0200
2 +++ rpm-4.5/rpmdb/rpmdb.c       2008-10-26 22:30:16.229630486 +0200
3 @@ -846,7 +846,7 @@
4         if (fd != NULL) {
5             xx = Fclose(fd);
6             fd = NULL;
7 -           if (headerGetEntry(h, RPMTAG_INSTALLTID, NULL, &iidp, NULL)) {
8 +           if (headerGetEntry(h, RPMTAG_INSTALLTIME, NULL, &iidp, NULL)) {
9                 struct utimbuf stamp;
10                 stamp.actime = *iidp;
11                 stamp.modtime = *iidp;
This page took 0.028433 seconds and 3 git commands to generate.