diff --git a/consul.spec b/consul.spec index ec3579c..ae2fabb 100644 --- a/consul.spec +++ b/consul.spec @@ -28,7 +28,7 @@ Name: consul Version: 0.6.0 -Release: 0.2.git%{shortcommit}%{?dist} +Release: 0.3.git%{shortcommit}%{?dist} Summary: Tool for service discovery, monitoring and configuration http://www.consul.io License: MPLv2.0 URL: https://%{import_path} @@ -65,6 +65,9 @@ BuildRequires: golang(github.com/miekg/dns) BuildRequires: golang-github-mitchellh-cli-devel-temporary BuildRequires: golang(github.com/mitchellh/mapstructure) BuildRequires: golang(github.com/ryanuber/columnize) +# Missing in docker (runc, go-units) +BuildRequires: golang(github.com/opencontainers/runc/libcontainer/user) +BuildRequires: golang(github.com/docker/go-units) %endif %description @@ -227,6 +230,10 @@ go test %{import_path}/watch %endif %changelog +* Tue Feb 16 2016 jchaloup - 0.6.0-0.3.git46499d6 +- Add deps missing in docker (temporary fix) + related: #1290013 + * Wed Feb 03 2016 Fedora Release Engineering - 0.6.0-0.2.git46499d6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild