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