summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-04-10 16:04:12 +0300
committerPanu Matilainen <pmatilai@redhat.com>2008-04-10 16:04:12 +0300
commitd39cc1dfda9a18a3f3254e8d9ce240ace48c6856 (patch)
treeb9bfd062e2cd41793cd9d9888a962a163a01984f /tools
parentc01ef8228d373f9232b47ac0915bb5786e5266cf (diff)
downloadrpm-d39cc1dfda9a18a3f3254e8d9ce240ace48c6856.tar.gz
rpm-d39cc1dfda9a18a3f3254e8d9ce240ace48c6856.tar.bz2
rpm-d39cc1dfda9a18a3f3254e8d9ce240ace48c6856.zip
Just call legacyRetrofit() instead of combined compress + provide retrofits
Diffstat (limited to 'tools')
-rw-r--r--tools/convertdb1.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/convertdb1.c b/tools/convertdb1.c
index 80b919028..cb11f8ae4 100644
--- a/tools/convertdb1.c
+++ b/tools/convertdb1.c
@@ -163,8 +163,7 @@ main(int argc, char *argv[])
h = headerRead(fd, HEADER_MAGIC_NO);
if (!h)
continue;
- compressFilelist(h);
- providePackageNVR(h);
+ legacyRetrofit(h);
headerNVR(h, &name, &version, &release);
mi = rpmdbInitIterator(db, RPMTAG_NAME, name, 0);
rpmdbSetIteratorRE(mi, RPMTAG_VERSION, RPMMIRE_DEFAULT, version);