From affe1791b74dfe9b70add1517d735699d111b14b Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Feb 12 2024 16:29:44 +0000 Subject: Disable pmem on RHEL 10 PMDK (packaged as nvml in Fedora) is unmaintained upstream and unwanted in RHEL 10 and ELN. Resolves: RHEL-1738 RWMJ: Cherry picked from commit bd6c291f06de0895db0ed3379643a3103f9fb31d on the eln branch. --- diff --git a/qemu.spec b/qemu.spec index ac59f6b..0fd08ac 100644 --- a/qemu.spec +++ b/qemu.spec @@ -103,6 +103,9 @@ %ifarch x86_64 %{power64} %global have_pmem 1 %endif +%if 0%{?rhel} >= 10 +%global have_pmem 0 +%endif %global have_jack 1 %if 0%{?rhel}