From dbed137e4542ce35807af78843fcb867556778e6 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Sat, 10 Feb 2024 23:42:13 -0500 Subject: [PATCH] Disable pmem on RHEL 10 PMDK (packaged as nvml in Fedora) is unmaintained upstream and unwanted in RHEL 10 and ELN. Resolves: RHEL-1738 --- qemu.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qemu.spec b/qemu.spec index c1e3fe8..e9f297e 100644 --- a/qemu.spec +++ b/qemu.spec @@ -47,6 +47,9 @@ %ifnarch x86_64 %global have_pmem 0 %endif +%if 0%{?rhel} >= 10 + %global have_pmem 0 +%endif %global have_numactl 1 %ifarch s390x