golang-github-cpuguy83-md2man-2.0.0-9

- Resolves: #1975362 - rebuild with explicit git-core dep

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
Lokesh Mandvekar 2021-07-06 10:52:41 -04:00
parent a2f0b8e466
commit 5378d2d560
1 changed files with 4 additions and 1 deletions

View File

@ -20,7 +20,7 @@ Converts markdown into roff (man pages).}
Name: golang-github-cpuguy83-md2man
Version: 2.0.0
Release: 8%{?dist}
Release: 9%{?dist}
Summary: Converts markdown into roff (man pages)
License: MIT
URL: https://%{import_path}
@ -57,6 +57,9 @@ install -m 0755 -vp bin/* %{buildroot}%{_bindir}/
%{_bindir}/*
%changelog
* Tue Jul 06 2021 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2.0.0-9
- Resolves: #1975362 - rebuild with explicit git-core dep
* Wed Jun 23 2021 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2.0.0-8
- Resolves: #1975362 - fix gobuild issues