From 3199389259ddb4e6b1237e7cadefeeb72c66d4a9 Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: Nov 20 2019 16:43:49 +0000 Subject: build on i686 --- diff --git a/SPECS/golang-github-cpuguy83-go-md2man.spec b/SPECS/golang-github-cpuguy83-go-md2man.spec index 58d336b..c866416 100644 --- a/SPECS/golang-github-cpuguy83-go-md2man.spec +++ b/SPECS/golang-github-cpuguy83-go-md2man.spec @@ -22,14 +22,14 @@ Name: golang-%{provider}-%{project}-%{repo} Version: 1.0.7 -Release: 11%{?dist} +Release: 13%{?dist} Summary: Process markdown into manpages License: MIT URL: https://%{import_path} Source0: https://%{import_path}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz # e.g. el6 has ppc64 arch without gcc-go, so EA tag is required #ExclusiveArch: %%{?go_arches:%%{go_arches}}%%{!?go_arches:%%{ix86} x86_64 %%{arm}} -ExclusiveArch: aarch64 x86_64 ppc64le s390x %{arm} +ExclusiveArch: aarch64 x86_64 ppc64le s390x %{arm} %{ix86} BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} BuildRequires: git Provides: %{repo} = %{version}-%{release} @@ -74,6 +74,9 @@ install -p -m 644 go-md2man.1 %{buildroot}%{_mandir}/man1 %{_mandir}/man1/* %changelog +* Wed Nov 20 2019 bstinson@centosproject.org - 1.0.7-13 +- Build on i686 + * Mon Aug 06 2018 Lokesh Mandvekar - 1.0.7-11 - disable i686 temporarily