From a8184c9497c81da1f285e28e4512693e653dffb4 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Jan 02 2020 09:40:09 +0000 Subject: revert previous commit - according CUPS upstream it breaks kerberized printing --- diff --git a/cups.spec b/cups.spec index fea028c..4445efd 100644 --- a/cups.spec +++ b/cups.spec @@ -15,7 +15,7 @@ Summary: CUPS printing system Name: cups Epoch: 1 Version: 2.2.12 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ and LGPLv2+ with exceptions and AML Url: http://www.cups.org/ Source0: https://github.com/apple/cups/releases/download/v%{VERSION}/cups-%{VERSION}-source.tar.gz @@ -660,9 +660,6 @@ rm -f %{cups_serverbin}/backend/smb %{_bindir}/cupstestppd %{_bindir}/cupstestdsc %{_bindir}/ppd* -# ipp backend needs this permissions so implicitclass backend -# will be able to run it -%attr(0755,root,root) %{cups_serverbin}/backend/ipp %{cups_serverbin}/backend/* %{cups_serverbin}/cgi-bin %dir %{cups_serverbin}/daemon @@ -762,6 +759,9 @@ rm -f %{cups_serverbin}/backend/smb %{_mandir}/man5/ipptoolfile.5.gz %changelog +* Thu Jan 02 2020 Zdenek Dohnal - 1:2.2.12-5 +- revert previous commit - according CUPS upstream it breaks kerberized printing + * Tue Dec 17 2019 Zdenek Dohnal - 1:2.2.12-4 - change permissions on ipp backend (needed due cups-filters rebase)