[cadvisor/f21] update to 0.6.0

Jan Chaloupka jchaloup at fedoraproject.org
Tue Dec 16 16:41:49 UTC 2014


commit b50497f6eb1a8f3e62403bedeace06af572d4194
Author: Eric Paris <eparis at redhat.com>
Date:   Tue Nov 18 00:00:09 2014 -0500

    update to 0.6.0

 cadvisor.spec |   29 ++++++++++++++++++++---------
 1 files changed, 20 insertions(+), 9 deletions(-)
---
diff --git a/cadvisor.spec b/cadvisor.spec
index 3028b24..e0465d4 100644
--- a/cadvisor.spec
+++ b/cadvisor.spec
@@ -2,7 +2,7 @@
 %global provider_tld	com
 %global project		google
 %global repo		cadvisor
-%global commit		8c4f650e62f096710da794e536de86e34447fca9
+%global commit		1e986029072ff511b0f069490d51dea35a50930e
 
 %global import_path	%{provider}.%{provider_tld}/%{project}/%{repo}
 %global gopath		%{_datadir}/gocode
@@ -10,7 +10,7 @@
 %global debug_package	%{nil}
 
 Name:		%{repo}
-Version:	0.5.0
+Version:	0.6.0
 Release:	0.0.git%{shortcommit}%{?dist}
 Summary:	Analyzes resource usage and performance characteristics of running containers
 License:	ASL 2.0
@@ -68,8 +68,6 @@ so containers are inherently nested hierarchically.
 Requires:	golang
 Summary:	Analyzes resource usage and performance characteristics of running containers
 Provides:	golang(%{import_path}) = %{version}-%{release}
-Provides:	golang(%{import_path}/advice) = %{version}-%{release}
-Provides:	golang(%{import_path}/advice/interface) = %{version}-%{release}
 Provides:	golang(%{import_path}/api) = %{version}-%{release}
 Provides:	golang(%{import_path}/client) = %{version}-%{release}
 Provides:	golang(%{import_path}/container) = %{version}-%{release}
@@ -77,16 +75,21 @@ Provides:	golang(%{import_path}/container/docker) = %{version}-%{release}
 Provides:	golang(%{import_path}/container/libcontainer) = %{version}-%{release}
 Provides:	golang(%{import_path}/container/raw) = %{version}-%{release}
 Provides:	golang(%{import_path}/deploy) = %{version}-%{release}
+Provides:	golang(%{import_path}/fs) = %{version}-%{release}
+Provides:	golang(%{import_path}/healthz) = %{version}-%{release}
 Provides:	golang(%{import_path}/info) = %{version}-%{release}
 Provides:	golang(%{import_path}/manager) = %{version}-%{release}
 Provides:	golang(%{import_path}/pages) = %{version}-%{release}
 Provides:	golang(%{import_path}/pages/static) = %{version}-%{release}
-Provides:	golang(%{import_path}/sampling) = %{version}-%{release}
 Provides:	golang(%{import_path}/storage) = %{version}-%{release}
-Provides:	golang(%{import_path}/storage/cache) = %{version}-%{release}
+Provides:	golang(%{import_path}/storage/bigquery) = %{version}-%{release}
+Provides:	golang(%{import_path}/storage/bigquery/client) = %{version}-%{release}
 Provides:	golang(%{import_path}/storage/influxdb) = %{version}-%{release}
 Provides:	golang(%{import_path}/storage/memory) = %{version}-%{release}
 Provides:	golang(%{import_path}/utils) = %{version}-%{release}
+Provides:	golang(%{import_path}/utils/fs) = %{version}-%{release}
+Provides:	golang(%{import_path}/utils/fs/mockfs) = %{version}-%{release}
+Provides:	golang(%{import_path}/utils/procfs) = %{version}-%{release}
 BuildRequires:	docker-io-pkg-devel
 BuildRequires:	golang
 BuildRequires:	golang(github.com/docker/libcontainer)
@@ -157,7 +160,7 @@ install -p -m0644 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}.service
 # devel package golang libs
 install -d -p %{buildroot}/%{gopath}/src/%{import_path}/
 
-for d in api client container deploy info healthz manager pages storage \
+for d in api client container deploy fs healthz info manager pages storage \
        utils
 do
     cp -pav $d %{buildroot}/%{gopath}/src/%{import_path}/
@@ -186,24 +189,32 @@ done
 %dir %{gopath}/src/%{import_path}/client
 %dir %{gopath}/src/%{import_path}/container
 %dir %{gopath}/src/%{import_path}/deploy
+%dir %{gopath}/src/%{import_path}/healthz
+%dir %{gopath}/src/%{import_path}/fs
 %dir %{gopath}/src/%{import_path}/info
 %dir %{gopath}/src/%{import_path}/manager
 %dir %{gopath}/src/%{import_path}/pages
 %dir %{gopath}/src/%{import_path}/storage
 %dir %{gopath}/src/%{import_path}/utils
-%dir %{gopath}/src/%{import_path}/healthz
 %{gopath}/src/%{import_path}/api/*
 %{gopath}/src/%{import_path}/client/*
 %{gopath}/src/%{import_path}/container/*
 %{gopath}/src/%{import_path}/deploy/*
+%{gopath}/src/%{import_path}/healthz/*
+%{gopath}/src/%{import_path}/fs/*
 %{gopath}/src/%{import_path}/info/*
 %{gopath}/src/%{import_path}/manager/*
 %{gopath}/src/%{import_path}/pages/*
 %{gopath}/src/%{import_path}/storage/*
 %{gopath}/src/%{import_path}/utils/*
-%{gopath}/src/%{import_path}/healthz/*
 
 %changelog
+* Fri Nov 14 2014 Eric Paris <eparis at redhat.com> - 0.6.0-0.0.git1e98602
+- update to 0.6.0
+
+* Fri Nov 14 2014 Eric Paris <eparis at redhat.com> - 0.5.0-0.1.git8c4f650
+- include fs/*.go
+
 * Thu Nov 13 2014 Eric Paris <eparis at redhat.com> - 0.5.0-0.0.git8c4f650
 - update to 0.5.0
 


More information about the scm-commits mailing list