fyi. diff -up rpm-4.6.0/installplatform.alpha rpm-4.6.0/installplatform --- rpm-4.6.0/installplatform.alpha 2009-03-02 17:33:32.000000000 +0100 +++ rpm-4.6.0/installplatform 2009-03-02 17:33:56.000000000 +0100 @@ -74,6 +74,10 @@ for SUBST in $SUBSTS ; do ISANAME= ISABITS= case "${ARCH}" in + alpha*) + ISANAME=alpha + ISABITS=64 + ;; sparc64*) ISANAME=sparc ISABITS=64 Just in case anybody else will play with rpm 4.6.x. Please also note, that Panu already put this upstream! -of -- To unsubscribe from this list: send the line "unsubscribe linux-alpha" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html