diff -Nru cups-2.2.10/debian/changelog cups-2.2.10/debian/changelog --- cups-2.2.10/debian/changelog 2019-02-16 14:48:42.000000000 +0100 +++ cups-2.2.10/debian/changelog 2019-04-24 17:02:49.000000000 +0200 @@ -1,3 +1,10 @@ +cups (2.2.10-4ubuntu1) disco; 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 17:02:49 +0200 + cups (2.2.10-4) unstable; urgency=low * Backport patches from upstream's 2.2 "stable" branch: diff -Nru cups-2.2.10/debian/patches/series cups-2.2.10/debian/patches/series --- cups-2.2.10/debian/patches/series 2019-02-16 14:48:42.000000000 +0100 +++ cups-2.2.10/debian/patches/series 2019-04-24 17:02:34.000000000 +0200 @@ -41,3 +41,4 @@ 0041-Stop-parsing-the-Emulators-keywords-in-PPD-files-Iss.patch 0042-Fix-potential-unaligned-accesses-in-the-string-pool-.patch manpage-translations.patch +systemd-service-for-cupsd-after-sssd.patch diff -Nru cups-2.2.10/debian/patches/systemd-service-for-cupsd-after-sssd.patch cups-2.2.10/debian/patches/systemd-service-for-cupsd-after-sssd.patch --- cups-2.2.10/debian/patches/systemd-service-for-cupsd-after-sssd.patch 1970-01-01 01:00:00.000000000 +0100 +++ cups-2.2.10/debian/patches/systemd-service-for-cupsd-after-sssd.patch 2019-04-24 17:02:34.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 +