From 361a7657569343890f243e4b5b2c1be040945514 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Thu, 31 Mar 2022 18:43:50 +0200 Subject: [PATCH] remove ipp-usb for now until there is a migration path --- sane-airscan.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sane-airscan.spec b/sane-airscan.spec index e4d3023..d010b61 100644 --- a/sane-airscan.spec +++ b/sane-airscan.spec @@ -5,7 +5,7 @@ Name: sane-airscan Version: 0.99.27 -Release: 3%{?dist} +Release: 4%{?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 @@ -47,7 +47,8 @@ Summary: SANE backend for eSCL or WSD # USB scanners which support IPP-over-USB interface can communicate # via sane-airscan once ipp-usb brings up an IPP interface for them -Recommends: ipp-usb +# remove for now until migration app is implemented +#Recommends: ipp-usb %description -n libsane-airscan This package contain a SANE backend for MFP and document scanners that @@ -91,6 +92,9 @@ mkdir -p %{buildroot}/ %changelog +* Thu Mar 31 2022 Zdenek Dohnal - 0.99.27-4 +- remove ipp-usb for now until there is a migration path + * Wed Mar 23 2022 Zdenek Dohnal - 0.99.27-3 - recommend ipp-usb in case of USB scanner capable of IPP-over-USB