]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-hirmib-ts.patch
- produce old style pear(Foo.php) deps too
[packages/rpm.git] / rpm-hirmib-ts.patch
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.020961 seconds and 3 git commands to generate.