SHA256
3
0
forked from pool/glibc

Accepting request 181452 from openSUSE:Factory:ARM

- add ld-linux.so.3 compat symlink also for armv6hl 
- remove deprecated armv7l

OBS-URL: https://build.opensuse.org/request/show/181452
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=296
This commit is contained in:
Dr. Werner Fink 2013-06-30 19:57:43 +00:00 committed by Git OBS Bridge
parent 84c98d40fd
commit 8251dfdd67
2 changed files with 9 additions and 3 deletions

View File

@ -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 Wed Jun 19 09:29:55 UTC 2013 - coolo@suse.com

View File

@ -141,7 +141,7 @@ Obsoletes: glibc-64bit
%ifarch ppc %ifarch ppc
Obsoletes: glibc-32bit Obsoletes: glibc-32bit
%endif %endif
%ifarch armv7l armv7hl %ifarch armv6hl armv7hl
# The old runtime linker link gets not provided by rpm find.provides, but it exists # 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
Provides: ld-linux.so.3(GLIBC_2.4) 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 mkdir -p %{buildroot}/usr/lib/systemd/system
install -m 644 %{SOURCE21} %{buildroot}/usr/lib/systemd/system install -m 644 %{SOURCE21} %{buildroot}/usr/lib/systemd/system
%ifarch armv7l armv7hl %ifarch armv6hl armv7hl
# Provide compatibility link # Provide compatibility link
ln -s ld-%{glibc_major_version}.so %{buildroot}/lib/ld-linux.so.3 ln -s ld-%{glibc_major_version}.so %{buildroot}/lib/ld-linux.so.3
%endif %endif
@ -1068,7 +1068,7 @@ exit 0
# Each architecture has a different name for the dynamic linker: # Each architecture has a different name for the dynamic linker:
%ifarch %arm %ifarch %arm
%ifarch armv7l armv7hl %ifarch armv6hl armv7hl
/%{_lib}/ld-linux-armhf.so.3 /%{_lib}/ld-linux-armhf.so.3
# Keep compatibility link # Keep compatibility link
/%{_lib}/ld-linux.so.3 /%{_lib}/ld-linux.so.3