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 <jnovy@redhat.com>
This commit is contained in:
parent
5fa7660dab
commit
1674d30006
@ -16,7 +16,7 @@ Converts markdown into roff (man pages).}
|
|||||||
%global godocs README.md go-md2man.1.md
|
%global godocs README.md go-md2man.1.md
|
||||||
|
|
||||||
Name: %{goname}
|
Name: %{goname}
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
Summary: Converts markdown into roff (man pages)
|
Summary: Converts markdown into roff (man pages)
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -24,6 +24,7 @@ URL: %{gourl}
|
|||||||
Source0: %{gosource}
|
Source0: %{gosource}
|
||||||
|
|
||||||
Provides: go-md2man = %{version}-%{release}
|
Provides: go-md2man = %{version}-%{release}
|
||||||
|
Provides: golang(github.com/russross/blackfriday/v2) = 2
|
||||||
|
|
||||||
%description %{common_description}
|
%description %{common_description}
|
||||||
|
|
||||||
@ -66,6 +67,10 @@ install -Dpm 0644 go-md2man.1 -t %{buildroot}%{_mandir}/man1/
|
|||||||
%gopkgfiles
|
%gopkgfiles
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 07 2025 Jindrich Novy <jnovy@redhat.com> - 2.0.3-9
|
||||||
|
- add Provides: golang(github.com/russross/blackfriday/v2)
|
||||||
|
- Resolves: RHEL-86199
|
||||||
|
|
||||||
* Thu Nov 07 2024 Jindrich Novy <jnovy@redhat.com> - 2.0.3-8
|
* Thu Nov 07 2024 Jindrich Novy <jnovy@redhat.com> - 2.0.3-8
|
||||||
- re-add -devel and compat
|
- re-add -devel and compat
|
||||||
- Resolves: RHEL-65351
|
- Resolves: RHEL-65351
|
||||||
|
Loading…
Reference in New Issue
Block a user