From: Stephan Kulow Date: Wed, 31 Oct 2007 11:43:50 +0000 (+0000) Subject: yep, right. DISTVERSION is the same misunderstanding X-Git-Tag: BASE-SuSE-Code-12_1-Branch~308^2~853 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2988a8e2a237e1b234f18e395fc94f33ef38d4e;p=thirdparty%2Flibsolv.git yep, right. DISTVERSION is the same misunderstanding --- diff --git a/tools/repo_content.c b/tools/repo_content.c index d8eac009..3014d6f0 100644 --- a/tools/repo_content.c +++ b/tools/repo_content.c @@ -224,11 +224,11 @@ pool_addrepo_content(Pool *pool, FILE *fp) pack++; } else if (istag ("VERSION")) - ; + s->evr = makeevr(pool, value); else if (istag ("DISTPRODUCT")) ; // DISTPRODUCT is only for Yast, not for the package manager else if (istag ("DISTVERSION")) - s->evr = makeevr(pool, value); + ; // DISTVERSION is only for Yast else if (istag ("VENDOR")) s->vendor = str2id(pool, value, 1); else if (istag ("ARCH"))