From 6f0fcc289887737f45687b5f8a15835aeab32ef4 Mon Sep 17 00:00:00 2001 From: Li Dongyang Date: Fri, 7 Jun 2019 17:34:23 +1000 Subject: [PATCH] LU-12395 build: require python2 for lustre-iokit RHEL8 has splitting python2 and python3 rpms, and none of them provdes python anymore. We can just require python2 in the spec, other distros all have python rpm providing python2. Signed-off-by: Li Dongyang Change-Id: I881c90a4e66d1a431d11d16b9e89781de2f87a7d Reviewed-on: https://review.whamcloud.com/35094 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Jian Yu Reviewed-by: Minh Diep Reviewed-by: Oleg Drokin --- lustre.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre.spec.in b/lustre.spec.in index 82afc24..80c5f33 100644 --- a/lustre.spec.in +++ b/lustre.spec.in @@ -267,7 +267,7 @@ to be used by the Lustre testing framework. %package -n lustre-iokit Summary: The Lustre IO-Kit is a collection of benchmark tools for a cluster with the Lustre file system. Group: Applications/System -Requires: python > 2.2, sg3_utils +Requires: python2 > 2.2, sg3_utils %description -n lustre-iokit This package includes five tools: -- 1.8.3.1