File docker-54b59c2.tar.gz uploaded to lookaside cache by lsm5

2015-02-10 Thread Lokesh Mandvekar
A file has been added to the lookaside cache for docker-io:

72c51ef2e066e9b6f6eb1ac91c9df961  docker-54b59c2.tar.gz
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1184710] dnsmasq needs to be restarted after reboot for dns to work in a Docker container

2015-02-10 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1184710



--- Comment #5 from Jason Shepherd jsheph...@redhat.com ---
I tried with the latest version, 1.4.1-8.fc21, but it didn't make any
difference.

I need to restart dnsmasq on the host for dns name resolution to work inside
the container.

   sudo systemctl restart dnsmasq

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[docker-io] NVR: docker-io-1.5.0-1.git54b59c2

2015-02-10 Thread Lokesh Mandvekar
commit 938848c282101df3efb87af4ffc98d4947579e3e
Author: Lokesh Mandvekar l...@fedoraproject.org
Date:   Wed Feb 11 04:06:32 2015 +0100

NVR: docker-io-1.5.0-1.git54b59c2

Signed-off-by: Lokesh Mandvekar l...@fedoraproject.org

 docker-io.spec |9 ++---
 sources|2 +-
 2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/docker-io.spec b/docker-io.spec
index 8e9e365..1bbc3c6 100644
--- a/docker-io.spec
+++ b/docker-io.spec
@@ -11,14 +11,14 @@
 
 %global import_path %{provider}.%{provider_tld}/%{project}/%{repo}
 
-%global commit 76baa351c07d7fe847d14fafbcb5a3ba97519a1a
+%global commit 54b59c2b2f440df0a513a37d7709fc5b0c88773f
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 
 %global tar_import_path code.google.com/p/go/src/pkg/archive/tar
 
 Name:   %{repo}-io
-Version:   1.4.1
-Release:27.git%{shortcommit}%{?dist}
+Version:   1.5.0
+Release:   1.git%{shortcommit}%{?dist}
 Summary:Automates deployment of containerized applications
 License:ASL 2.0
 URL:http://www.docker.com
@@ -368,6 +368,9 @@ exit 0
 %{_datadir}/zsh/site-functions/_docker
 
 %changelog
+* Wed Feb 11 2015 l...@riseup.net - 1.5.0-1
+- New version: 1.5.0, built commit#54b59c2
+
 * Tue Feb 10 2015 l...@riseup.net - 1.4.1-27.git76baa35
 - daily rebuild - Tue Feb 10 01:19:10 CET 2015
 
diff --git a/sources b/sources
index 78487d3..82282dd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bdd56c6ce5dff1da34b9b26c9f3ecdf3  docker-76baa35.tar.gz
+72c51ef2e066e9b6f6eb1ac91c9df961  docker-54b59c2.tar.gz
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1190192] Kubelet service fails to start on Project Atomic host

2015-02-10 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1190192



--- Comment #8 from Jan Chaloupka jchal...@redhat.com ---
Hi,

if you change a service file manually you must reload systemd service deamon by
[1]:

# systemctl daemon-reload

With yum update this happen automatically.

[1] http://www.freedesktop.org/software/systemd/man/systemctl.html

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1175471] Review Request: fleet - A distributed init system

2015-02-10 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1175471



--- Comment #16 from Peter Lemenkov lemen...@gmail.com ---
(In reply to Jan Chaloupka from comment #15)
 Added:
 -devel subpackage
 -%repo, %provider, ... global variables
 
 Otherwise it looks good.

Updated the package according to your comments (and added one additional
patch):

* https://peter.fedorapeople.org/fleet.spec
* https://peter.fedorapeople.org/fleet-0.9.0-4.fc21.src.rpm

Here is a scratchbuild for Rawhide:

* http://koji.fedoraproject.org/koji/taskinfo?taskID=8883895

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1175471] Review Request: fleet - A distributed init system

2015-02-10 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1175471



--- Comment #17 from Jan Chaloupka jchal...@redhat.com ---
I forget to add Requires to devel packages for all its BuildRequires. So when
you install fleet devel subpackage, you must install all its deps if fleet
devel happens to be a buildtime dependency of another package:

Requires:golang(google.golang.org/api/googleapi)
Requires:golang(github.com/coreos/go-semver/semver)
Requires:golang(github.com/coreos/go-systemd/activation)
Requires:golang(github.com/coreos/go-systemd/dbus)
Requires:golang(github.com/coreos/go-systemd/unit)
Requires:golang(github.com/docker/libcontainer/netlink)
Requires:golang(github.com/godbus/dbus)
Requires:golang(github.com/jonboulle/clockwork)
Requires:golang(github.com/rakyll/globalconf)
Requires:golang(github.com/rakyll/goini)
Requires:golang(golang.org/x/crypto/ssh)

Please add those below BuildRequires of devel subpackage.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1175471] Review Request: fleet - A distributed init system

2015-02-10 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1175471

Jan Chaloupka jchal...@redhat.com changed:

   What|Removed |Added

  Flags|fedora-review?  |fedora-review+



--- Comment #18 from Jan Chaloupka jchal...@redhat.com ---
Otherwise spec file complies with Go packaging draft [1]

[1] https://fedoraproject.org/wiki/PackagingDrafts/Go

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1175471] Review Request: fleet - A distributed init system

2015-02-10 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1175471

Peter Lemenkov lemen...@gmail.com changed:

   What|Removed |Added

  Flags||fedora-cvs?



--- Comment #19 from Peter Lemenkov lemen...@gmail.com ---
(In reply to Jan Chaloupka from comment #17)
 I forget to add Requires to devel packages for all its BuildRequires. So
 when you install fleet devel subpackage, you must install all its deps if
 fleet devel happens to be a buildtime dependency of another package:
 
 Requires: golang(google.golang.org/api/googleapi)
 Requires: golang(github.com/coreos/go-semver/semver)
 Requires: golang(github.com/coreos/go-systemd/activation)
 Requires: golang(github.com/coreos/go-systemd/dbus)
 Requires: golang(github.com/coreos/go-systemd/unit)
 Requires: golang(github.com/docker/libcontainer/netlink)
 Requires: golang(github.com/godbus/dbus)
 Requires: golang(github.com/jonboulle/clockwork)
 Requires: golang(github.com/rakyll/globalconf)
 Requires: golang(github.com/rakyll/goini)
 Requires: golang(golang.org/x/crypto/ssh)
 
 Please add those below BuildRequires of devel subpackage.

Done (didn't raise the %release number though).

* https://peter.fedorapeople.org/fleet.spec
* https://peter.fedorapeople.org/fleet-0.9.0-4.fc21.src.rpm

(In reply to Jan Chaloupka from comment #18)
 Otherwise spec file complies with Go packaging draft [1]
 
 [1] https://fedoraproject.org/wiki/PackagingDrafts/Go

Thanks!

New Package SCM Request
===
Package Name: fleet
Short Description: A distributed init system
Upstream URL: https://github.com/coreos/fleet/
Owners: peter lsm5 jchaloup vbatts
Branches: f21 epel7
InitialCC: golang-sig

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1175471] Review Request: fleet - A distributed init system

2015-02-10 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1175471

Peter Lemenkov lemen...@gmail.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||fleet-0.9.0-4.fc22
 Resolution|--- |RAWHIDE
Last Closed||2015-02-10 08:46:41



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


File docker-1901972.tar.gz uploaded to lookaside cache by lsm5

2015-02-10 Thread Lokesh Mandvekar
A file has been added to the lookaside cache for docker-io:

7e0d28121ff46ac9a57dee3958318dd9  docker-1901972.tar.gz
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1175471] Review Request: fleet - A distributed init system

2015-02-10 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1175471



--- Comment #20 from Jon Ciesla limburg...@gmail.com ---
Git done (by process-git-requests).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1175471] Review Request: fleet - A distributed init system

2015-02-10 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1175471

Jon Ciesla limburg...@gmail.com changed:

   What|Removed |Added

  Flags|fedora-cvs? |fedora-cvs+



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang