]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
make patches 'noarch'
authorKlaus Kaempf <kkaempf@suse.de>
Mon, 7 Apr 2008 14:00:19 +0000 (14:00 +0000)
committerKlaus Kaempf <kkaempf@suse.de>
Mon, 7 Apr 2008 14:00:19 +0000 (14:00 +0000)
tools/repo_updateinfoxml.c

index 13467b2431a2dee74c35d962a49f3539b593d342..cb8a7e34b9e6de719bdc5e220446d666c6d13d35 100644 (file)
@@ -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;