From bfa45ae877ba70454e101527512be5fcab17c07e Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 16 Nov 2020 12:49:59 -0800 Subject: [PATCH] RHEL 9.0.0 Alpha bootstrap The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/cups#68ee05f690d4d59d7f34824e5906cd9d72b36c3a --- cups.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/cups.spec b/cups.spec index b64eeef..db54ea3 100644 --- a/cups.spec +++ b/cups.spec @@ -15,7 +15,7 @@ Summary: CUPS printing system Name: cups Epoch: 1 Version: 2.3.3 -Release: 18%{?dist} +Release: 19%{?dist} License: ASL 2.0 Url: http://www.cups.org/ Source0: https://github.com/apple/cups/releases/download/v%{VERSION}/cups-%{VERSION}-source.tar.gz @@ -596,7 +596,8 @@ exit 0 exit 0 %postun -%systemd_postun_with_restart %{name}.path %{name}.socket %{name}.service +# ignore the messages due #1614751 (systemd bug) and #1897023 (CUPS unit file design) +%systemd_postun_with_restart %{name}.path %{name}.socket %{name}.service > /dev/null 2>&1 exit 0 %postun lpd @@ -767,6 +768,9 @@ rm -f %{cups_serverbin}/backend/smb %{_mandir}/man7/ippevepcl.7.gz %changelog +* Thu Nov 12 2020 Zdenek Dohnal - 1:2.3.3-19 +- 1897023 - Cups service restart sequence during upgrade incorrect + * Tue Nov 10 2020 Zdenek Dohnal - 1:2.3.3-18 - 1892426 - Crash:free(): invalid pointer in cups backend