]> git.proxmox.com Git - mirror_spl.git/commit - config/spl-build.m4
Add RHEL style kmod packages
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 27 Mar 2015 21:23:27 +0000 (14:23 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 27 Mar 2015 21:42:04 +0000 (14:42 -0700)
commitfade6b00b61e71f4332d274b9a5e0528764df5fb
treec5be9fa8694258eaae9b7924b282ef8d2992d30c
parent72998c2c9db99a7589cfd4696bd11042e262297d
Add RHEL style kmod packages

Provide a Redhat specific spl-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 SPL 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/spl-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/spl-dkms.spec.in [new symlink]
rpm/redhat/spl-kmod.spec.in [new file with mode: 0644]
rpm/redhat/spl.spec.in [new symlink]