Bug ID | 1114209 |
---|---|
Summary | go: provides(API) causes "have option" unresolveable builds |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Development |
Assignee | bnc-team-screening@forge.provo.novell.com |
Reporter | asarai@suse.com |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
Within OBS, if you have more than one option of a package to use for a build, the build will be considered unresolveable. In this case, the problem is that both "go1.11" and "go" provide "golang(API) = 1.11". We should avoid having the API provides in "go" -- since the point of the API provides is to allow for version pinning (and "go" is always the latest so it doesn't make sense to use it for pinning).