From 9aad5d37e82f6e163bd7c7afda23b18fb2d131ad Mon Sep 17 00:00:00 2001 From: Alex Iribarren <Alex.Iribarren@cern.ch> Date: Wed, 17 Feb 2021 19:12:10 +0100 Subject: [PATCH] Add more dependencies for cloud images --- docs/koji/bootstrapping.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/koji/bootstrapping.md b/docs/koji/bootstrapping.md index 18e8ec9..37b5f20 100644 --- a/docs/koji/bootstrapping.md +++ b/docs/koji/bootstrapping.md @@ -354,10 +354,11 @@ as part of the [CERN functional tests](https://gitlab.cern.ch/linuxsupport/testi [`epel-release`](https://gitlab.cern.ch/linuxsupport/rpms/releases/epel-release) may be needed by the rpmci Docker images, if it exists and makes sense for your new distro. -[`cern-get-keytab`](https://gitlab.cern.ch/linuxsupport/rpms/cern-get-keytab) is needed for -the cloud image. - -[`msktutil`](https://gitlab.cern.ch/linuxsupport/rpms/msktutil) will be needed as well. +Other packages will be needed for the cloud image: + * [`cern-get-keytab`](https://gitlab.cern.ch/linuxsupport/rpms/cern-get-keytab) + * [`msktutil`](https://gitlab.cern.ch/linuxsupport/rpms/msktutil) + * [`perl-WWW-Curl`](https://gitlab.cern.ch/linuxsupport/rpms/perl-www-curl) + * [`perl-Authen-Krb5`](https://gitlab.cern.ch/linuxsupport/rpms/perl-authen-krb5) ## Create tag for openafs -- GitLab