#61 [eln] Disable pmem on RHEL 10
Merged 4 months ago by rjones. Opened 4 months ago by yselkowitz.
rpms/ yselkowitz/qemu eln  into  eln

file modified
+3
@@ -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

PMDK (packaged as nvml in Fedora) is unmaintained upstream and unwanted in RHEL 10 and ELN.

Resolves: RHEL-1738

Discussed with @stefanha and we've agreed to merge this.

Pull-Request has been merged by rjones

4 months ago

This was merged into eln. Did you mean to merge it into rawhide? (If so I'll merge it, no need for another PR)

We may want to get this into rawhide too just to avoid further divergence, and perhaps for the benefit of EPEL 10, but for the purposes of ELN and RHEL 10 bringup, this will suffice.

Metadata