Accepting request 258193 from home:aljex:branches:Base:System

Small correction to which targets don't want autoconf. Fixes OS 10.2. Builds on everything from SL 10.0 to current now.

OBS-URL: https://build.opensuse.org/request/show/258193
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=189
This commit is contained in:
Dr. Werner Fink 2014-10-24 12:45:57 +00:00 committed by Git OBS Bridge
parent fc7b605cc6
commit 9112ccce56
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Oct 24 04:16:32 UTC 2014 - brian@aljex.com
- Skip autoconf on OS 10.2 or older
-------------------------------------------------------------------
Wed Oct 22 13:44:23 UTC 2014 - werner@suse.de

View File

@ -20,9 +20,9 @@
Name: bash
BuildRequires: audit-devel
BuildRequires: autoconf
BuildRequires: bison
%if %suse_version > 1020
BuildRequires: autoconf
BuildRequires: fdupes
%endif
%if %suse_version > 1220
@ -364,7 +364,7 @@ done
MACHTYPE=${CPU}-suse-linux
export LANG LC_ALL HOSTTYPE MACHTYPE
pushd ../readline-%{rl_vers}%{extend}
%if 0%suse_version >= 1020
%if 0%suse_version > 1020
autoconf
%endif
cflags ()
@ -484,7 +484,7 @@ popd
CC_FOR_BUILD="$CC"
CFLAGS_FOR_BUILD="$CFLAGS"
export CC_FOR_BUILD CFLAGS_FOR_BUILD CFLAGS LDFLAGS CC
%if 0%suse_version >= 1020
%if 0%suse_version > 1020
autoconf
%endif
#