[golang] Created tag golang-1.3-7.fc22

2014-08-08 Thread Vincent Batts
The lightweight tag 'golang-1.3-7.fc22' was created pointing to: 1afe7e2... set source directory timestamps during %install ___ golang mailing list golang@lists.fedoraproject.org https://lists.fedoraproject.org/mailman/listinfo/golang

[golang] Created tag golang-1.2.2-13.fc20

2014-08-08 Thread Vincent Batts
The lightweight tag 'golang-1.2.2-13.fc20' was created pointing to: 90e7326... set source directory timestamps during %install ___ golang mailing list golang@lists.fedoraproject.org https://lists.fedoraproject.org/mailman/listinfo/golang

[golang] set source directory timestamps during %install

2014-08-08 Thread Vincent Batts
Summary of changes: 1afe7e2... set source directory timestamps during %install (*) (*) This commit already existed in another branch; no separate mail sent ___ golang mailing list golang@lists.fedoraproject.org https://lists.fedoraproject.org/mailman/

[golang/f21] set source directory timestamps during %install

2014-08-08 Thread Vincent Batts
commit 1afe7e2655c3c021aa9dfc88e1455675ebdb0e8d Author: Vincent Batts Date: Fri Aug 8 21:11:50 2014 + set source directory timestamps during %install golang.spec |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) --- diff --git a/golang.spec b/golang.spec index 4b40d95..

[golang/f19: 2/2] Merge branch 'f20' into f19

2014-08-08 Thread Vincent Batts
commit 6ceac592dd2dfadb2dfa7609ad346ea65e56d643 Merge: 60bb592 90e7326 Author: Vincent Batts Date: Sat Aug 9 03:21:18 2014 + Merge branch 'f20' into f19 golang.spec |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) --- ___ gol

[golang] Created tag golang-1.3-7.fc21

2014-08-08 Thread Vincent Batts
The lightweight tag 'golang-1.3-7.fc21' was created pointing to: 1afe7e2... set source directory timestamps during %install ___ golang mailing list golang@lists.fedoraproject.org https://lists.fedoraproject.org/mailman/listinfo/golang

[golang/f20] set source directory timestamps during %install

2014-08-08 Thread Vincent Batts
Summary of changes: 90e7326... set source directory timestamps during %install (*) (*) This commit already existed in another branch; no separate mail sent ___ golang mailing list golang@lists.fedoraproject.org https://lists.fedoraproject.org/mailman/

[golang] Created tag golang-1.2.2-13.fc19

2014-08-08 Thread Vincent Batts
The lightweight tag 'golang-1.2.2-13.fc19' was created pointing to: 6ceac59... Merge branch 'f20' into f19 ___ golang mailing list golang@lists.fedoraproject.org https://lists.fedoraproject.org/mailman/listinfo/golang

[golang] Created tag golang-1.2.2-13.el6

2014-08-08 Thread Vincent Batts
The lightweight tag 'golang-1.2.2-13.el6' was created pointing to: 60a575a... Merge branch 'f20' into el6 ___ golang mailing list golang@lists.fedoraproject.org https://lists.fedoraproject.org/mailman/listinfo/golang

[golang/el6: 1/2] set source directory timestamps during %install

2014-08-08 Thread Vincent Batts
commit 90e73267ad61eecb9d5b354ba2bbd7115ff1da55 Author: Vincent Batts Date: Fri Aug 8 21:11:50 2014 + set source directory timestamps during %install golang.spec |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) --- diff --git a/golang.spec b/golang.spec index 10ea702..

[golang/el6] (2 commits) ...Merge branch 'f20' into el6

2014-08-08 Thread Vincent Batts
Summary of changes: 90e7326... set source directory timestamps during %install 60a575a... Merge branch 'f20' into el6 ___ golang mailing list golang@lists.fedoraproject.org https://lists.fedoraproject.org/mailman/listinfo/golang

[golang/f19] (2 commits) ...Merge branch 'f20' into f19

2014-08-08 Thread Vincent Batts
Summary of changes: 90e7326... set source directory timestamps during %install (*) 6ceac59... Merge branch 'f20' into f19 (*) This commit already existed in another branch; no separate mail sent ___ golang mailing list golang@lists.fedoraproject.org

[golang/el6: 2/2] Merge branch 'f20' into el6

2014-08-08 Thread Vincent Batts
commit 60a575aca1f817a6d59ef892ec9f98c8321d4b0d Merge: d65d3f8 90e7326 Author: Vincent Batts Date: Sat Aug 9 03:21:39 2014 + Merge branch 'f20' into el6 golang.spec |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) --- ___ gol

[Bug 1128208] docker io not using proper DNS

2014-08-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1128208 --- Comment #11 from Bill C. Riemers --- Alright workaround in place. I just needed to add accept rules to iptables for port 53. e.g. # iptables -I INPUT -p udp --deport 53 -j ACCEPT # iptables -I INPUT -p tcp --deport 53 -j ACCEPT Now th

[Bug 1128208] docker io not using proper DNS

2014-08-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1128208 --- Comment #10 from Lars Kellogg-Stedman --- For what it's worth, I have dnsmasq listening on the docker bridge like this: listen-address=172.17.42.1 bind-interfaces And my docker daemon running like this: /usr/bin/docker -d -H fd://

[Bug 1128208] docker io not using proper DNS

2014-08-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1128208 --- Comment #9 from Bill C. Riemers --- I'm really still at a loss though, how this was working for me before you have pointed out essientially the 127.0.0.1 part would be ignored, and the rest of my path was in the wrong order to successfully

[Bug 1128208] docker io not using proper DNS

2014-08-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1128208 --- Comment #8 from Bill C. Riemers --- It looks like the problem is there is logic in docker that if the /etc/resolv.conf file contains 127.0.0.1 it ignores the all the DNS entries and instead uses the google addresses. It is a bit tricky to

[Bug 1099206] timestamps of libraries and artifacts out of sync

2014-08-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1099206 --- Comment #28 from Fedora Update System --- golang-1.2.2-12.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/golang-1.2.2-12.fc20 -- You are receiving this mail because: You are on the CC list for

[Bug 1128208] docker io not using proper DNS

2014-08-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1128208 --- Comment #7 from Bill C. Riemers --- I just pulled 1.1.2-2 from updates-testing. I still see the exact same issue. I edited out the 127.0.0.1 from my /etc/resolv.conf file just incase that is was causing the problem but still the same is

[Bug 1128208] docker io not using proper DNS

2014-08-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1128208 --- Comment #6 from Bill C. Riemers --- It looks like using --dns=172.17.42.1 completely breaks dns lookup's all together. The reason is by default dnsmasq only listens to the lo interface. Certainly I can add the docker0 interface to the l

[Bug 1128208] docker io not using proper DNS

2014-08-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1128208 --- Comment #5 from Lokesh Mandvekar --- Bill, what's the latest version of docker you have/had? docker 1.1.2-2 on rawhide seems to use the same /etc/resolv.conf as my host. Looks like 1.1.2-2 has landed in f20-stable -- You are receiving t

[Bug 1099206] timestamps of libraries and artifacts out of sync

2014-08-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1099206 --- Comment #26 from Fedora Update System --- golang-1.2.2-12.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/golang-1.2.2-12.el6 -- You are receiving this mail because: You are on the CC list f

[Bug 981356] golang "safe path" needs to be added to gdb

2014-08-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=981356 --- Comment #17 from Fedora Update System --- golang-1.2.2-12.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/golang-1.2.2-12.el6 -- You are receiving this mail because: You are on the CC list fo

[Bug 1128208] docker io not using proper DNS

2014-08-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1128208 --- Comment #4 from Bill C. Riemers --- Darn. "yum downgrade docker-io" won't work because the previous version is no longer in the official repository. For comparison I tried on a server I with a different version of docker-io: -bash-4.1$

[Bug 1099206] timestamps of libraries and artifacts out of sync

2014-08-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1099206 --- Comment #27 from Fedora Update System --- golang-1.2.2-12.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/golang-1.2.2-12.fc19 -- You are receiving this mail because: You are on the CC list for

[Bug 1101508] exec: "gcc": executable file not found in $PATH

2014-08-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1101508 --- Comment #10 from Fedora Update System --- golang-1.2.2-12.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/golang-1.2.2-12.el6 -- You are receiving this mail because: You are on the CC list f

[Bug 1105901] golang-pkg-linux-amd64 is missing dependency on gcc

2014-08-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1105901 --- Comment #7 from Fedora Update System --- golang-1.2.2-12.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/golang-1.2.2-12.el6 -- You are receiving this mail because: You are on the CC list fo

[Bug 1128208] docker io not using proper DNS

2014-08-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1128208 --- Comment #3 from Bill C. Riemers --- Yuck. It turns out that isn't the only place where my docker is failing. Later it fails with maven2 builds where it tries using repositories like: http://mvn.re.redhat.com/maven2 -- You are receivin

[Bug 1128208] docker io not using proper DNS

2014-08-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1128208 --- Comment #2 from Bill C. Riemers --- Yes. Both are viable workarounds. But this is not consistent with docker io just working everwhere. Not only would I have to distribute the Dockerfile but setup instructions for the server/workstatio

[golang] Created tag golang-1.2.2-12.fc20

2014-08-08 Thread Vincent Batts
The lightweight tag 'golang-1.2.2-12.fc20' was created pointing to: 688fe6a... another version constraint on xemacs to not use the broken ___ golang mailing list golang@lists.fedoraproject.org https://lists.fedoraproject.org/mailman/listinfo/golang

[golang] Created tag golang-1.2.2-12.fc19

2014-08-08 Thread Vincent Batts
The lightweight tag 'golang-1.2.2-12.fc19' was created pointing to: 60bb592... Merge branch 'f20' into f19 ___ golang mailing list golang@lists.fedoraproject.org https://lists.fedoraproject.org/mailman/listinfo/golang

[golang/f19: 2/2] Merge branch 'f20' into f19

2014-08-08 Thread Vincent Batts
commit 60bb592493600f8bee9ae4c9b99a7cf583fb6ee3 Merge: c89cd17 688fe6a Author: Vincent Batts Date: Fri Aug 8 17:06:32 2014 + Merge branch 'f20' into f19 golang.spec | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) --- ___

[golang] Created tag golang-1.2.2-12.el6

2014-08-08 Thread Vincent Batts
The lightweight tag 'golang-1.2.2-12.el6' was created pointing to: d65d3f8... Merge branch 'f20' into el6 ___ golang mailing list golang@lists.fedoraproject.org https://lists.fedoraproject.org/mailman/listinfo/golang

[golang/el6] (2 commits) ...Merge branch 'f20' into el6

2014-08-08 Thread Vincent Batts
Summary of changes: 688fe6a... another version constraint on xemacs to not use the broken (*) d65d3f8... Merge branch 'f20' into el6 (*) This commit already existed in another branch; no separate mail sent ___ golang mailing list golang@lists.fedor

[golang/el6: 2/2] Merge branch 'f20' into el6

2014-08-08 Thread Vincent Batts
commit d65d3f8a4028253ef1760a48b7cadb895223e7bb Merge: 27d627a 688fe6a Author: Vincent Batts Date: Fri Aug 8 17:07:06 2014 + Merge branch 'f20' into el6 golang.spec | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) --- ___

[golang/f19] (2 commits) ...Merge branch 'f20' into f19

2014-08-08 Thread Vincent Batts
Summary of changes: 688fe6a... another version constraint on xemacs to not use the broken (*) 60bb592... Merge branch 'f20' into f19 (*) This commit already existed in another branch; no separate mail sent ___ golang mailing list golang@lists.fedor

[golang/f20] another version constraint on xemacs to not use the broken version of xemacs-packages-extra

2014-08-08 Thread Vincent Batts
commit 688fe6aa08324e6483685fac593fc6536bbed141 Author: Vincent Batts Date: Fri Aug 8 17:03:30 2014 + another version constraint on xemacs to not use the broken version of xemacs-packages-extra golang.spec | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) --- di

[Bug 1128208] docker io not using proper DNS

2014-08-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1128208 --- Comment #1 from Lars Kellogg-Stedman --- > It is possible to update the docker options to work around the > problem. But of course the DNS servers obtained by DHCP, so it > would require restarting docker-io with new settings everytime a

[Bug 1127570] No fish completion

2014-08-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1127570 --- Comment #4 from Lokesh Mandvekar --- Hmm, looks like it'd be better to have docker.fish included in upstream fish /fish rpm ? (Same should also apply to zsh in that case (my bad)) -- You are receiving this mail because: You are on the

[Bug 1128208] New: docker io not using proper DNS

2014-08-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1128208 Bug ID: 1128208 Summary: docker io not using proper DNS Product: Fedora Version: 20 Component: docker-io Assignee: l...@fedoraproject.org Reporter: briem...@redhat.com

[Bug 1119849] su - postgres Results in System Error inside Fedora 20/rawhide containers

2014-08-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1119849 Bill C. Riemers changed: What|Removed |Added Blocks||1128208 Referenced Bugs: https://

[Bug 1127570] No fish completion

2014-08-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1127570 --- Comment #3 from Matthew Miller --- This is problematic. We don't want docker to _require_ fish, but that's what owns the /usr/share/fish/completions directory -- You are receiving this mail because: You are on the CC list for the bug. __

Broken dependencies: golang-github-smarterclayton-go-systemd

2014-08-08 Thread buildsys
golang-github-smarterclayton-go-systemd has broken dependencies in the rawhide tree: On x86_64: golang-github-smarterclayton-go-systemd-devel-0-0.5.git5cb9e9e.fc21.noarch requires golang(github.com/guelfey/go.dbus) On i386: golang-github-smarterclayton-go-systemd-devel-0-0.5.g

Broken dependencies: golang-github-smarterclayton-go-systemd

2014-08-08 Thread buildsys
golang-github-smarterclayton-go-systemd has broken dependencies in the F-21 tree: On x86_64: golang-github-smarterclayton-go-systemd-devel-0-0.5.git5cb9e9e.fc21.noarch requires golang(github.com/guelfey/go.dbus) On i386: golang-github-smarterclayton-go-systemd-devel-0-0.5.git5

[Bug 1119282] [Regression] Unable to run docker client as non-root user

2014-08-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1119282 Fedora Update System changed: What|Removed |Added Fixed In Version|systemd-208-20.fc20 |systemd-204-20.fc19 --- Commen

[Bug 1127570] No fish completion

2014-08-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1127570 --- Comment #2 from Yajo --- (In reply to Lokesh Mandvekar from comment #1) > Hi, > > Can you test this rpm please: > https://lsm5.fedorapeople.org/docker-io-1.1.2-3.fc20.x86_64.rpm > > The rawhide version of this doesn't seem to work for m