https://bugzilla.redhat.com/show_bug.cgi?id=1648966



--- Comment #4 from Robert-AndrĂ© Mauchin <[email protected]> ---
In golang we have:

# ensure directory ownership, so they are cleaned up if empty
%dir %{gopath}
%dir %{gopath}/src
%dir %{gopath}/src/github.com/
%dir %{gopath}/src/bitbucket.org/
%dir %{gopath}/src/code.google.com/
%dir %{gopath}/src/code.google.com/p/
%dir %{gopath}/src/golang.org
%dir %{gopath}/src/golang.org/x

so they ane owned and removed when clean. I don't think we want to start have
all Golang libraries depends on the compiler, this would be problematic, like
if removing GCC would remove all your C devel packages. It's implicit that if
you have a Golang devel package, you'll have Golang installed too, but we don't
want to make that a hard dependencies.

-- 
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]

Reply via email to