Re: [ndctl PATCH] ndctl.spec.in: enable libtrace{event|fs} support for Fedora

2024-08-21 Thread Dave Jiang
On 8/21/24 2:45 PM, alison.schofi...@intel.com wrote: > From: Jerry James > > 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

Re: [ndctl PATCH] ndctl.spec.in: enable libtrace{event|fs} support for Fedora

2024-08-21 Thread Verma, Vishal L
On Wed, 2024-08-21 at 14:45 -0700, alison.schofi...@intel.com wrote: > From: Jerry James > > 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 >

[ndctl PATCH] ndctl.spec.in: enable libtrace{event|fs} support for Fedora

2024-08-21 Thread alison . schofield
From: Jerry James 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 libtraceeven