diff -ruN rpmbuild-orig/SPECS/openssl098e.spec rpmbuild/SPECS/openssl098e.spec
--- rpmbuild-orig/SPECS/openssl098e.spec	2014-06-03 10:17:19.000000000 +0200
+++ rpmbuild/SPECS/openssl098e.spec	2014-12-21 10:09:01.057911753 +0100
@@ -18,7 +18,7 @@
 Summary: A compatibility version of a general cryptography and TLS library
 Name: openssl098e
 Version: 0.9.8e
-Release: 18%{?dist}.2
+Release: 18%{?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
@@ -166,6 +166,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
@@ -174,7 +177,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
@@ -266,6 +269,9 @@
 %postun -p /sbin/ldconfig
 
 %changelog
+* Sun Dec 21 2014 Jacco Ligthart <jacco@redsleeve.org> - 0.9.8e-18.2.0
+- Add arch spec for ARM and fix configure parameter typo
+
 * Tue Jun  3 2014 Tomas Mraz <tmraz@redhat.com> 0.9.8e-18.2
 - fix for CVE-2014-0224 - SSL/TLS MITM vulnerability
 
