diff --git a/sane-backends.spec b/sane-backends.spec index 9a6b43a..834be2a 100644 --- a/sane-backends.spec +++ b/sane-backends.spec @@ -14,7 +14,7 @@ Summary: Scanner access software Name: sane-backends Version: 1.0.30 -Release: 3%{?dist} +Release: 4%{?dist} # lib/ is LGPLv2+, backends are GPLv2+ with exceptions # Tools are GPLv2+, docs are public domain # see LICENSE for details @@ -126,6 +126,9 @@ Easy (SANE) modules. Summary: SANE backend drivers for scanners Requires: sane-backends = %{?epoch:%{epoch}:}%{version}-%{release} Requires: sane-backends-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} +%if 0%{?fedora} >= 32 || 0%{?rhel} > 8 +Requires: libsane-airscan +%endif %description drivers-scanners This package contains backend drivers to access scanner hardware through SANE. @@ -429,6 +432,9 @@ exit 0 %{_unitdir}/saned@.service %changelog +* Mon Aug 03 2020 Zdenek Dohnal - 1.0.30-4 +- get libsane-airscan backend as one of backends + * Tue Jul 28 2020 Zdenek Dohnal - 1.0.30-3 - add a scriptlet to disable epsonds autodiscovery in case an user changed epsonds.conf