diff --git a/.gitignore b/.gitignore index 2ebe13e..63f88a7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ +clog /cadvisor-6906a8c.tar.gz +/cadvisor-8c4f650.tar.gz diff --git a/cadvisor.spec b/cadvisor.spec index 87c09a0..3028b24 100644 --- a/cadvisor.spec +++ b/cadvisor.spec @@ -2,7 +2,7 @@ %global provider_tld com %global project google %global repo cadvisor -%global commit 6906a8ce90e9f00d6a1a8b7530b83bf083622036 +%global commit 8c4f650e62f096710da794e536de86e34447fca9 %global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global gopath %{_datadir}/gocode @@ -10,8 +10,8 @@ %global debug_package %{nil} Name: %{repo} -Version: 0.4.1 -Release: 0.1.git%{shortcommit}%{?dist} +Version: 0.5.0 +Release: 0.0.git%{shortcommit}%{?dist} Summary: Analyzes resource usage and performance characteristics of running containers License: ASL 2.0 URL: https://%{import_path} @@ -156,7 +156,6 @@ install -p -m0644 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}.service # devel package golang libs install -d -p %{buildroot}/%{gopath}/src/%{import_path}/ -cp -pav *.go %{buildroot}/%{gopath}/src/%{import_path}/ for d in api client container deploy info healthz manager pages storage \ utils @@ -193,7 +192,6 @@ done %dir %{gopath}/src/%{import_path}/storage %dir %{gopath}/src/%{import_path}/utils %dir %{gopath}/src/%{import_path}/healthz -%{gopath}/src/%{import_path}/* %{gopath}/src/%{import_path}/api/* %{gopath}/src/%{import_path}/client/* %{gopath}/src/%{import_path}/container/* @@ -206,6 +204,9 @@ done %{gopath}/src/%{import_path}/healthz/* %changelog +* Thu Nov 13 2014 Eric Paris - 0.5.0-0.0.git8c4f650 +- update to 0.5.0 + * Sat Oct 18 2014 jchaloup - 0.4.1-0.1.git6906a8c - update to 0.4.1 diff --git a/sources b/sources index 0e6e632..31ef9f8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dac425ac04e8a3d7172e0ba666f87f46 cadvisor-6906a8c.tar.gz +620c545edda1d56dba9c28cb9eefc411 cadvisor-8c4f650.tar.gz