]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-hirmib-ts.patch
- produce old style pear(Foo.php) deps too
[packages/rpm.git] / rpm-hirmib-ts.patch
CommitLineData
c0cbe88b
ER
1--- rpm-4.4.9/rpmdb/rpmdb.c~ 2008-10-20 22:25:17.000000000 +0300
2+++ rpm-4.4.9/rpmdb/rpmdb.c 2008-10-21 19:21:25.533647571 +0300
3@@ -844,7 +844,7 @@
4 if (fd != NULL) {
5 xx = Fclose(fd);
6 fd = NULL;
7- if (headerGetEntry(h, RPMTAG_INSTALLTID, NULL, (void **)&iidp, NULL)) {
8+ if (headerGetEntry(h, RPMTAG_INSTALLTIME, NULL, (void **)&iidp, NULL)) {
9 struct utimbuf stamp;
10 stamp.actime = *iidp;
11 stamp.modtime = *iidp;
This page took 0.021129 seconds and 4 git commands to generate.