forked from pool/glibc
Accepting request 115279 from home:adrianSuSE:branches:Base:System
fix armv7 provides as discussed with aj OBS-URL: https://build.opensuse.org/request/show/115279 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=174
This commit is contained in:
parent
abce071100
commit
df64b57568
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 25 08:47:22 UTC 2012 - adrian@suse.de
|
||||||
|
|
||||||
|
- provide old ld-linux.so.3 on armv7, not catched by find.provides
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 22 11:35:05 UTC 2012 - aj@suse.de
|
Sun Apr 22 11:35:05 UTC 2012 - aj@suse.de
|
||||||
|
|
||||||
|
@ -108,6 +108,11 @@ Obsoletes: glibc-64bit
|
|||||||
%ifarch ppc
|
%ifarch ppc
|
||||||
Obsoletes: glibc-32bit
|
Obsoletes: glibc-32bit
|
||||||
%endif
|
%endif
|
||||||
|
%ifarch armv7l armv7hl
|
||||||
|
# The old runtime linker link gets not provided by rpm find.provides, but it exists
|
||||||
|
Provides: ld-linux.so.3
|
||||||
|
Provides: ld-linux.so.3(GLIBC_2.4)
|
||||||
|
%endif
|
||||||
Version: 2.15
|
Version: 2.15
|
||||||
Release: 0
|
Release: 0
|
||||||
%define git_id 2ba92745c36e
|
%define git_id 2ba92745c36e
|
||||||
|
Loading…
Reference in New Issue
Block a user