ndctl icon indicating copy to clipboard operation
ndctl copied to clipboard

Enable libtraceevent/libtracefs support for Fedora

Open jamesjer opened this issue 1 year ago • 1 comments

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.

jamesjer avatar Aug 09 '24 20:08 jamesjer

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]/

AlisonSchofield avatar Aug 21 '24 21:08 AlisonSchofield

This seems to be applied

hramrach avatar Oct 28 '24 10:10 hramrach

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

AlisonSchofield avatar Oct 28 '24 23:10 AlisonSchofield