diff --git a/golang-github-cpuguy83-md2man.spec b/golang-github-cpuguy83-md2man.spec index 6cf951b..cddfa49 100644 --- a/golang-github-cpuguy83-md2man.spec +++ b/golang-github-cpuguy83-md2man.spec @@ -10,7 +10,7 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $ Name: golang-github-cpuguy83-md2man Version: 2.0.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Converts markdown into roff (man pages) License: MIT URL: https://github.com/cpuguy83/go-md2man @@ -52,6 +52,10 @@ install -m 0755 -vp bin/* %{buildroot}%{_bindir}/ %{_bindir}/* %changelog +* Tue Nov 29 2022 Jindrich Novy - 2.0.2-3 +- rebuild +- Resolves: #2037812 + * Thu Aug 04 2022 Jindrich Novy - 2.0.2-2 - limit to golang arches only - Related: #2061316