Whamcloud - gitweb
LU-11876 dkms: Add missing Requires for zlib-devel 65/34065/2
authorNathaniel Clark <nclark@whamcloud.com>
Fri, 18 Jan 2019 22:21:12 +0000 (17:21 -0500)
committerOleg Drokin <green@whamcloud.com>
Wed, 6 Feb 2019 06:35:04 +0000 (06:35 +0000)
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 <nclark@whamcloud.com>
Change-Id: Icf1c3f4342823502200d3326c63fe991c3140aab
Reviewed-on: https://review.whamcloud.com/34065
Tested-by: Jenkins
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Joe Grund <jgrund@whamcloud.com>
Reviewed-by: Minh Diep <mdiep@whamcloud.com>
Reviewed-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre-dkms.spec.in

index 6ade5a9..89527e1 100644 (file)
@@ -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