Skip to content

Commit ce0f45e

Browse files
committed
Fix RPM dependency on Oracle Linux 8.6
Commit 69815e9 adjusts the dependency to use kernel-uek-core, but it is only available since UEK Release 7. Thus the RPM install is broken in racle Linux 8.6 which uses UEK Release 6. This commit adjusts to use kernel-uek-core since Oracle Linux 9. For Oracle Linux 8, kernel-modules-extra still exists which contains the cuse module. RM #4253481 Signed-off-by: Liming Sun <[email protected]>
1 parent de6e8d0 commit ce0f45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rshim.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Source0: https://github.com/mellanox/rshim-user-space/archive/%{name}-%{version}
1515
BuildRequires: gcc, autoconf, automake, pkgconfig, make
1616
BuildRequires: pkgconfig(libpci), pkgconfig(libusb-1.0)
1717

18-
%if (0%{?oraclelinux} >= 8)
18+
%if (0%{?oraclelinux} >= 9)
1919
Requires: kernel-uek-core
2020
%else
2121
%if (0%{?rhel} >= 8 || 0%{?fedora} > 0) && "0%{?ctyunos}" == "0"

0 commit comments

Comments
 (0)