aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBrian Behlendorf <behlendorf1@llnl.gov>2015-03-25 23:59:17 +0000
committerBrian Behlendorf <behlendorf1@llnl.gov>2015-03-27 21:41:48 +0000
commitee2ca1db28a0910770b8bd504cf021199f583047 (patch)
tree02d98a8a3b2756a662f24f3fc7d0db61536a5216 /configure.ac
parentd820d2e9cf27678dd07b86f8fdd4635162371a37 (diff)
downloadsrc-ee2ca1db28a0910770b8bd504cf021199f583047.tar.gz
src-ee2ca1db28a0910770b8bd504cf021199f583047.zip
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>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 854af771c076..63d0073e9a13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -134,6 +134,10 @@ AC_CONFIG_FILES([
scripts/zpool-config/Makefile
scripts/common.sh
rpm/Makefile
+ rpm/redhat/Makefile
+ rpm/redhat/zfs.spec
+ rpm/redhat/zfs-kmod.spec
+ rpm/redhat/zfs-dkms.spec
rpm/generic/Makefile
rpm/generic/zfs.spec
rpm/generic/zfs-kmod.spec