fix typo, add some more architectures
authorMichael Schroeder <mls@suse.de>
Fri, 5 Oct 2007 14:07:58 +0000 (14:07 +0000)
committerMichael Schroeder <mls@suse.de>
Fri, 5 Oct 2007 14:07:58 +0000 (14:07 +0000)
src/poolarch.c

index ec41013..1f19466 100644 (file)
 #include "util.h"
 
 const char *archpolicies[] = {
-  "x86_64", "x86_64:i686:i585:i486:i386",
-  "i686",   "i686:i585:i486:i386",
-  "i586",   "i585:i486:i386",
+  "x86_64", "x86_64:i686:i586:i486:i386",
+  "i686",   "i686:i586:i486:i386",
+  "i586",   "i586:i486:i386",
   "i486",   "i486:i386",
   "i386",   "i386",
+  "s390x",  "s390x:s390",
+  "s390",   "s390",
+  "ia64",   "ia64:i686:i586:i486:i386",
+  "ppc64",  "ppc64:ppc",
+  "ppc",    "ppc",
   0
 };