Accepting request 150563 from Base:System

Disable profiling for aarch64 arch (forwarded request 150409 from Guillaume_G)

OBS-URL: https://build.opensuse.org/request/show/150563
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xz?expand=0&rev=43
This commit is contained in:
Stephan Kulow 2013-01-31 13:56:08 +00:00 committed by Git OBS Bridge
commit d09e9624e3
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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