From 46930bd0e7fba8ebdd999cc9f04928cbfed1b476 Mon Sep 17 00:00:00 2001
From: Zdenek Dohnal <zdohnal@redhat.com>
Date: Wed, 16 Feb 2022 09:52:40 +0100
Subject: [PATCH] recommend ipp-usb in case there are devices which support
 IPP-over-USB

---
 cups.spec | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/cups.spec b/cups.spec
index c77ef3e..9175ba9 100644
--- a/cups.spec
+++ b/cups.spec
@@ -15,7 +15,7 @@ Summary: CUPS printing system
 Name: cups
 Epoch: 1
 Version: 2.4.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: ASL 2.0
 Url: https://openprinting.github.io/cups/
 # Apple stopped uploading the new versions into github, use OpenPrinting fork
@@ -114,6 +114,8 @@ Recommends: nss-mdns
 %endif
 # avahi is needed for mDNS discovery and sharing queues
 Recommends: avahi
+# for IPP-over-USB device support
+Recommends: ipp-usb
 
 # We ship udev rules which use setfacl.
 Requires: acl
@@ -648,6 +650,9 @@ rm -f %{cups_serverbin}/backend/smb
 %{_mandir}/man7/ippeveps.7.gz
 
 %changelog
+* Wed Feb 16 2022 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.4.1-2
+- recommend ipp-usb in case there are devices which support IPP-over-USB
+
 * Mon Feb 07 2022 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.4.1-1
 - 2047665 - cups-2.4.1 is available