Closed jamesjer closed 5 days ago
I just posted this on the mailing list. Please take a look and confirm that's what you want. https://lore.kernel.org/nvdimm/20240821214529.96966-1-alison.schofield@intel.com/
This seems to be applied
This was included in the v80 release. This project is managed via the mailing list, not via pull requests. See: https://github.com/pmem/ndctl/blob/main/CONTRIBUTING.md
As noted in https://src.fedoraproject.org/rpms/ndctl/pull-request/2, the expression
0%{?rhel}
evaluates to zero on Fedora, so the conditional%if 0%{?rhel} < 9
evaluates to true, since 0 is less than 9. The result is that ndctl builds for Fedora lack support for libtraceevent and libtracefs, which is fixed by this PR.