From bc0bd3c12f9c836cc4323dbb33e6081927cb55e1 Mon Sep 17 00:00:00 2001 From: Jonathan Cave Date: Tue, 12 Oct 2021 17:57:40 +0100 Subject: Change: depend on debsums executable over package Allow use of the debsums job from checkbox snaps for classic images by switching to executable dependency (and adding the debsums exe to the checkbox-core-snap). --- units/miscellanea/jobs.pxu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/miscellanea/jobs.pxu b/units/miscellanea/jobs.pxu index a1eab66..dc9a0ac 100644 --- a/units/miscellanea/jobs.pxu +++ b/units/miscellanea/jobs.pxu @@ -469,7 +469,7 @@ category_id: com.canonical.plainbox::miscellanea estimated_duration: 60 id: miscellanea/debsums user: root -requires: package.name == 'debsums' +requires: executable.name == 'debsums' command: debsums -c _summary: Check the MD5 sums of installed Debian packages _description: Verify installed Debian package files against MD5 checksum lists from /var/lib/dpkg/info/*.md5sums. -- cgit v1.2.3