From 8c2d41e1d516ac57b6ebe0b37186cd822604a00d Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 31 Oct 2007 08:45:27 +0000 Subject: [PATCH] fixing misunderstanding --- tools/repo_content.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/repo_content.c b/tools/repo_content.c index 3f5c409..d8eac00 100644 --- a/tools/repo_content.c +++ b/tools/repo_content.c @@ -220,12 +220,13 @@ pool_addrepo_content(Pool *pool, FILE *fp) } s = pool->solvables + repo->start + pack; s->repo = repo; + s->name = str2id(pool, join(&pd, pd.kind, ":", value), 1); pack++; } else if (istag ("VERSION")) ; else if (istag ("DISTPRODUCT")) - s->name = str2id(pool, join(&pd, pd.kind, ":", value), 1); + ; // DISTPRODUCT is only for Yast, not for the package manager else if (istag ("DISTVERSION")) s->evr = makeevr(pool, value); else if (istag ("VENDOR")) -- 2.34.1