From a82f7a4e682bbfe6532f8d21a1a0857d2b558cfb Mon Sep 17 00:00:00 2001 From: Marcin Sobczyk Date: Wed, 5 Oct 2022 17:07:49 +0200 Subject: [PATCH] he: Add missing packages for el9stream 'sysstat' on el9stream requires additional packages to be available. This doesn't break el8stream. Signed-off-by: Marcin Sobczyk --- makefiles/he-installed.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefiles/he-installed.mk b/makefiles/he-installed.mk index 736e733..cb68950 100644 --- a/makefiles/he-installed.mk +++ b/makefiles/he-installed.mk @@ -10,7 +10,7 @@ --memsize $(_MEMSIZE) \ $(_CHANGE_DNF_CACHE_TO_DEV_SHM) \ --run "$*-provision-he.sh" \ - --run-command "dnf download --downloaddir /var/tmp sysstat lm_sensors-libs.x86_64" \ + --run-command "dnf download --downloaddir /var/tmp sysstat lm_sensors-libs.x86_64 pcp-conf pcp-libs.x86_64" \ $(_RESTORE_REGULAR_DNF_CACHE) \ --upload cirros.img:/var/tmp \ --run-command "chown root:root /var/tmp/cirros.img" \