]> git.proxmox.com Git - mirror_spl.git/commit
Fix spl-dkms uninstall/update
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 30 Sep 2015 16:26:21 +0000 (09:26 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 2 Oct 2015 18:17:22 +0000 (11:17 -0700)
commit3e1e4c735c4452c137443d7e7dfbe75447dc8e00
tree297c4665574f2ebbccf5463921dc646e009b8954
parent2ebe396046c99ea191a51f24658273fd860b88c4
Fix spl-dkms uninstall/update

Modern versions of dkms cleanup the build directory after installing.
This resulted in 'dkms uninstall' never running because the check
added by commit 4cdcdbf which verifies the existence of the
spl.release build product would never be true.

This patch resolves the issue by updating the conditional to check
in the explicitly installed spl_config.h file for the version.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #478
rpm/generic/spl-dkms.spec.in