From 16aedfd407ee2f6deda6843eb5cdef1b762134ef Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Wed, 20 Dec 2023 10:56:35 +0100 Subject: [PATCH] RHEL-19200 Recommend new cups-filters subpackages with weak dep for better upgrade exp Resolves: RHEL-19200 side-tag: c8s-build-side-2657-stack-gate --- cups.spec | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/cups.spec b/cups.spec index 4336057..144da80 100644 --- a/cups.spec +++ b/cups.spec @@ -207,6 +207,16 @@ BuildRequires: libselinux-devel BuildRequires: audit-libs-devel %endif +# some of cups-filters content was split into independent +# subpackages to prevent larger dependency tree (cups, avahi) +# for filters themselves (RHEL-13211) +# recommend the new subpackages, which are not +# critical for cups (thus no hard requirement), to prevent +# removal of their content after upgrade with default DNF settings, +# to new cups-filters, where the content is missing (RHEL-19200) +Recommends: cups-browsed +Recommends: cups-filters-driverless + Requires: dbus # Requires working PrivateTmp (bug #807672) @@ -905,6 +915,7 @@ rm -f %{cups_serverbin}/backend/smb %changelog * Wed Dec 20 2023 Zdenek Dohnal - 1:2.2.6-56 - RHEL-10702 cupsGetJobs fails to connect if poll() gets POLLOUT|POLLHUP in revents +- RHEL-19200 Recommend new cups-filters subpackages with weak dep for better upgrade exp * Fri Nov 03 2023 Zdenek Dohnal - 1:2.2.6-55 - RHEL-14933 cupsd memory leak in cupsdDeleteJob() with "PreserveJobHistory Off"