diff --git a/golang-github-cpuguy83-md2man.spec b/golang-github-cpuguy83-md2man.spec index 05ea255..6cf951b 100644 --- a/golang-github-cpuguy83-md2man.spec +++ b/golang-github-cpuguy83-md2man.spec @@ -10,11 +10,13 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $ Name: golang-github-cpuguy83-md2man Version: 2.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Converts markdown into roff (man pages) License: MIT URL: https://github.com/cpuguy83/go-md2man Source0: https://github.com/cpuguy83/go-md2man/archive/%{commit0}/%{name}-%{version}-%{shortcommit0}.tar.gz +# https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures +ExclusiveArch: %{go_arches} BuildRequires: golang BuildRequires: git-core Provides: go-md2man = %{version}-%{release} @@ -50,6 +52,10 @@ install -m 0755 -vp bin/* %{buildroot}%{_bindir}/ %{_bindir}/* %changelog +* Thu Aug 04 2022 Jindrich Novy - 2.0.2-2 +- limit to golang arches only +- Related: #2061316 + * Thu Aug 04 2022 Jindrich Novy - update to 2.0.2 - Related: #2061316