diff --git a/hplip.spec b/hplip.spec index cddeec2..4bbf312 100644 --- a/hplip.spec +++ b/hplip.spec @@ -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 0.9.3-2 +- Add 'hpaio' to SANE config file, not 'hpoj' (bug #159954). + * Thu Jun 9 2005 Tim Waugh 0.9.3-1 - Use /usr/share/applications for putting desktop files in (bug #159932). - Requires PyQt (bug #159932).