diff --git a/baselibs.conf b/baselibs.conf index 77323ae..3071269 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,2 +1,4 @@ libtool libltdl-3 + obsoletes "libltdl- <= " + provides "libltdl- = " diff --git a/libtool.changes b/libtool.changes index a7ee554..8b33fe1 100644 --- a/libtool.changes +++ b/libtool.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 21 19:45:13 CEST 2008 - cthiel@suse.de + +- fix baselibs.conf + ------------------------------------------------------------------- Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de diff --git a/libtool.spec b/libtool.spec index 9a4ad8a..3e2c7aa 100644 --- a/libtool.spec +++ b/libtool.spec @@ -16,7 +16,7 @@ License: GPL v2 or later Group: Development/Tools/Building Summary: A Tool to Build Shared Libraries Version: 1.5.26 -Release: 13 +Release: 21 AutoReqProv: on PreReq: %{install_info_prereq} Requires: libltdl-3 = %{version} @@ -106,6 +106,8 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libltdl.so.* %changelog +* Wed May 21 2008 cthiel@suse.de +- fix baselibs.conf * Thu Apr 10 2008 ro@suse.de - added baselibs.conf file to build xxbit packages for multilib support