diff -Nru cups-2.2.7/debian/changelog cups-2.2.7/debian/changelog --- cups-2.2.7/debian/changelog 2019-03-03 12:28:01.000000000 +0100 +++ cups-2.2.7/debian/changelog 2019-04-24 16:58:30.000000000 +0200 @@ -1,3 +1,10 @@ +cups (2.2.7-1ubuntu2.5) bionic; urgency=medium + + * d/p/systemd-service-for-cupsd-after-sssd.patch: Start cupsd after sssd if + installed (LP: #1822062) + + -- Victor Tapia Wed, 24 Apr 2019 16:58:30 +0200 + cups (2.2.7-1ubuntu2.4) bionic; urgency=medium * fix-a-parsing-bug-in-the-new-authentication-code.patch, diff -Nru cups-2.2.7/debian/patches/series cups-2.2.7/debian/patches/series --- cups-2.2.7/debian/patches/series 2019-03-03 12:18:01.000000000 +0100 +++ cups-2.2.7/debian/patches/series 2019-04-24 16:57:24.000000000 +0200 @@ -44,3 +44,4 @@ fix-handling-of-MaxJobTime.patch fix-a-parsing-bug-in-the-new-authentication-code.patch fix-cups-auth-find-for-schemes-without-parameters.patch +systemd-service-for-cupsd-after-sssd.patch diff -Nru cups-2.2.7/debian/patches/systemd-service-for-cupsd-after-sssd.patch cups-2.2.7/debian/patches/systemd-service-for-cupsd-after-sssd.patch --- cups-2.2.7/debian/patches/systemd-service-for-cupsd-after-sssd.patch 1970-01-01 01:00:00.000000000 +0100 +++ cups-2.2.7/debian/patches/systemd-service-for-cupsd-after-sssd.patch 2019-04-24 16:57:24.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 +