diff --git a/cups.spec b/cups.spec index 65d048f..340f0db 100644 --- a/cups.spec +++ b/cups.spec @@ -15,7 +15,7 @@ Summary: CUPS printing system Name: cups Epoch: 1 Version: 2.4.2 -Release: 7%{?dist} +Release: 8%{?dist} License: ASL 2.0 Url: https://openprinting.github.io/cups/ # Apple stopped uploading the new versions into github, use OpenPrinting fork @@ -116,9 +116,10 @@ Recommends: nss-mdns %endif # avahi is needed for mDNS discovery and sharing queues Recommends: avahi +%if 0%{?fedora} >= 38 || 0%{?rhel} >= 9 # for IPP-over-USB device support -# remove until there is a migration path -#Recommends: ipp-usb +Recommends: ipp-usb +%endif # We ship udev rules which use setfacl. Requires: acl @@ -680,6 +681,9 @@ rm -f %{cups_serverbin}/backend/smb %{_mandir}/man7/ippeveps.7.gz %changelog +* Thu Feb 02 2023 Zdenek Dohnal - 1:2.4.2-8 +- 2165612 - IPP-USB as a weak dependency of CUPS and sane-airscan + * Thu Jan 19 2023 Fedora Release Engineering - 1:2.4.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild