]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-5.4.4-allow-installation-of-repackaged-rpms.patch
- fix build with semanage and no other embedded interpreters
[packages/rpm.git] / rpm-5.4.4-allow-installation-of-repackaged-rpms.patch
CommitLineData
70f8787d
JR
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.040257 seconds and 4 git commands to generate.