From a68708c927cd5ce5b3c5afc85b8b728e7e64d27bdcb4a1e1d3b38737fe0c80d6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 31 Jan 2013 12:30:31 +0000 Subject: [PATCH] Accepting request 150409 from devel:ARM:AArch64:Factory Disable profiling for aarch64 arch OBS-URL: https://build.opensuse.org/request/show/150409 OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=52 --- xz.changes | 5 +++++ xz.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/xz.changes b/xz.changes index 003b82e..54b15f5 100644 --- a/xz.changes +++ b/xz.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 29 17:28:51 UTC 2013 - guillaume@opensuse.org + +- Disable profiling for aarch64 arch + ------------------------------------------------------------------- Tue Nov 27 11:10:13 UTC 2012 - sweet_f_a@gmx.de diff --git a/xz.spec b/xz.spec index f9f81a3..a5dc23e 100644 --- a/xz.spec +++ b/xz.spec @@ -1,7 +1,7 @@ # # spec file for package xz # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,7 +33,7 @@ Obsoletes: lzma < %version %if 0%{?suse_version} < 1130 %define do_profiling 0 %endif -%ifarch %{arm} %sparc +%ifarch aarch64 %{arm} %sparc %define do_profiling 0 %endif