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:
Michael Schröder 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

@ -2,7 +2,7 @@ Index: build/parseBuildInstallClean.c
===================================================================
--- build/parseBuildInstallClean.c.orig
+++ build/parseBuildInstallClean.c
@@ -46,7 +46,21 @@ int parseBuildInstallClean(rpmSpec spec,
@@ -46,7 +46,22 @@ int parseBuildInstallClean(rpmSpec spec,
} else if (rc < 0) {
goto exit;
}

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 2 16:18:36 UTC 2013 - adrian@suse.de
- activate config.guess and config.sub update also for ppc64le
-------------------------------------------------------------------
Fri Nov 29 11:54:44 UTC 2013 - dvaleev@suse.com

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