From: Samuel Cabrero Date: Fri, 22 Mar 2019 11:34:14 +0000 (+0100) Subject: bootstrap/config.py: Add gzip, which and hostname to base packages X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=f749f17f22e7a0b7fd9f2087313de537ebc06537;p=idra%2Fsamba-autobuild%2F.git bootstrap/config.py: Add gzip, which and hostname to base packages The openSUSE Leap 15.0 container does not include gzip and which Signed-off-by: Samuel Cabrero Reviewed-by: Stefan Metzmacher Reviewed-by: Andreas Schneider --- diff --git a/bootstrap/config.py b/bootstrap/config.py index 08ad052ee6c..8b78d7f7f22 100644 --- a/bootstrap/config.py +++ b/bootstrap/config.py @@ -40,6 +40,8 @@ COMMON = [ 'gcc', 'gdb', 'git', + 'gzip', + 'hostname', 'htop', 'make', 'patch', @@ -163,7 +165,7 @@ PKGS = [ ('docbook-xsl', 'docbook-style-xsl'), ('flex', ''), ('', 'keyutils-libs-devel'), - + ('', 'which'), ]