]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-5.4.4-allow-installation-of-repackaged-rpms.patch
convert cpu-os-macros to ar archive instead of untracked .tar.gz
[packages/rpm.git] / rpm-5.4.4-allow-installation-of-repackaged-rpms.patch
1 --- rpm-5.4.4/rpmdb/rpmdb.c.repackage~  2011-11-24 16:28:22.436460713 +0100
2 +++ rpm-5.4.4/rpmdb/rpmdb.c     2011-11-24 16:28:30.107464575 +0100
3 @@ -2758,7 +2758,7 @@ int rpmdbAdd(rpmdb db, int iid, Header h
4  if (_rpmdb_debug)
5  fprintf(stderr, "--> %s(%p, %u, %p, %p) h# %u\n", __FUNCTION__, db, (unsigned)iid, h, ts, (unsigned)hdrNum);
6  
7 -assert(headerIsEntry(h, RPMTAG_REMOVETID) == 0);       /* XXX sanity */
8 +//assert(headerIsEntry(h, RPMTAG_REMOVETID) == 0);     /* XXX sanity */
9  
10      /* Add the install transaction id. */
11      if (iid != 0 && iid != -1) {
This page took 0.030059 seconds and 3 git commands to generate.