ndctl
ndctl copied to clipboard
Enable libtraceevent/libtracefs support for Fedora
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.
I just posted this on the mailing list. Please take a look and confirm that's what you want. https://lore.kernel.org/nvdimm/[email protected]/
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