Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create zfs-kmod-debuginfo rpm with redhat spec file | Olaf Faaland | 2016-01-21 | 1 | -1/+3 |
| | | | | | | | | | | Correct the redhat specfile so that working debuginfo rpms are created for the kernel modules. The generic specfile already does the right thing. Signed-off-by: Olaf Faaland <faaland1@llnl.gov> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #4224 | ||||
* | Add RHEL style kmod packages | Brian Behlendorf | 2015-03-27 | 5 | -0/+92 |
Provide a Redhat specific zfs-kmod.spec file which uses the old style kmods (not kmods2) packaging. By using the provided kmodtool script packages can be built which support weak modules. This allows for the kernel to be updated without having to rebuild the ZFS kernel modules. Packages for RHEL/Centos/SL/TOSS which use this spec file can by built as follows: $ ./configure --with-spec=redhat $ make rpms Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> |