From 1674d30006412ddc8c845198583a82d71c12e81f Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Mon, 7 Apr 2025 10:51:04 +0200 Subject: [PATCH] golang-github-cpuguy83-md2man-2.0.3-9.el10 - add Provides: golang(github.com/russross/blackfriday/v2) - Resolves: RHEL-86199 Signed-off-by: Jindrich Novy --- golang-github-cpuguy83-md2man.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/golang-github-cpuguy83-md2man.spec b/golang-github-cpuguy83-md2man.spec index e27f636..9813a36 100644 --- a/golang-github-cpuguy83-md2man.spec +++ b/golang-github-cpuguy83-md2man.spec @@ -16,7 +16,7 @@ Converts markdown into roff (man pages).} %global godocs README.md go-md2man.1.md Name: %{goname} -Release: 8%{?dist} +Release: 9%{?dist} Summary: Converts markdown into roff (man pages) License: MIT @@ -24,6 +24,7 @@ URL: %{gourl} Source0: %{gosource} Provides: go-md2man = %{version}-%{release} +Provides: golang(github.com/russross/blackfriday/v2) = 2 %description %{common_description} @@ -66,6 +67,10 @@ install -Dpm 0644 go-md2man.1 -t %{buildroot}%{_mandir}/man1/ %gopkgfiles %changelog +* Mon Apr 07 2025 Jindrich Novy - 2.0.3-9 +- add Provides: golang(github.com/russross/blackfriday/v2) +- Resolves: RHEL-86199 + * Thu Nov 07 2024 Jindrich Novy - 2.0.3-8 - re-add -devel and compat - Resolves: RHEL-65351