From b432e96cca6e4e15880116b332eb1ccee62424b6 Mon Sep 17 00:00:00 2001 From: Amin Tootoonchian Date: Mon, 5 Oct 2020 03:42:54 -0500 Subject: [PATCH] LU-14010 build: Add missing deps for dkms client dkms installs also need libyaml-dev and zlib1g to build and install successfully. Test-Parameters: trivial HPE-bug-id: LUS-9369 Signed-off-by: Amin Tootoonchian Change-Id: Idbd79295590987b7dace07b4da3ee731d0714a8d Reviewed-on: https://review.whamcloud.com/40138 Tested-by: jenkins Reviewed-by: Shaun Tancheff Tested-by: Maloo Reviewed-by: James Simmons Reviewed-by: Petros Koutoupis Reviewed-by: Oleg Drokin --- debian/control | 2 +- debian/control.main | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 4e18c9d..7bfa5b7 100644 --- a/debian/control +++ b/debian/control @@ -108,7 +108,7 @@ Package: lustre-client-modules-dkms Section: admin Architecture: i386 armhf powerpc ppc64el amd64 ia64 Priority: optional -Depends: dkms, automake, libtool, linux-headers-generic | linux-headers | linux-headers-amd64 +Depends: dkms, automake, libtool, libyaml-dev, linux-headers-generic | linux-headers | linux-headers-amd64, zlib1g Recommends: linux-image, lustre-client-utils Provides: lustre-client-modules Description: Lustre Linux kernel module (DKMS) diff --git a/debian/control.main b/debian/control.main index 4e18c9d..7bfa5b7 100644 --- a/debian/control.main +++ b/debian/control.main @@ -108,7 +108,7 @@ Package: lustre-client-modules-dkms Section: admin Architecture: i386 armhf powerpc ppc64el amd64 ia64 Priority: optional -Depends: dkms, automake, libtool, linux-headers-generic | linux-headers | linux-headers-amd64 +Depends: dkms, automake, libtool, libyaml-dev, linux-headers-generic | linux-headers | linux-headers-amd64, zlib1g Recommends: linux-image, lustre-client-utils Provides: lustre-client-modules Description: Lustre Linux kernel module (DKMS) -- 1.8.3.1