JMOdero

Results 6 comments of JMOdero

> Totally untested since I don't know what RPM macros Asahi defines: > > ```diff > diff --git a/rpm/generic/zfs-dkms.spec.in b/rpm/generic/zfs-dkms.spec.in > index cd85dd28c..a3d6a78ee 100644 > --- a/rpm/generic/zfs-dkms.spec.in > +++ b/rpm/generic/zfs-dkms.spec.in...

> Totally untested since **I don't know what RPM macros Asahi defines**: I don't know if this helps, but I went to the /usr/lib/rpm/platform directory on my Asahi Remix 40...

> I am running asahi and had some similar troubles with missing headers during the build. This fixed it for me `dnf install kernel-16k-devel` Unfortunately kernel headers were already installed...

**The issue persists in [zfs-2.2.7](https://github.com/openzfs/zfs/releases/tag/zfs-2.2.7).** I once again went in and edited every spec file and added "{?asahi}" everywhere I found "{?fedora}." Then I replaced "kernel-devel" with "kernel-16k-devel" in every...

> @tonyhutter @JMOdero > > Looking at the rpm macros, it seems to me there is no `%asahi` macro. `grep '%asahi' *` returns nothing. The file macros.dist though defines a...

> So only one pair of parenthesis should be needed. > > Could you try? This worked for me... ``` %if 0%{?rhel}%{?fedora}%{?mageia}%{?suse_version}%{?openEuler} Requires: (kernel-devel >= 4.18 or kernel-longterm-devel >= 4.18...