summaryrefslogtreecommitdiff
path: root/rpmdb
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-09-05 13:40:49 +0300
committerPanu Matilainen <pmatilai@redhat.com>2007-09-05 13:40:49 +0300
commit9987a145637d797da1e2f50ba0472212630e4fa3 (patch)
treef7c096e84ed4891db2142047c24b3d5ddaddb5ef /rpmdb
parent38ec147d0ba7a8b80826214edb80b65ab7843944 (diff)
downloadlibrpm-tizen-9987a145637d797da1e2f50ba0472212630e4fa3.tar.gz
librpm-tizen-9987a145637d797da1e2f50ba0472212630e4fa3.tar.bz2
librpm-tizen-9987a145637d797da1e2f50ba0472212630e4fa3.zip
Nuke RHL 5.2 specific hack.
Diffstat (limited to 'rpmdb')
-rw-r--r--rpmdb/header.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/rpmdb/header.c b/rpmdb/header.c
index 9dca3edb8..7eed56016 100644
--- a/rpmdb/header.c
+++ b/rpmdb/header.c
@@ -1031,17 +1031,6 @@ Header headerLoad(/*@kept@*/ void * uh)
h->nrefs = 0;
h = headerLink(h);
- /*
- * XXX XFree86-libs, ash, and pdksh from Red Hat 5.2 have bogus
- * %verifyscript tag that needs to be diddled.
- */
- if (ntohl(pe->tag) == 15 &&
- ntohl(pe->type) == RPM_STRING_TYPE &&
- ntohl(pe->count) == 1)
- {
- pe->tag = htonl(1079);
- }
-
entry = h->index;
i = 0;
if (!(htonl(pe->tag) < HEADER_I18NTABLE)) {