X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=rpm-hirmib-ts.patch;h=4a8bbb1f94fe78d1432371f1b56eec3037ac9531;hb=627d2f53c9b335fd2ece14169824c92b200cbae4;hp=04c4a73203477f5b06ad9e7b08b92283322dadb2;hpb=de6920d553ec50a7aa9f895ae19a90bcfa99ba5e;p=packages%2Frpm.git diff --git a/rpm-hirmib-ts.patch b/rpm-hirmib-ts.patch index 04c4a73..4a8bbb1 100644 --- a/rpm-hirmib-ts.patch +++ b/rpm-hirmib-ts.patch @@ -1,11 +1,11 @@ ---- rpm-4.4.9/rpmdb/rpmdb.c~ 2008-10-20 22:25:17.000000000 +0300 -+++ rpm-4.4.9/rpmdb/rpmdb.c 2008-10-21 19:21:25.533647571 +0300 -@@ -844,7 +844,7 @@ +--- rpm-4.5/rpmdb/rpmdb.c~ 2008-10-26 21:16:40.000000000 +0200 ++++ rpm-4.5/rpmdb/rpmdb.c 2008-10-26 22:30:16.229630486 +0200 +@@ -846,7 +846,7 @@ if (fd != NULL) { xx = Fclose(fd); fd = NULL; -- if (headerGetEntry(h, RPMTAG_INSTALLTID, NULL, (void **)&iidp, NULL)) { -+ if (headerGetEntry(h, RPMTAG_INSTALLTIME, NULL, (void **)&iidp, NULL)) { +- if (headerGetEntry(h, RPMTAG_INSTALLTID, NULL, &iidp, NULL)) { ++ if (headerGetEntry(h, RPMTAG_INSTALLTIME, NULL, &iidp, NULL)) { struct utimbuf stamp; stamp.actime = *iidp; stamp.modtime = *iidp;