From 9ffeaac8ec9ad338f6d2639fd5a2d7fafb6725c6 Mon Sep 17 00:00:00 2001 From: Li Dongyang Date: Mon, 17 Jun 2019 12:36:11 -0700 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. This patch is back-ported from the following one: Lustre-commit: 6f0fcc289887737f45687b5f8a15835aeab32ef4 Lustre-change: https://review.whamcloud.com/35094 Signed-off-by: Li Dongyang Change-Id: I881c90a4e66d1a431d11d16b9e89781de2f87a7d Reviewed-by: Jian Yu Reviewed-by: Minh Diep Reviewed-on: https://review.whamcloud.com/35251 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Yang Sheng 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 b0921d0..a0cd0e4 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