make libsane-hpaio only suggested to prevent possible duplicated scanner devices
ipp-usb is pulled in automatically now, so newer devices can be supported by two backends, sane-airscan and libsane-hpaio, which can be confusing. So make libsane-hpaio only suggested to prevent that.
This commit is contained in:
parent
21fc6a9ec6
commit
121a2286ef
11
hplip.spec
11
hplip.spec
@ -7,7 +7,7 @@
|
|||||||
Summary: HP Linux Imaging and Printing Project
|
Summary: HP Linux Imaging and Printing Project
|
||||||
Name: hplip
|
Name: hplip
|
||||||
Version: 3.22.2
|
Version: 3.22.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+ and MIT and BSD and IJG and GPLv2+ with exceptions and ISC
|
License: GPLv2+ and MIT and BSD and IJG and GPLv2+ with exceptions and ISC
|
||||||
|
|
||||||
Url: https://developers.hp.com/hp-linux-imaging-and-printing
|
Url: https://developers.hp.com/hp-linux-imaging-and-printing
|
||||||
@ -260,8 +260,6 @@ Requires: python3-dbus
|
|||||||
Requires: %{_bindir}/gpg
|
Requires: %{_bindir}/gpg
|
||||||
# /usr/lib/udev/rules.d
|
# /usr/lib/udev/rules.d
|
||||||
Requires: systemd
|
Requires: systemd
|
||||||
# 1733449 - Scanner on an HP AIO printer is not detected unless libsane-hpaio is installed
|
|
||||||
Requires: libsane-hpaio
|
|
||||||
# 1788643 - Fedora minimal does not ship tar by default
|
# 1788643 - Fedora minimal does not ship tar by default
|
||||||
Requires: tar
|
Requires: tar
|
||||||
# require usbutils, hp-diagnose_queues needs lsusb
|
# require usbutils, hp-diagnose_queues needs lsusb
|
||||||
@ -274,6 +272,8 @@ Recommends: avahi-tools
|
|||||||
# stop the update
|
# stop the update
|
||||||
Requires(post): coreutils
|
Requires(post): coreutils
|
||||||
|
|
||||||
|
# 1733449 - Scanner on an HP AIO printer is not detected unless libsane-hpaio is installed
|
||||||
|
Suggests: libsane-hpaio
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Hewlett-Packard Linux Imaging and Printing Project provides
|
The Hewlett-Packard Linux Imaging and Printing Project provides
|
||||||
@ -307,7 +307,7 @@ Requires: python3-reportlab
|
|||||||
# hpssd.py
|
# hpssd.py
|
||||||
Requires: python3-gobject
|
Requires: python3-gobject
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Requires: libsane-hpaio%{?_isa} = %{version}-%{release}
|
Suggests: libsane-hpaio%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description gui
|
%description gui
|
||||||
HPLIP graphical tools.
|
HPLIP graphical tools.
|
||||||
@ -873,6 +873,9 @@ rm -f %{buildroot}%{_sysconfdir}/xdg/autostart/hplip-systray.desktop
|
|||||||
%config(noreplace) %{_sysconfdir}/sane.d/dll.d/hpaio
|
%config(noreplace) %{_sysconfdir}/sane.d/dll.d/hpaio
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 28 2022 Zdenek Dohnal <zdohnal@redhat.com> - 3.22.2-2
|
||||||
|
- make libsane-hpaio only suggested to prevent possible duplicated scanner devices
|
||||||
|
|
||||||
* Thu Mar 10 2022 Zdenek Dohnal <zdohnal@redhat.com> - 3.22.2-1
|
* Thu Mar 10 2022 Zdenek Dohnal <zdohnal@redhat.com> - 3.22.2-1
|
||||||
- 2059085 - hplip-3.22.2 is available
|
- 2059085 - hplip-3.22.2 is available
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user