On Mon, 2007-05-21 at 05:21 -0400, Ivana Varekova wrote: > Author: varekova > > Update of /cvs/pkgs/rpms/bzip2/devel > In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21834 > > Index: bzip2.spec > =================================================================== > RCS file: /cvs/pkgs/rpms/bzip2/devel/bzip2.spec,v > retrieving revision 1.31 > retrieving revision 1.32 > diff -u -r1.31 -r1.32 > # Temporary for rpm > -%{_libdir}/*.a > +/%{_lib}/*.a > > %changelog > +* Mon May 21 2007 Ivana Varekova <varekova@xxxxxxxxxx> 1.0.4-11 > +- remove libbz2.* from /usr/lib* to /lib* Please don't pollute /lib/ with static libs. /lib should be free of devel libs and should contain runtime libs only. There definitely should not be any room for static libs in /lib. Check how glibc and glib handle such cases. Put *.so and *.a into /usr/lib and put *.so.* into /lib. Ralf -- fedora-devel-list mailing list fedora-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-devel-list