https://bugzilla.redhat.com/show_bug.cgi?id=1690185
--- Comment #3 from Robert-André Mauchin <[email protected]> --- - 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) -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
