From a909174d35577d746ace13a09857052d2c895398 Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Mon, 2 Feb 2015 16:22:15 +0100 Subject: [PATCH] do not ignore the only repodata we have --- src/repodata.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/repodata.c b/src/repodata.c index 4d577902..4ba1345b 100644 --- a/src/repodata.c +++ b/src/repodata.c @@ -1444,6 +1444,8 @@ dataiterator_filelistcheck(Dataiterator *di) if (!needcomplete) { /* we don't need the complete filelist, so ignore all stubs */ + if (data->repo->nrepodata == 2) + return 1; for (j = 1; j < data->nkeys; j++) if (data->keys[j].name != REPOSITORY_SOLVABLES && data->keys[j].name != SOLVABLE_FILELIST) return 1; -- 2.47.2