From e6a48891212aa0389eacbb054c003d2f600eeffd Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 23 Jun 2004 17:34:47 +0000 Subject: [PATCH] - don't be so specific about ld-*.so version Changed files: glibc.spec -> 1.489 --- glibc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glibc.spec b/glibc.spec index 505e2da..87780f6 100644 --- a/glibc.spec +++ b/glibc.spec @@ -940,7 +940,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libnss_*.so # strip ld.so with --strip-debug only (other ELFs are stripped by rpm): %ifnarch sparc64 -%{!?debug:strip -g -R .comment -R .note $RPM_BUILD_ROOT/%{_lib}/ld-%{version}.so} +%{!?debug:strip -g -R .comment -R .note $RPM_BUILD_ROOT/%{_lib}/ld-*.so} %endif # Collect locale files and mark them with %%lang() -- 2.44.0