diff --git a/cups.spec b/cups.spec index 2e362c8..31389f3 100644 --- a/cups.spec +++ b/cups.spec @@ -17,7 +17,7 @@ Summary: CUPS printing system Name: cups Epoch: 1 Version: 2.3.3%{OP_VER} -Release: 13%{?dist} +Release: 14%{?dist} License: ASL 2.0 Url: https://openprinting.github.io/cups/ # Apple stopped uploading the new versions into github, use OpenPrinting fork @@ -153,6 +153,8 @@ Recommends: nss-mdns %endif # avahi is needed for mDNS discovery and sharing queues Recommends: avahi +# enable IPP-over-USB support for devices capable of it +Recommends: ipp-usb # We ship udev rules which use setfacl. Requires: acl @@ -715,6 +717,9 @@ rm -f %{cups_serverbin}/backend/smb %{_mandir}/man7/ippeveps.7.gz %changelog +* Wed Feb 16 2022 Zdenek Dohnal - 1:2.3.3op2-14 +- recommend ipp-usb for devices which support IPP-over-USB + * Thu Jan 20 2022 Zdenek Dohnal - 1:2.3.3op2-13 - Fix number of expected warnings in test suite