diff --git a/sane-backends.spec b/sane-backends.spec index 4b6b31a..6975fe0 100644 --- a/sane-backends.spec +++ b/sane-backends.spec @@ -1,7 +1,7 @@ Summary: Scanner access software. Name: sane-backends Version: 1.0.7 -Release: 6 +Release: 6.1 License: GPL (programs), relaxed LGPL (libraries), and public domain (docs) Group: System Environment/Libraries Source: ftp://ftp.mostang.com/pub/sane/sane-%{version}/%{name}-%{version}.tar.gz @@ -96,8 +96,8 @@ if [ $1 = 0 ]; then grep -v "/usr/lib/sane" /etc/ld.so.conf > ${FNAME} cat ${FNAME} > /etc/ld.so.conf rm -f ${FNAME} - /sbin/ldconfig fi +/sbin/ldconfig %triggerpostun -- sane if ! grep -q '^/usr/lib/sane$' /etc/ld.so.conf; then @@ -130,6 +130,9 @@ fi %{_libdir}/sane/*.so %changelog +* Wed May 15 2002 Tim Waugh 1.0.7-6.1 +- Unconditionally run ldconfig after installation (bug #64964). + * Mon Mar 4 2002 Tim Waugh 1.0.7-6 - Re-apply the original 1.0.7-4 fix (oops): - Make sure to load SCSI modules if not already loaded (bug #59979).