Accepting request 209184 from openSUSE:Factory:PowerLE

fix config.guess/sub update for ppc64le

OBS-URL: https://build.opensuse.org/request/show/209184
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=311
This commit is contained in:
2013-12-02 16:47:02 +00:00
committed by Git OBS Bridge
parent 9c3c21cc8b
commit 7edf9bb711
3 changed files with 8 additions and 3 deletions

View File

@@ -237,7 +237,7 @@ rm -f rpmdb/db.h
%patch -P 80 -P 81 -P 82 -P 83 -P 84 -P 85 -P 86 -P 87 -P 88 -P 89
%patch -P 90 -P 91 -P 92
%ifarch aarch64
%ifarch aarch64 ppc64le
%patch6464
%endif
%patch68000
@@ -357,7 +357,7 @@ for i in /usr/share/automake-*/*; do
fi
done
popd
%ifarch aarch64
%ifarch aarch64 ppc64le
install -m 755 config.guess %{buildroot}/usr/lib/rpm
install -m 755 config.sub %{buildroot}/usr/lib/rpm
%endif