diff --git a/cups.spec b/cups.spec index d0ae291..1113c58 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: 15%{?dist} +Release: 16%{?dist} License: ASL 2.0 Url: https://openprinting.github.io/cups/ # Apple stopped uploading the new versions into github, use OpenPrinting fork @@ -156,8 +156,6 @@ 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 @@ -722,6 +720,9 @@ rm -f %{cups_serverbin}/backend/smb %{_mandir}/man7/ippeveps.7.gz %changelog +* Mon Mar 14 2022 Zdenek Dohnal - 1:2.3.3op2-16 +- let ipp-usb recommendation in only for F36+... (bz#2063241,2061851,2061843) + * Thu Feb 24 2022 Zdenek Dohnal - 1:2.3.3op2-15 - jump based on uninitialized value in PPD related CUPS API on ppc64le