From 4f0634a3171ce78ab0d9fc56cc365638f67c356a Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Mon, 23 Mar 2020 12:41:01 +0100 Subject: [PATCH] %arm is also 32-bit --- varnish-modules.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-modules.spec b/varnish-modules.spec index 83df087..141719b 100644 --- a/varnish-modules.spec +++ b/varnish-modules.spec @@ -66,7 +66,7 @@ find %{buildroot}/%{_libdir}/ -name '*.la' -exec rm -f {} ';' rm %{buildroot}%{_pkgdocdir}/LICENSE # Rather use license macro %check -%ifarch %ix86 ppc +%ifarch %ix86 %arm ppc # 64-bit specific test sed -i 's,tests/xkey/test12.vtc,,' src/Makefile %endif