From 0f6b9799235c9074e420b1c362f967a1104b7218 Mon Sep 17 00:00:00 2001 From: Michael Matz Date: Fri, 15 Feb 2008 12:48:39 +0000 Subject: [PATCH] Read version 6 files, but don't expose to outside. --- src/repo_solv.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/repo_solv.c b/src/repo_solv.c index 176742f..6989663 100644 --- a/src/repo_solv.c +++ b/src/repo_solv.c @@ -560,6 +560,9 @@ repo_add_solv_parent(Repo *repo, FILE *fp, Repodata *parent) case SOLV_VERSION_3: case SOLV_VERSION_4: case SOLV_VERSION_5: + /* Version 6 existed only intermittantly. It's equivalent to + version 5. */ + case 6: break; default: pool_debug(pool, SAT_ERROR, "unsupported SOLV version\n"); -- 2.7.4