]> git.proxmox.com Git - mirror_zfs.git/commit
Fix zfs.spec.in defaults
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 12 Jun 2014 20:11:26 +0000 (13:11 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 12 Jun 2014 20:34:33 +0000 (13:34 -0700)
commit5d2107d82b21e81d718f3381d8eb572429b72e61
tree3731c8d57dd23d77adc8e3060720005b0b270921
parent2ee4e7da9081207e847088be682c0eee48a2284a
Fix zfs.spec.in defaults

Commit 2ee4e7da accidentally introduced two issues which only occur
when rebuilding the ZFS source rpm outside the ZFS build system.

1) The _dracutdir, _udevdir, and _udevruledir macros must be checked
   using the 'undefined' keyword.  This was just overlooked in the
   patch review and does not cause a failure when using 'make pkg'
   because the values are provided by the make target.

2) The default _udevruledir path included a typo.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #2310
rpm/generic/zfs.spec.in