RPMs build workflows #12811
Replies: 2 comments
-
If somebody wonders what exactly is |
Beta Was this translation helpful? Give feedback.
-
Following Slack discussion with @problame I have added an extra meta package for Fedora - |
Beta Was this translation helpful? Give feedback.
-
I took some time and created workflows to build RPMs for Fedora, RHEL and AlmaLinux: https://github.com/zeet-cc/zfs-rpms
Currently, RPMs are published as assets on Releases page of that repo. Making RPM repo from that is easy.
Workflow is extremely simple - just commit OpenZFS/Kernel version for desired distribution in appropriate file.
RHEL builds are using my Developer Subscription.
Fedora builds are using Kernel packages downloaded directly from Koji. That way, it's possible to provide
kmod
packages build before Kernel packages are published in Fedoraupdates
repo by automatically follow Koji events related to the new Kernel builds.Similar solution could be added for CentOS Stream 8 and 9.
This could help with issues like #12747.
Fedora 35 workflow is "disabled" due to the Python 3.10 issue.
Beta Was this translation helpful? Give feedback.
All reactions