auto-import sane-backends-1.0.7-6.1 from sane-backends-1.0.7-6.1.src.rpm
This commit is contained in:
parent
8f0a299b12
commit
843a42fddc
@ -1,7 +1,7 @@
|
|||||||
Summary: Scanner access software.
|
Summary: Scanner access software.
|
||||||
Name: sane-backends
|
Name: sane-backends
|
||||||
Version: 1.0.7
|
Version: 1.0.7
|
||||||
Release: 6
|
Release: 6.1
|
||||||
License: GPL (programs), relaxed LGPL (libraries), and public domain (docs)
|
License: GPL (programs), relaxed LGPL (libraries), and public domain (docs)
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: ftp://ftp.mostang.com/pub/sane/sane-%{version}/%{name}-%{version}.tar.gz
|
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}
|
grep -v "/usr/lib/sane" /etc/ld.so.conf > ${FNAME}
|
||||||
cat ${FNAME} > /etc/ld.so.conf
|
cat ${FNAME} > /etc/ld.so.conf
|
||||||
rm -f ${FNAME}
|
rm -f ${FNAME}
|
||||||
/sbin/ldconfig
|
|
||||||
fi
|
fi
|
||||||
|
/sbin/ldconfig
|
||||||
|
|
||||||
%triggerpostun -- sane
|
%triggerpostun -- sane
|
||||||
if ! grep -q '^/usr/lib/sane$' /etc/ld.so.conf; then
|
if ! grep -q '^/usr/lib/sane$' /etc/ld.so.conf; then
|
||||||
@ -130,6 +130,9 @@ fi
|
|||||||
%{_libdir}/sane/*.so
|
%{_libdir}/sane/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 15 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-6.1
|
||||||
|
- Unconditionally run ldconfig after installation (bug #64964).
|
||||||
|
|
||||||
* Mon Mar 4 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-6
|
* Mon Mar 4 2002 Tim Waugh <twaugh@redhat.com> 1.0.7-6
|
||||||
- Re-apply the original 1.0.7-4 fix (oops):
|
- Re-apply the original 1.0.7-4 fix (oops):
|
||||||
- Make sure to load SCSI modules if not already loaded (bug #59979).
|
- Make sure to load SCSI modules if not already loaded (bug #59979).
|
||||||
|
Loading…
Reference in New Issue
Block a user