From 2f05fca191b9c9a216bd0380e9eb3e07a5f97ab2 Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Date: Fri, 1 Mar 2019 17:36:29 +0100 Subject: [PATCH] Add aarch64 support (#1679310) Signed-off-by: Rafael dos Santos --- bcc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bcc.spec b/bcc.spec index 434e402..44c6cef 100644 --- a/bcc.spec +++ b/bcc.spec @@ -9,7 +9,7 @@ Name: bcc Version: 0.8.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: BPF Compiler Collection (BCC) License: ASL 2.0 URL: https://github.com/iovisor/bcc @@ -17,7 +17,7 @@ Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz # Arches will be included as upstream support is added and dependencies are # satisfied in the respective arches -ExclusiveArch: x86_64 %{power64} +ExclusiveArch: x86_64 %{power64} aarch64 BuildRequires: bison, cmake >= 2.8.7, flex, libxml2-devel BuildRequires: python3-devel @@ -165,6 +165,9 @@ mv %{buildroot}%{_datadir}/%{name}/examples %{buildroot}%{_docdir}/%{name}/ %changelog +* Wed Feb 20 2019 Rafael dos Santos - 0.8.0-3 +- Add aarch64 support (#1679310) + * Thu Jan 31 2019 Fedora Release Engineering - 0.8.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild