diff -ruN openssl098e-0.9.8e-17.el6.src.rpm-rpmbuild/SPECS/openssl098e.spec openssl098e-0.9.8e-17.el6.0.src.rpm-rpmbuild/SPECS/openssl098e.spec
--- openssl098e-0.9.8e-17.el6.src.rpm-rpmbuild/SPECS/openssl098e.spec	2010-04-21 14:47:33.000000000 +0100
+++ openssl098e-0.9.8e-17.el6.0.src.rpm-rpmbuild/SPECS/openssl098e.spec	2011-10-26 12:18:34.000000000 +0100
@@ -18,7 +18,7 @@
 Summary: A compatibility version of a general cryptography and TLS library
 Name: openssl098e
 Version: 0.9.8e
-Release: 17%{?dist}
+Release: 17%{?dist}.0
 # The tarball is based on the openssl-fips-1.2.0-test.tar.gz tarball
 Source: openssl-fips-%{version}-usa.tar.bz2
 Source1: hobble-openssl
@@ -162,6 +162,9 @@
 %ifarch s390x
 sslarch="linux-generic64 -DB_ENDIAN -DNO_ASM"
 %endif
+%ifarch %{arm}
+sslarch="linux-generic32"
+%endif
 # ia64, x86_64, ppc, ppc64 are OK by default
 # Configure the build tree.  Override OpenSSL defaults with known-good defaults
 # usable on all platforms.  The Configure script already knows to use -fPIC and
@@ -170,7 +173,7 @@
 	--prefix=/usr --openssldir=%{_sysconfdir}/pki/tls ${sslflags} \
 	zlib no-idea no-mdc2 no-rc5 no-ec no-ecdh no-ecdsa \
 	--with-krb5-flavor=MIT --enginesdir=%{_libdir}/openssl098e/engines \
-	-with-krb5-dir=/usr shared \
+	--with-krb5-dir=/usr shared \
 	${sslarch} fipscanisterbuild
 
 # Add -Wa,--noexecstack here so that libcrypto's assembler modules will be
@@ -262,6 +265,9 @@
 %postun -p /sbin/ldconfig
 
 %changelog
+* Wed Oct 26 2011 Gordan Bobic <gordan@bobich.net> 0.9.8e-17.0
+- Add arm architecture
+
 * Fri Apr 16 2010 Tomas Mraz <tmraz@redhat.com> 0.9.8e-17
 - create compat package
 
