Whamcloud - gitweb
LU-16661 build: use "Recommends: perl" for lustre-iokit 25/52225/2
authorJian Yu <yujian@whamcloud.com>
Mon, 4 Sep 2023 07:04:50 +0000 (00:04 -0700)
committerJian Yu <yujian@whamcloud.com>
Mon, 4 Sep 2023 07:04:50 +0000 (00:04 -0700)
commitb5b348bc165d7cacea6fb15e380851b6d676a5e0
tree5ae7c1c632bc9e7936f90fe4b9f3f0b065be27e2
parent35ba3ca2d63ba7b1dadd0e5a941f2acf09a3db8f
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:").

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>
lustre.spec.in