From fcfc5f40f8edde389bce5a4a2838fd315a50235f Mon Sep 17 00:00:00 2001 From: Justin Stephenson Date: Tue, 12 Jan 2021 14:39:29 -0500 Subject: [PATCH] Install cockpit-packagekit in local VM Fix testAppMenu when running make check locally --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 46a0950..77a9846 100644 --- a/Makefile +++ b/Makefile @@ -131,7 +131,7 @@ $(RPMFILE): $(TARFILE) cockpit-$(PACKAGE_NAME).spec # build a VM with locally built rpm installed $(VM_IMAGE): $(RPMFILE) bots rm -f $(VM_IMAGE) $(VM_IMAGE).qcow2 - bots/image-customize -v -i cockpit-ws -i `pwd`/$(RPMFILE) -s $(CURDIR)/test/vm.install $(TEST_OS) + bots/image-customize -v -i cockpit-ws -i cockpit-packagekit -i `pwd`/$(RPMFILE) -s $(CURDIR)/test/vm.install $(TEST_OS) bots/image-customize -v -r "usermod -u 981 tlog || true" $(TEST_OS) bots/image-customize -v -u ./test/files/1.journal:/var/log/journal/1.journal $(TEST_OS) bots/image-customize -v -u ./test/files/binary-rec.journal:/var/log/journal/binary-rec.journal $(TEST_OS)