From b20c3709806977d0565660ef9ff38015e4fb5ef0 Mon Sep 17 00:00:00 2001 From: Nathaniel Clark Date: Tue, 1 Sep 2015 14:20:45 -0400 Subject: [PATCH] LU-6853 build: Add python-docutils to dkms.spec Require python-docutils for rst2man during build of lustre. Signed-off-by: Nathaniel Clark Change-Id: I1235c9296c6b1fc5a309cd3018c9fcb3eea452e9 Reviewed-on: http://review.whamcloud.com/16163 Tested-by: Jenkins Reviewed-by: Bob Glossman Tested-by: Maloo Reviewed-by: Minh Diep Reviewed-by: Oleg Drokin --- lustre-dkms.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre-dkms.spec.in b/lustre-dkms.spec.in index 4c9322d..bb00efb 100644 --- a/lustre-dkms.spec.in +++ b/lustre-dkms.spec.in @@ -19,6 +19,7 @@ Requires: dkms >= 2.2.0.3-28.git.7c3e7c5 Requires: spl-dkms >= 0.6.1 Requires: zfs-dkms >= 0.6.1 Requires: gcc, make, perl +Requires: python-docutils Requires: kernel-devel Provides: %{module}-kmod = %{version} Provides: %{module}-modules = %{version} -- 1.8.3.1