Whamcloud - gitweb
LU-12478 build: rhel8 missing module packaing tools 56/35356/2
authorShaun Tancheff <stancheff@cray.com>
Fri, 28 Jun 2019 05:13:19 +0000 (00:13 -0500)
committerShaun Tancheff <stancheff@cray.com>
Fri, 28 Jun 2019 05:13:19 +0000 (00:13 -0500)
On RHEL8 kmodtool and kernel_module_package_buildreqs
are not installed with kernel-devel

This helps to bootstrap the developer into a working configuration.

Test-Parameters: trivial
Cray-bug-id: LUS-7385
Signed-off-by: Shaun Tancheff <stancheff@cray.com>
Change-Id: I30cf5c11174b2aa94c663c72e34f8f88c5c90ed8

lustre.spec.in

index 80c5f33..0dde79b 100644 (file)
@@ -159,6 +159,13 @@ BuildRequires: libselinux-devel
 Requires: libselinux
 %endif
 %if %{with lustre_modules}
+
+%if 0%{?rhel} >= 8
+%if %{undefined kernel_module_package_buildreqs}
+BuildRequires: redhat-rpm-config kernel-rpm-macros elfutils-libelf-devel kmod
+%endif
+%endif
+
 BuildRequires: %kernel_module_package_buildreqs
 %if %{_vendor}=="redhat"
 BuildRequires: redhat-rpm-config