From: Nathaniel Clark Date: Fri, 18 Jan 2019 22:21:12 +0000 (-0500) Subject: LU-11876 dkms: Add missing Requires for zlib-devel X-Git-Tag: 2.12.52~100 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=e7581c024e16ea278485500bc6ede57cc73ff6c8;p=fs%2Flustre-release.git LU-11876 dkms: Add missing Requires for zlib-devel lustre.spec has BuildRequires for zlib-devel, and lustre-*-dkms should also Requires zlib-devel so build completes successfully. Test-Parameters: trivial Signed-off-by: Nathaniel Clark Change-Id: Icf1c3f4342823502200d3326c63fe991c3140aab Reviewed-on: https://review.whamcloud.com/34065 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Joe Grund Reviewed-by: Minh Diep Reviewed-by: James Simmons Reviewed-by: Oleg Drokin --- diff --git a/lustre-dkms.spec.in b/lustre-dkms.spec.in index 6ade5a9..89527e1 100644 --- a/lustre-dkms.spec.in +++ b/lustre-dkms.spec.in @@ -58,6 +58,7 @@ BuildArch: noarch Requires: dkms >= 2.2.0.3-28.git.7c3e7c5 # for lnetctl Requires: libyaml-devel +Requires: zlib-devel %if %{with servers} # If client package is installed when installing server, remove it since # the server package also includes the client. This can be removed if/when