From 3f49f353c4657529db0ee3b169649b8c93a36259 Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Aug 23 2018 10:15:28 +0000 Subject: Modify to build on i386 and armhfp --- diff --git a/SPECS/cadvisor.spec b/SPECS/cadvisor.spec index 71f5459..2493bff 100644 --- a/SPECS/cadvisor.spec +++ b/SPECS/cadvisor.spec @@ -21,7 +21,7 @@ Source2: cadvisor.service #BuildRequires: docker-io-pkg-devel BuildRequires: systemd BuildRequires: golang >= 1.2.1-3 -ExclusiveArch: x86_64 +ExclusiveArch: x86_64 %{ix86} %{arm} %description %{summary} @@ -97,6 +97,9 @@ done %config(noreplace) %{_sysconfdir}/sysconfig/%{name} %changelog +* Thu Aug 23 2018 Johnny Hughes 0.4.1-0.3.git6906a8ce +- Modify to build on arm and i386 + * Mon Oct 06 2014 jchaloup - 0.4.1-0.3.git6906a8ce - Move cadvisor.service and cadvisor config file from patch into repo