From 4c6600060e74db4aeaeee40493da7e7cdc28310e Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Mon, 26 Feb 2024 14:40:20 +0100 Subject: [PATCH] revert RHEL-19205 - new packages are not needed Relates: RHEL-19205 --- cups.spec | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/cups.spec b/cups.spec index c5440e6..fb77e74 100644 --- a/cups.spec +++ b/cups.spec @@ -24,7 +24,7 @@ Summary: CUPS printing system Name: cups Epoch: 1 Version: 2.3.3%{OP_VER} -Release: 23%{?dist} +Release: 24%{?dist} License: ASL 2.0 Url: http://www.cups.org/ # Apple stopped uploading the new versions into github, use OpenPrinting fork @@ -170,16 +170,6 @@ 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-19201) -# 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-19205) -Recommends: cups-browsed -Recommends: cups-filters-driverless - # getaddrinfo from glibc needs nss-mdns or systemd-resolved for resolving # mdns .local addresses. Don't require a specific package for now and let # the user to decide what to use @@ -837,6 +827,9 @@ rm -f %{cups_serverbin}/backend/smb %{_mandir}/man7/ippeveps.7.gz %changelog +* Mon Feb 26 2023 Zdenek Dohnal - 1:2.3.3op2-24 +- revert RHEL-19205 - new packages are not needed + * Wed Dec 20 2023 Zdenek Dohnal - 1:2.3.3op2-23 - RHEL-19205 Recommend new cups-filters subpackages with weak dep for better upgrade exp - RHEL-19495 cupsGetJobs fails to connect if poll() gets POLLOUT|POLLHUP in revents