diff --git a/golang-github-cpuguy83-go-md2man.spec b/golang-github-cpuguy83-go-md2man.spec index 5ff372e..dd2a7f6 100644 --- a/golang-github-cpuguy83-go-md2man.spec +++ b/golang-github-cpuguy83-go-md2man.spec @@ -26,6 +26,7 @@ URL: https://github.com/cpuguy83/go-md2man Source0: go-md2man-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: golang-packaging +BuildRequires: golang(golang.org/x/net) BuildRequires: golang(github.com/russross/blackfriday) Provides: go-go-md2man = %{version} Obsoletes: go-go-md2man < %{version} @@ -52,7 +53,7 @@ Tool to converts markdown into man pages %files %defattr(-,root,root,-) -%doc README.md +%doc README.md LICENSE.md %{_bindir}/go-md2man %files source