Hello community, here is the log from the commit of package util-linux-crypto checked in at Fri Mar 23 17:13:58 CET 2007. -------- --- util-linux-crypto/util-linux-crypto.changes 2007-03-09 12:07:08.000000000 +0100 +++ /mounts/work_src_done/STABLE/util-linux-crypto/util-linux-crypto.changes 2007-03-23 16:19:23.000000000 +0100 @@ -1,0 +2,6 @@ +Fri Mar 23 16:18:12 CET 2007 - dmueller@suse.de + +- cryptsetup can now link shared since libpopt is + no longer under /usr + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ util-linux-crypto.spec ++++++ --- /var/tmp/diff_new_pack.z29636/_old 2007-03-23 17:13:55.000000000 +0100 +++ /var/tmp/diff_new_pack.z29636/_new 2007-03-23 17:13:55.000000000 +0100 @@ -22,7 +22,7 @@ Group: System/Base Autoreqprov: on Version: 2.12r -Release: 13 +Release: 15 Summary: A Collection of Basic File System Encryption Utilities Source: cryptsetup.sh Source1: cryptsetup-luks-%csver.tar.bz2 @@ -70,9 +70,9 @@ cd cryptsetup-luks-%csver %{?suse_update_config:%{suse_update_config}} CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%_prefix --mandir=%_mandir \ - --libdir=%_libdir \ + --libdir=/%_lib \ --bindir=/sbin --sbindir=/sbin \ - --enable-static \ + --disable-static --enable-shared \ LDFLAGS=-lpthread make cd .. @@ -95,6 +95,8 @@ # cryptsetup install cd cryptsetup-luks-%csver make install DESTDIR=$RPM_BUILD_ROOT +# don't want this file in /lib (FHS compat check), and can't move it to /usr/lib +rm -f $RPM_BUILD_ROOT/%_lib/*.la cd .. # hashalot install cd hashalot-%haver @@ -120,17 +122,18 @@ %_datadir/locale/de/LC_MESSAGES/dmconvert.mo %_mandir/man1/hashalot.1.gz %_mandir/man8/cryptsetup.8.gz -%_libdir/libcryptsetup.so.0 -%_libdir/libcryptsetup.so.0.0.0 +/%_lib/libcryptsetup.so.0 +/%_lib/libcryptsetup.so.0.0.0 %files devel %defattr(-,root,root) %_includedir/libcryptsetup.h -%_libdir/libcryptsetup.a -%_libdir/libcryptsetup.la -%_libdir/libcryptsetup.so +/%_lib/libcryptsetup.so %changelog +* Fri Mar 23 2007 - dmueller@suse.de +- cryptsetup can now link shared since libpopt is + no longer under /usr * Fri Mar 09 2007 - lnussel@suse.de - add patch to support old loop_fish2 key hash method * Thu Dec 07 2006 - mkoenig@suse.de ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org