SPECS (AC-branch): glibc.spec - workaround to be able upgrade
	from...
    Jakub Bogusz 
    qboosh at pld-linux.org
       
    Fri Dec 17 16:59:56 CET 2004
    
    
  
On Fri, Dec 17, 2004 at 05:53:38PM +0200, Elan Ruusamäe wrote:
> this is to resolve such issue:
> 
> http://glen.alkohol.ee/pld/glibc-fc.txt
> 
> 
> On Friday 17 December 2004 17:50, glen wrote:
> > Author: glen                         Date: Fri Dec 17 15:50:16 2004 GMT
> > Module: SPECS                         Tag: AC-branch
> > ---- Log message:
> > - workaround to be able upgrade from RH/FC
> > +%pre
> > +# make it safe to upgrade from RH / FC
> > +if [ -d /lib/i686 ]; then
> > + mv -fv /lib/i686 /lib/i686.rpmsave
> > +fi
> > +if [ -d /lib/tls ]; then
> > + mv -fv /lib/tls /lib/tls.rpmsave
> > +fi
Uhm... there (probably[1]) will be /%{_lib}/tls in Ac glibc
(like on HEAD).
[1] RM's decision, not mine
-- 
Jakub Bogusz    http://cyber.cs.net.pl/~qboosh/
    
    
More information about the pld-devel-en
mailing list