SHA256
1
0
forked from pool/xz

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
This commit is contained in:
Dirk Mueller 2013-01-31 12:30:31 +00:00 committed by Git OBS Bridge
parent 2d53ca48ed
commit a68708c927
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