recommend libsane-hpaio - duplicated scanners are better than no scanner

This commit is contained in:
Zdenek Dohnal 2022-07-18 11:57:36 +02:00
parent e4d8f7e061
commit c7dbb064bd

View File

@ -273,7 +273,7 @@ Recommends: avahi-tools
Requires(post): coreutils
# 1733449 - Scanner on an HP AIO printer is not detected unless libsane-hpaio is installed
Suggests: libsane-hpaio
Recommends: libsane-hpaio%{?_isa} = %{version}-%{release}
%description
The Hewlett-Packard Linux Imaging and Printing Project provides
@ -307,7 +307,7 @@ Requires: python3-reportlab
# hpssd.py
Requires: python3-gobject
Requires: %{name}%{?_isa} = %{version}-%{release}
Suggests: libsane-hpaio%{?_isa} = %{version}-%{release}
Recommends: libsane-hpaio%{?_isa} = %{version}-%{release}
%description gui
HPLIP graphical tools.
@ -869,6 +869,9 @@ rm -f %{buildroot}%{_sysconfdir}/xdg/autostart/hplip-systray.desktop
%config(noreplace) %{_sysconfdir}/sane.d/dll.d/hpaio
%changelog
* Mon Jul 18 2022 Zdenek Dohnal <zdohnal@redhat.com> - 3.22.4-3
- recommend libsane-hpaio - duplicated scanners are better than no scanner
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 3.22.4-2
- Rebuilt for Python 3.11