rpms/xforms/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 xforms.spec, 1.8, 1.9

Ralf Corsepius rc040203 at freenet.de
Mon Oct 17 16:47:46 UTC 2005


On Mon, 2005-10-17 at 10:07 -0500, Rex Dieter wrote:
> Ralf Corsepius wrote:
> 
> > Changes having been introduced in FC4's packaging broke requiring
> > SONAME'ed libs, such as libGL.so.1. 
> > 
> > As a side effect you now can't avoid using
> > BuildRequires: xorg-x11-Mesa-libGL
> 
> So now we can't make specfiles that work on pre xorg-x11 systems?

Yes, unfortunately RH has drawn a couple of unfortunate decisions, we
now have to cope with:


With regard to SONAMEs the problem is this:
# rpm -q --provides -p xorg-x11-Mesa-libGL-6.8.2-37.FC4.49.2.i386.rpm
libGL.so.1

# rpm -q --provides -p xorg-x11-Mesa-libGL-6.8.2-37.FC4.49.2.x86_64.rpm
libGL.so.1()(64bit)

=> on x86_64 targets, "BuildRequires: libGL.so.1" pulls in the 32bit
version of the library, which subsequently breaks the old 
"BuildRequires: libGL.so.1" trick to circumvent all the permutations of
packages providing libGL.so.1, which had been applicable before FC4.



Ralf





More information about the fedora-extras-list mailing list