]> git.proxmox.com Git - mirror_zfs.git/commit - Makefile.am
Add DKMS package on Debian-based distributions
authorNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Sun, 15 Oct 2017 20:00:44 +0000 (16:00 -0400)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Sun, 15 Oct 2017 20:00:44 +0000 (13:00 -0700)
commit7670f721fc82e6cdcdd31f83760a79b6f2f2b998
tree44c77d224f5f134c5e9ce0680f3b75215b4fc9b4
parentc616dcf8bc3b2cb2dddc9b8f8bc64f307c9fb938
Add DKMS package on Debian-based distributions

* config/deb.am: Enable building DKMS packages for Debian
* rpm/generic/zfs-dkms.spec.in: Adjust spec to be Debian-compatible
  * Condition kernel-devel Req to RPM distros
  * Adjust the DKMS Req to have a minimum of a version only
  * Ensure that --rpm_safe_upgrade isn't used on non-RPM distros
* config/deb.am: Drop CONFIG_KERNEL and CONFIG_USER guards
* Makefile.am: Add pkg-dkms target

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Neal Gompa <ngompa@datto.com>
Closes #6044
Closes #6731
Makefile.am
config/deb.am
rpm/generic/zfs-dkms.spec.in