From 2f6bb9746e60743d1bd689c9ca36298104571e5b Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Fri, 9 Oct 2020 12:23:50 +0200 Subject: [PATCH] updated supported arch list (32bit x86 dropped by upstream); rel 2 --- fzf.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fzf.spec b/fzf.spec index a21e5bf..197618d 100644 --- a/fzf.spec +++ b/fzf.spec @@ -4,7 +4,7 @@ Summary: A command-line fuzzy finder written in Go Name: fzf Version: 0.23.0 -Release: 1 +Release: 2 License: MIT Group: Applications/Shells #Source0Download: https://github.com/junegunn/fzf/releases @@ -18,7 +18,7 @@ Source1: %{name}-vendor-%{version}.tar.xz # Source1-md5: 897dd533480396c8e70459f96474b5a9 URL: https://github.com/junegunn/fzf BuildRequires: golang >= 1.13 -ExclusiveArch: %{ix86} %{x8664} %{arm} aarch64 mips64 mips64le ppc64 ppc64le s390x +ExclusiveArch: %{x8664} arv5l armv6l armv7l armv8l aarch64 ppc64le BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -- 2.43.0