Accepting request 209185 from Base:System
fix config.guess/sub update for ppc64le (forwarded request 209184 from adrianSuSE) OBS-URL: https://build.opensuse.org/request/show/209185 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpm?expand=0&rev=220
This commit is contained in:
commit
b052418b2b
@ -2,7 +2,7 @@ Index: build/parseBuildInstallClean.c
|
|||||||
===================================================================
|
===================================================================
|
||||||
--- build/parseBuildInstallClean.c.orig
|
--- build/parseBuildInstallClean.c.orig
|
||||||
+++ build/parseBuildInstallClean.c
|
+++ build/parseBuildInstallClean.c
|
||||||
@@ -46,7 +46,21 @@ int parseBuildInstallClean(rpmSpec spec,
|
@@ -46,7 +46,22 @@ int parseBuildInstallClean(rpmSpec spec,
|
||||||
} else if (rc < 0) {
|
} else if (rc < 0) {
|
||||||
goto exit;
|
goto exit;
|
||||||
}
|
}
|
||||||
|
@ -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
|
Fri Nov 29 11:54:44 UTC 2013 - dvaleev@suse.com
|
||||||
|
|
||||||
|
4
rpm.spec
4
rpm.spec
@ -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 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
|
%patch -P 90 -P 91 -P 92
|
||||||
|
|
||||||
%ifarch aarch64
|
%ifarch aarch64 ppc64le
|
||||||
%patch6464
|
%patch6464
|
||||||
%endif
|
%endif
|
||||||
%patch68000
|
%patch68000
|
||||||
@ -357,7 +357,7 @@ for i in /usr/share/automake-*/*; do
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
popd
|
popd
|
||||||
%ifarch aarch64
|
%ifarch aarch64 ppc64le
|
||||||
install -m 755 config.guess %{buildroot}/usr/lib/rpm
|
install -m 755 config.guess %{buildroot}/usr/lib/rpm
|
||||||
install -m 755 config.sub %{buildroot}/usr/lib/rpm
|
install -m 755 config.sub %{buildroot}/usr/lib/rpm
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user