]> git.proxmox.com Git - mirror_zfs.git/commit - config/zfs-build.m4
Add RHEL style kmod packages
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 25 Mar 2015 23:59:17 +0000 (16:59 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 27 Mar 2015 21:41:48 +0000 (14:41 -0700)
commitee2ca1db28a0910770b8bd504cf021199f583047
tree02d98a8a3b2756a662f24f3fc7d0db61536a5216
parentd820d2e9cf27678dd07b86f8fdd4635162371a37
Add RHEL style kmod packages

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>
config/zfs-build.m4
configure.ac
rpm/Makefile.am
rpm/redhat/.gitignore [new file with mode: 0644]
rpm/redhat/Makefile.am [new file with mode: 0644]
rpm/redhat/zfs-dkms.spec.in [new symlink]
rpm/redhat/zfs-kmod.spec.in [new file with mode: 0644]
rpm/redhat/zfs.spec.in [new symlink]