Accepting request 181535 from Base:System
- add ld-linux.so.3 compat symlink also for armv6hl - remove deprecated armv7l (forwarded request 181452 from dirkmueller) OBS-URL: https://build.opensuse.org/request/show/181535 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glibc?expand=0&rev=149
This commit is contained in:
parent
c33e287b34
commit
e77945c999
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 28 12:26:38 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- add ld-linux.so.3 compat symlink also for armv6hl
|
||||
- remove deprecated armv7l
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 19 09:29:55 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
@ -141,7 +141,7 @@ Obsoletes: glibc-64bit
|
||||
%ifarch ppc
|
||||
Obsoletes: glibc-32bit
|
||||
%endif
|
||||
%ifarch armv7l armv7hl
|
||||
%ifarch armv6hl 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)
|
||||
@ -939,7 +939,7 @@ install -m 644 %{SOURCE20} %{buildroot}/usr/lib/tmpfiles.d/
|
||||
mkdir -p %{buildroot}/usr/lib/systemd/system
|
||||
install -m 644 %{SOURCE21} %{buildroot}/usr/lib/systemd/system
|
||||
|
||||
%ifarch armv7l armv7hl
|
||||
%ifarch armv6hl armv7hl
|
||||
# Provide compatibility link
|
||||
ln -s ld-%{glibc_major_version}.so %{buildroot}/lib/ld-linux.so.3
|
||||
%endif
|
||||
@ -1068,7 +1068,7 @@ exit 0
|
||||
|
||||
# Each architecture has a different name for the dynamic linker:
|
||||
%ifarch %arm
|
||||
%ifarch armv7l armv7hl
|
||||
%ifarch armv6hl armv7hl
|
||||
/%{_lib}/ld-linux-armhf.so.3
|
||||
# Keep compatibility link
|
||||
/%{_lib}/ld-linux.so.3
|
||||
|
Loading…
Reference in New Issue
Block a user