Whamcloud - gitweb
LU-16661 build: use "Recommends: perl" for lustre-iokit
authorJian Yu <yujian@whamcloud.com>
Mon, 4 Sep 2023 07:10:45 +0000 (00:10 -0700)
committerAndreas Dilger <adilger@whamcloud.com>
Thu, 7 Sep 2023 00:37:44 +0000 (00:37 +0000)
commit98728f8b0ea5ef1372fd7247ebf434005588e37e
treefd4cff35af0910f25aa44babbb2a8d31ec9e0339
parent5a7e314b167b740f9c5f9f0cd4e00e1542498e19
LU-16661 build: use "Recommends: perl" for lustre-iokit

In lustre-iokit, the "plot" commands all use perl, but
the actual "*-survey" scripts are written in bash, so
the "Requires: perl" in lustre.spec.in for lustre-iokit
could be downgraded to "Recommends: perl" for RHEL 8+
(RHEL 7 does not handle "Recommends:").

Lustre-change: https://review.whamcloud.com/52225
Lustre-commit: TBD (from b5b348bc165d7cacea6fb15e380851b6d676a5e0)

Test-Parameters: trivial testlist=obdfilter-survey

Change-Id: I55f3c57e73ac91cedce745dc4f424c3542978cd4
Fixes: 800a9ec58f78 ("LU-16661 build: improve lustre.spec.in Requires")
Signed-off-by: Jian Yu <yujian@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/52232
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre.spec.in