From 0aab09dd1584c556f7d1c3167173b9a95dd9bfdd Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Thu, 4 Aug 2022 09:08:39 +0200 Subject: [PATCH] golang-github-cpuguy83-md2man-2.0.2-2.el9 - limit to golang arches only - Related: #2061316 Signed-off-by: Jindrich Novy --- golang-github-cpuguy83-md2man.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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