diff -ruN rpmbuild.old/SPECS/openssl098e.spec rpmbuild/SPECS/openssl098e.spec
--- rpmbuild.old/SPECS/openssl098e.spec	2012-04-23 15:57:53.000000000 +0100
+++ rpmbuild/SPECS/openssl098e.spec	2014-02-01 16:02:46.464014000 +0000
@@ -18,7 +18,7 @@
 Summary: A compatibility version of a general cryptography and TLS library
 Name: openssl098e
 Version: 0.9.8e
-Release: 17%{?dist}.2
+Release: 17%{?dist}.2.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
@@ -164,6 +164,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
@@ -172,7 +175,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
@@ -264,6 +267,9 @@
 %postun -p /sbin/ldconfig
 
 %changelog
+* Sat Feb 01 2014 Gordan Bobic <gordan@redsleeve.org> 0.9.8e-17.2.0
+- Add arch spec for ARM and fix configure parameter typo
+
 * Mon Apr 23 2012 Tomas Mraz <tmraz@redhat.com> 0.9.8e-17.2
 - fix for CVE-2012-2110 - memory corruption in asn1_d2i_read_bio() (#814185)
 
