From: Michael Schroeder Date: Wed, 21 Mar 2012 10:46:59 +0000 (+0100) Subject: - put file checksum and delta seq into vertical data to reduce the incore size X-Git-Tag: BASE-SuSE-Code-12_2-Branch~80 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9a98a8f8ce90fb3bdb0707737582a4153056946e;p=thirdparty%2Flibsolv.git - put file checksum and delta seq into vertical data to reduce the incore size --- diff --git a/src/repo_write.c b/src/repo_write.c index 2a03f28e..a56c4774 100644 --- a/src/repo_write.c +++ b/src/repo_write.c @@ -962,6 +962,9 @@ static Id verticals[] = { SOLVABLE_EULA, SOLVABLE_DISKUSAGE, SOLVABLE_FILELIST, + SOLVABLE_CHECKSUM, + DELTA_CHECKSUM, + DELTA_SEQ_NUM, 0 };