From 0c17c49c47191813837b18b40b203b265dbe080e Mon Sep 17 00:00:00 2001 From: Brian Behlendorf <behlendorf1@llnl.gov> Date: Wed, 16 Jul 2014 09:43:26 -0700 Subject: [PATCH] Default to --with-blkid in RPM packaging Support for libblkid has been in the ZoL for years but has been disabled by default in the packaging. When libblkid is disabled the 'zpool create' command will not warn you if you're going to overwrite an existing filesystem. For this reason the default behavior has been changed to require libblkid. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Issue #2448 --- rpm/generic/zfs.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm/generic/zfs.spec.in b/rpm/generic/zfs.spec.in index b0917176dde2..97d2bacbd910 100644 --- a/rpm/generic/zfs.spec.in +++ b/rpm/generic/zfs.spec.in @@ -29,7 +29,7 @@ %endif %bcond_with debug -%bcond_with blkid +%bcond_without blkid %bcond_with systemd # Generic enable switch for systemd