From bbfe04d6a57fbd8802addbf9cbccffd35f29171c Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 23 Jun 2021 16:19:20 -0400 Subject: [PATCH] Resolves: #1975362 - exclude i686 Signed-off-by: Lokesh Mandvekar --- golang-github-cpuguy83-md2man.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/golang-github-cpuguy83-md2man.spec b/golang-github-cpuguy83-md2man.spec index 8339fda..50f6e42 100644 --- a/golang-github-cpuguy83-md2man.spec +++ b/golang-github-cpuguy83-md2man.spec @@ -24,6 +24,7 @@ Release: 8%{?dist} Summary: Converts markdown into roff (man pages) License: MIT URL: https://%{import_path} +ExcludeArch: %{ix86} Source0: %{url}/archive/v%{version}.tar.gz BuildRequires: golang Provides: %{repo} = %{version}-%{release}