Accepting request 208890 from home:k0da:ppc
- Rename and extend auto-config-update-aarch64.diff to auto-config-update-aarch64-ppc64le.diff to apply same hack to powerpc64le architecture OBS-URL: https://build.opensuse.org/request/show/208890 OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=309
This commit is contained in:
parent
f76bde2ada
commit
9c3c21cc8b
@ -15,6 +15,7 @@ Index: build/parseBuildInstallClean.c
|
||||
+ " for c in $(find -maxdepth 8 -name \"config.$s\"); do\n"
|
||||
+ " grep -q config-patches@ $c || continue\n"
|
||||
+ " grep -q aarch64 $c || install -m 755 $ref/config.$s $c\n"
|
||||
+ " grep -q ppc64le $c || install -m 755 $ref/config.$s $c\n"
|
||||
+ " done\n"
|
||||
+ "done\n"
|
||||
+ );
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 29 11:54:44 UTC 2013 - dvaleev@suse.com
|
||||
|
||||
- Rename and extend auto-config-update-aarch64.diff to
|
||||
auto-config-update-aarch64-ppc64le.diff to apply same hack to
|
||||
powerpc64le architecture
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 28 08:08:55 UTC 2013 - schwab@suse.de
|
||||
|
||||
|
2
rpm.spec
2
rpm.spec
@ -146,7 +146,7 @@ Patch90: appdata_provides.diff
|
||||
#upstream commit ef1497b1f81966fed56f008bc8ee8ba42102efd6
|
||||
Patch91: ppc64le.diff
|
||||
Patch92: find-lang-python.patch
|
||||
Patch6464: auto-config-update-aarch64.diff
|
||||
Patch6464: auto-config-update-aarch64-ppc64le.diff
|
||||
Patch68000: m68k.patch
|
||||
Patch68001: debugedit-m68k.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
Loading…
Reference in New Issue
Block a user