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