From: Prakash Surya Date: Tue, 7 Aug 2012 20:13:17 +0000 (-0700) Subject: Support building a zfs-modules-dkms sub package X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=commitdiff_plain;h=26e08952e6ad113b91ae7d31263b6a4fd3a5a09f;hp=26e08952e6ad113b91ae7d31263b6a4fd3a5a09f;p=zfs.git Support building a zfs-modules-dkms sub package This commit adds support for building a zfs-modules-dkms sub package built around Dynamic Kernel Module Support. This is to allow building packages using the DKMS infrastructure which is intended to ease the burden of kernel version changes, upgrades, etc. By default zfs-modules-dkms-* sub package will be built as part of the 'make rpm' target. Alternately, you can build only the DKMS module package using the 'make rpm-dkms' target. Examples: # To build packaged binaries as well as a dkms packages $ ./configure && make rpm # To build only the packaged binary utilities and dkms packages $ ./configure && make rpm-utils rpm-dkms Note: Only the RHEL 5/6, CHAOS 5, and Fedora distributions are supported for building the dkms sub package. Signed-off-by: Prakash Surya Signed-off-by: Brian Behlendorf Issue #535 ---