From: Klaus Kaempf Date: Mon, 7 Apr 2008 14:00:19 +0000 (+0000) Subject: make patches 'noarch' X-Git-Tag: BASE-SuSE-Code-12_1-Branch~308^2~441 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe1679be2d3645d7daa256de97664d91ab16aaf1;p=thirdparty%2Flibsolv.git make patches 'noarch' --- diff --git a/tools/repo_updateinfoxml.c b/tools/repo_updateinfoxml.c index 13467b24..cb8a7e34 100644 --- a/tools/repo_updateinfoxml.c +++ b/tools/repo_updateinfoxml.c @@ -278,6 +278,7 @@ startElement(void *userData, const char *name, const char **atts) solvable->vendor = str2id(pool, from, 1); solvable->evr = str2id(pool, version, 1); + solvable->arch = ARCH_NOARCH; repodata_set_str(pd->data, pd->datanum, UPDATE_SEVERITY, type); } break;