diff --git a/sane-airscan.spec b/sane-airscan.spec index fd0e308..19f7e22 100644 --- a/sane-airscan.spec +++ b/sane-airscan.spec @@ -5,7 +5,7 @@ Name: sane-airscan Version: 0.99.27 -Release: 6%{?dist} +Release: 7%{?dist} Summary: SANE backend for AirScan (eSCL) and WSD document scanners # the exception is defined in LICENSE, meant for SANE project in most cases License: GPLv2+ with exceptions @@ -35,6 +35,10 @@ BuildRequires: pkgconf-pkg-config # devices, strings, words (bytes) and backend itself BuildRequires: sane-backends-devel +%if 0%{?fedora} >= 38 || 0%{?rhel} >= 9 +Recommends: ipp-usb +%endif + # needs shared library implementing the backend Requires: libsane-airscan%{?_isa} = %{version}-%{release} @@ -92,6 +96,9 @@ mkdir -p %{buildroot}/ %changelog +* Thu Feb 02 2023 Zdenek Dohnal - 0.99.27-7 +- 2165612 - IPP-USB as a weak dependency of CUPS and sane-airscan + * Sat Jan 21 2023 Fedora Release Engineering - 0.99.27-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild