]> git.proxmox.com Git - mirror_spl-debian.git/commit
Support building a spl-modules-dkms sub package
authorPrakash Surya <surya1@llnl.gov>
Tue, 7 Aug 2012 20:57:03 +0000 (13:57 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 8 Aug 2012 20:49:40 +0000 (13:49 -0700)
commitd83d25c2f81b2f7771d338ae03ea184b9e7ac40f
tree2f8860fe477973da79fcffa4cd1143f215fdf13e
parent476ff5a4daf804c28c87a0bb4a833e09eb01a050
Support building a spl-modules-dkms sub package

This commit adds support for building a spl-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 spl-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 <surya1@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue zfsonlinux/zfs#535
Makefile.am
Makefile.in
config/rpm.am
configure
configure.ac
dkms.conf.in [new file with mode: 0644]
dkms.postinst [new file with mode: 0755]
spl-modules.spec.in