From 37cdda5223a7d344d70568648f583c94226ef1304a2b1b8dd8db8a402e69a655 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sat, 11 May 2019 02:38:54 +0000 Subject: [PATCH] Fix typo on ifarch statement OBS-URL: https://build.opensuse.org/package/show/system:packagemanager:dnf/librepo?expand=0&rev=19 --- librepo.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librepo.spec b/librepo.spec index cc97794..db93119 100644 --- a/librepo.spec +++ b/librepo.spec @@ -17,7 +17,7 @@ # -%ifarch %{arm} aarc64 riscv64 +%ifarch %{arm} aarch64 riscv64 # Don't run tests on ARM and RISC-V for now. There are problems # with performance on the builders and often these time out. %bcond_with tests