revert RHEL-19205 - new packages are not needed

Relates: RHEL-19205
This commit is contained in:
Zdenek Dohnal 2024-02-26 14:40:20 +01:00
parent 7f05857b21
commit 4c6600060e

View File

@ -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 <zdohnal@redhat.com> - 1:2.3.3op2-24
- revert RHEL-19205 - new packages are not needed
* Wed Dec 20 2023 Zdenek Dohnal <zdohnal@redhat.com> - 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