https://bugzilla.redhat.com/show_bug.cgi?id=1690185
--- Comment #3 from Robert-André Mauchin zebob.m@gmail.com --- - Do not require Go deps like this:
BuildRequires: golang-gopkg-ini-1-devel BuildRequires: golang-golangorg-crypto-devel BuildRequires: golang-github-unknwon-com-devel BuildRequires: golang-github-go-macaron-inject-devel BuildRequires: golang-github-smartystreets-goconvey-devel
Use golang(importpath)
You should use the Gofed tool to create draft of the SPEC not do them manually.
BuildRequires: golang(github.com/Unknwon/com) BuildRequires: golang(github.com/go-macaron/inject) BuildRequires: golang(golang.org/x/crypto/pbkdf2) BuildRequires: golang(gopkg.in/ini.v1) BuildRequires: golang(github.com/smartystreets/goconvey/convey)