https://bugzilla.redhat.com/show_bug.cgi?id=1166611
Bug ID: 1166611 Summary: Extend golang %files section with golang.org/x directory ownership Product: Fedora Version: rawhide Component: golang Assignee: vbatts@redhat.com Reporter: jchaloup@redhat.com QA Contact: extras-qa@fedoraproject.org CC: admiller@redhat.com, golang@lists.fedoraproject.org, lemenkov@gmail.com, lsm5@fedoraproject.org, renich@woralelandia.com, s@shk.io, vbatts@redhat.com
Description of problem: https://groups.google.com/forum/#!topic/golang-nuts/eD8dh3T9yyA First post:
... This list shows the current base import paths, and their new equivalents.
code.google.com/p/go.benchmarks -> golang.org/x/benchmarks code.google.com/p/go.blog -> golang.org/x/blog code.google.com/p/go.crypto -> golang.org/x/crypto code.google.com/p/go.exp -> golang.org/x/exp code.google.com/p/go.image -> golang.org/x/image code.google.com/p/go.mobile -> golang.org/x/mobile code.google.com/p/go.net -> golang.org/x/net code.google.com/p/go.sys -> golang.org/x/sys code.google.com/p/go.talks -> golang.org/x/talks code.google.com/p/go.text -> golang.org/x/text code.google.com/p/go.tools -> golang.org/x/tools ...
import paths are being extended for new equivalents starting with "golang.org/x/..."
Version-Release number of selected component (if applicable): golang-1.3.99-2.1.4rc1.fc22
How reproducible: Always
Steps to Reproduce: 1. rpm -q --provides golang | grep golang.org
Actual results: Empty result
Expected results: /usr/share/gocode/src/golang.org /usr/share/gocode/src/golang.org/x
Additional info: Extend ownership for all branches (at least el6, f20,f21,master)