- Add 'hpaio' to SANE config file, not 'hpoj' (bug #159954).
This commit is contained in:
parent
a248ed02d4
commit
4c76d323ff
@ -1,7 +1,7 @@
|
||||
Summary: HP Linux Imaging and Printing Project
|
||||
Name: hplip
|
||||
Version: 0.9.3
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL/MIT/BSD
|
||||
Group: System Environment/Daemons
|
||||
Obsoletes: hpoj
|
||||
@ -128,11 +128,14 @@ exit 0
|
||||
|
||||
%post -n libsane-hpaio
|
||||
/sbin/ldconfig
|
||||
if ! grep ^hpoj /etc/sane.d/dll.conf >/dev/null 2>/dev/null ; then \
|
||||
echo hpoj >> /etc/sane.d/dll.conf; \
|
||||
if ! grep ^hpaio /etc/sane.d/dll.conf >/dev/null 2>/dev/null ; then \
|
||||
echo hpaio >> /etc/sane.d/dll.conf; \
|
||||
fi
|
||||
|
||||
%changelog
|
||||
* Thu Jun 9 2005 Tim Waugh <twaugh@redhat.com> 0.9.3-2
|
||||
- Add 'hpaio' to SANE config file, not 'hpoj' (bug #159954).
|
||||
|
||||
* Thu Jun 9 2005 Tim Waugh <twaugh@redhat.com> 0.9.3-1
|
||||
- Use /usr/share/applications for putting desktop files in (bug #159932).
|
||||
- Requires PyQt (bug #159932).
|
||||
|
Loading…
Reference in New Issue
Block a user