From 7883e3153a47291e24ffe29947503ef0b36ec6f4 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Tue, 19 Dec 2023 17:04:28 +0100 Subject: [PATCH] make driverless subpackage require avahi and ipptool - they don't work without them --- cups-filters.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/cups-filters.spec b/cups-filters.spec index 8e0acdb..2e34573 100644 --- a/cups-filters.spec +++ b/cups-filters.spec @@ -13,7 +13,7 @@ Summary: OpenPrinting CUPS filters for CUPS 2.X Name: cups-filters Epoch: 1 Version: 2.0.0 -Release: 3%{?dist} +Release: 4%{?dist} # the CUPS exception text is the same as LLVM exception, so using that name with # agreement from legal team @@ -84,9 +84,9 @@ License: Apache-2.0 WITH LLVM-exception Conflicts: cups-filters < 2.0.0-3 # finding device via driverless depends on running avahi-daemon -Recommends: avahi +Requires: avahi # ippfind is used in driverless backend, not needed classic PPD based print queue -Recommends: cups-ipptool +Requires: cups-ipptool # cups-browsed needs systemd-resolved or nss-mdns for resolving .local addresses of remote print queues # let's not require a specific package and let the user decide what he wants to use. # just recommend nss-mdns for Fedora for now to have working default, but @@ -209,6 +209,10 @@ make check %changelog +* Tue Dec 19 2023 Zdenek Dohnal - 1:2.0.0-4 +- make driverless subpackage require avahi and ipptool - they don't + work without them + * Tue Dec 19 2023 Zdenek Dohnal - 1:2.0.0-3 - introduce cups-filters-driverless to strip avahi dependency for filters