From 92e6784e4702d88f995a1619ea63889436130619 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 23 Aug 2016 12:09:13 +0200 Subject: [PATCH] Enable building for arm architectures --- sysprof.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sysprof.spec b/sysprof.spec index d79ed48..8f77473 100644 --- a/sysprof.spec +++ b/sysprof.spec @@ -1,6 +1,6 @@ Name: sysprof Version: 3.21.90 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A system-wide Linux profiler License: GPLv3+ @@ -17,7 +17,7 @@ BuildRequires: systemd-devel Requires: hicolor-icon-theme -ExclusiveArch: %{ix86} x86_64 +ExclusiveArch: %{ix86} x86_64 %{arm} %description Sysprof is a sampling CPU profiler for Linux that collects accurate, @@ -92,6 +92,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Tue Aug 23 2016 Kalev Lember - 3.21.90-2 +- Enable building for arm architectures + * Tue Aug 23 2016 Kalev Lember - 3.21.90-1 - Update to 3.21.90