summaryrefslogtreecommitdiff
path: root/convertdb.c
diff options
context:
space:
mode:
authorewt <devnull@localhost>1999-10-06 22:52:35 +0000
committerewt <devnull@localhost>1999-10-06 22:52:35 +0000
commit1ba4ccb8706d27ba8e5da5d9fc03544af1445b56 (patch)
treec34f158bfb365f25e708f00b4100fa516f6f6bc5 /convertdb.c
parentc0f5d38f862c428849bf73e9242d475a33f08c31 (diff)
downloadlibrpm-tizen-1ba4ccb8706d27ba8e5da5d9fc03544af1445b56.tar.gz
librpm-tizen-1ba4ccb8706d27ba8e5da5d9fc03544af1445b56.tar.bz2
librpm-tizen-1ba4ccb8706d27ba8e5da5d9fc03544af1445b56.zip
use OLDFILENAMES tag
CVS patchset: 3376 CVS date: 1999/10/06 22:52:35
Diffstat (limited to 'convertdb.c')
-rw-r--r--convertdb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/convertdb.c b/convertdb.c
index 613060952..912bc6507 100644
--- a/convertdb.c
+++ b/convertdb.c
@@ -147,7 +147,7 @@ int convertDB(void)
fileFlagsList[j] |= RPMFILE_CONFIG;
}
- headerAddEntry(dbentry, RPMTAG_FILENAMES, RPM_STRING_ARRAY_TYPE, fileList,
+ headerAddEntry(dbentry, RPMTAG_OLDFILENAMES, RPM_STRING_ARRAY_TYPE, fileList,
package.fileCount);
headerAddEntry(dbentry, RPMTAG_FILELINKTOS, RPM_STRING_ARRAY_TYPE,
fileLinktoList, package.fileCount);