diff --git a/golang-github-cpuguy83-md2man.spec b/golang-github-cpuguy83-md2man.spec index 18e4239..67c9b29 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.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Converts markdown into roff (man pages) License: BSD-2-Clause AND MIT URL: https://github.com/cpuguy83/go-md2man @@ -53,6 +53,10 @@ install -m 0755 -vp bin/* %{buildroot}%{_bindir}/ %{_bindir}/* %changelog +* Wed Nov 27 2024 Jindrich Novy - 2.0.3-2 +- rebuild +- Resolves: RHEL-4448 + * Thu Oct 12 2023 Jindrich Novy - 2.0.3-1 - update to https://github.com/cpuguy83/go-md2man/releases/tag/v2.0.3 - Related: Jira:RHEL-2112