From 48a5ae65080afaf52f23b0b3d44ab2cc82cdaf54 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf 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 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 bac8048afcea..418ce36d1bdc 100644 --- a/rpm/generic/zfs.spec.in +++ b/rpm/generic/zfs.spec.in @@ -34,7 +34,7 @@ %endif %bcond_with debug -%bcond_with blkid +%bcond_without blkid %bcond_with systemd # Generic enable switch for systemd