diff -Nru cups-2.1.3/debian/changelog cups-2.1.3/debian/changelog --- cups-2.1.3/debian/changelog 2019-04-24 16:43:30.000000000 +0200 +++ cups-2.1.3/debian/changelog 2019-04-24 16:40:55.000000000 +0200 @@ -1,3 +1,10 @@ +cups (2.1.3-4ubuntu0.8) xenial; urgency=medium + + * d/p/systemd-service-for-cupsd-after-sssd.patch: Start cupsd after sssd if + installed (LP: #1822062) + + -- Victor Tapia Tue, 23 Apr 2019 17:44:19 +0200 + cups (2.1.3-4ubuntu0.7) xenial; urgency=medium * fix-handling-of-MaxJobTime.patch: Fix handling of MaxJobTime 0 diff -Nru cups-2.1.3/debian/patches/series cups-2.1.3/debian/patches/series --- cups-2.1.3/debian/patches/series 2019-04-24 16:43:30.000000000 +0200 +++ cups-2.1.3/debian/patches/series 2019-04-24 16:40:55.000000000 +0200 @@ -61,3 +61,4 @@ CVE-2018-418x.patch CVE-2018-4700.patch fix-handling-of-MaxJobTime.patch +systemd-service-for-cupsd-after-sssd.patch diff -Nru cups-2.1.3/debian/patches/systemd-service-for-cupsd-after-sssd.patch cups-2.1.3/debian/patches/systemd-service-for-cupsd-after-sssd.patch --- cups-2.1.3/debian/patches/systemd-service-for-cupsd-after-sssd.patch 1970-01-01 01:00:00.000000000 +0100 +++ cups-2.1.3/debian/patches/systemd-service-for-cupsd-after-sssd.patch 2019-04-24 16:40:55.000000000 +0200 @@ -0,0 +1,19 @@ +Description: Make cupsd.service start after sssd.service to avoid a race + condition when SystemGroup is set to a remote group. LP: #1822062 +Author: Victor Tapia +Origin: https://github.com/apple/cups/commit/4d0f1959a3f46973caec2cd41828c59674fe195d +Bug-Ubuntu: https://bugs.launchpad.net/bugs/1822062 + +--- a/scheduler/org.cups.cupsd.service.in ++++ b/scheduler/org.cups.cupsd.service.in +@@ -1,6 +1,7 @@ + [Unit] + Description=CUPS Scheduler + Documentation=man:cupsd(8) ++After=sssd.service + + [Service] + ExecStart=@sbindir@/cupsd -l +-- +2.17.1 +