diff --git a/golang-github-cpuguy83-md2man.spec b/golang-github-cpuguy83-md2man.spec index b694846..f61eb46 100644 --- a/golang-github-cpuguy83-md2man.spec +++ b/golang-github-cpuguy83-md2man.spec @@ -10,9 +10,9 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $ Name: golang-github-cpuguy83-md2man Version: 2.0.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Converts markdown into roff (man pages) -License: Licence: BSD-2-Clause AND MIT +License: BSD-2-Clause AND MIT URL: https://github.com/cpuguy83/go-md2man Source0: https://github.com/cpuguy83/go-md2man/archive/%{commit0}/%{name}-%{version}-%{shortcommit0}.tar.gz # https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures @@ -53,6 +53,10 @@ install -m 0755 -vp bin/* %{buildroot}%{_bindir}/ %{_bindir}/* %changelog +* Wed Sep 27 2023 Jindrich Novy - 2.0.2-6 +- fix license tag +- Related: Jira:RHEL-2112 + * Wed May 31 2023 Jindrich Novy - 2.0.2-5 - update license to SPDX standard - Related: #2176063