golang-github-cpuguy83-md2man-2.0.2-3.el9

- rebuild
- Resolves: #2037812

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2022-11-29 09:35:32 +01:00
parent 0aab09dd15
commit e30a053de2
1 changed files with 5 additions and 1 deletions

View File

@ -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 <jnovy@redhat.com> - 2.0.2-3
- rebuild
- Resolves: #2037812
* Thu Aug 04 2022 Jindrich Novy <jnovy@redhat.com> - 2.0.2-2
- limit to golang arches only
- Related: #2061316