From b99e5008d1e41de8957fcde99beed5758429b07f Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Sun, 6 Jan 2008 20:43:12 +0000 Subject: [PATCH] - special stripping of ld/libpthread finally works in proper way - fixed syntax errors in locale_fixes patch - release 8.3 Changed files: glibc.spec -> 1.750 --- glibc.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/glibc.spec b/glibc.spec index 01f3972..02694fa 100644 --- a/glibc.spec +++ b/glibc.spec @@ -34,7 +34,7 @@ Summary(tr.UTF-8): GNU libc Summary(uk.UTF-8): GNU libc версії Name: glibc Version: 2.7 -Release: 8.2 +Release: 8.3 Epoch: 6 License: LGPL v2.1+ Group: Libraries @@ -99,7 +99,7 @@ BuildRequires: linux-libc-headers >= %{llh_version} BuildRequires: perl-base BuildRequires: rpm-build >= 4.3-0.20030610.28 BuildRequires: rpm-perlprov -BuildRequires: rpmbuild(macros) >= 1.412 +BuildRequires: rpmbuild(macros) >= 1.413 BuildRequires: sed >= 4.0.5 BuildRequires: texinfo Requires(post): ldconfig = %{epoch}:%{version}-%{release} @@ -134,7 +134,7 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) # ld.so needs not to be stripped to work # gdb needs unstripped libpthread for some threading support # ...but we can strip at least debuginfo from them -%define _autostripdebug .*/ld-[0-9.]*so\|.*/libpthread-[0-9.]*so +%define _autostripdebug .*/ld-[0-9.]*so\\|.*/libpthread-[0-9.]*so # -m from CFLAGS or even LDFLAGS is not propagated to some *.o linking %ifarch sparc sparcv9 -- 2.43.0