Skip to content

Commit

Permalink
plainbox-provider-pc-sanity (noble): depends openscap-scanner as well…
Browse files Browse the repository at this point in the history
… (BugFix) (#1299)

plainbox-provider-pc-sanity (noble): depends openscap-scanner as well

Signed-off-by: Cyrus Lien <cyrus.lien@canonical.com>
  • Loading branch information
cyruslien authored Jun 20, 2024
1 parent 428ae2e commit a93851c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/pc-sanity/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ override_dh_gencontrol:
python3 $(SRCTOP)/manage.py packaging;\
#Noble replaced libopenscap8 by lopenscap-common and libopenscap25t64
if [ "$(UBUNTU_MAJOR_VERSION)" -gt "22" ];then \
dh_gencontrol -- -V"plainbox:Depends=openscap-common,libopenscap25t64";\
dh_gencontrol -- -V"plainbox:Depends=openscap-scanner,openscap-common,libopenscap25t64";\
else\
dh_gencontrol;\
fi

0 comments on commit a93851c

Please sign in to comment.