pmem / ndctl

A "device memory" enabling project encompassing tools and libraries for CXL, NVDIMMs, DAX, memory tiering and other platform memory device topics.
Other
270 stars 139 forks source link

Enable libtraceevent/libtracefs support for Fedora #266

Closed jamesjer closed 5 days ago

jamesjer commented 2 months ago

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.

AlisonSchofield commented 2 months 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/

hramrach commented 5 days ago

This seems to be applied

AlisonSchofield commented 5 days ago

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