-
Notifications
You must be signed in to change notification settings - Fork 185
Package for Fedora / RHEL / CentOS #127
Comments
github.com/codegangsta/cli is already packaged. |
FYI the xdg package already exists in Debian, but it has a non-standard name. Don't know why. |
package review for golang-launchpad-go-xdg-v0: https://bugzilla.redhat.com/show_bug.cgi?id=1279660 |
I filed an issue against firewalld to better support the privet use case: Right now the only way to support privet with firewalld is to open all the ephemeral ports. For Fedora Workstation it doesn't matter, since the default firewalld config does this. But this is not the default on Fedora Server nor CentOS. |
I'm not familiar with firewalld, but if it helps, we could limit the port range with a config value. The libraries don't make this simple, but I don't think it would be hard to implement. |
The last dependency for Fedora is packaged: It will be appearing in f22, f23, rawhide, and el7. There may be more el7 dependencies to work through. |
el6 looks similar dependency-wise. I will package xdg for el6 as well. el6 will be a little more work from the others mostly because of logging and systemd, but should be doable. |
el6 should be fine. "go get" works just fine (except for https://bugzilla.redhat.com/show_bug.cgi?id=1253897). I think all dependencies are packaged. |
This is a little tricky still since the policies for RHEL7 are not well documented. Fedora and RHEL6 should be fine. |
I've not made any progress here since Fedora hasn't yet figured out a complete (non-draft) packaging story for Go. Until things are figured out, this should be installable quite easily with the normal |
Roger, thanks for the update. |
Just some notes for me here:
|
Blocking on #266. |
Things are still moving (slowly) in Fedora land. I am not working on this right now but if #266 is resolved I could revisit this. |
@agoode there's a bunch of golang packages in fedora 25 now. $ sudo dnf search golang | wc Is it possible that that packaging issues have been resolved. I would be great to see yum support for this. |
This is still blocked on #266. |
Any progress on getting this package released? |
No, I'm not working on this right now. |
I am working on this.
Currently I first need to package launchpad.net/go-xdg/v0 and github.com/codegangsta/cli.
The text was updated successfully, but these errors were encountered: