Skip to content

Commit

Permalink
Default to --with-blkid in RPM packaging
Browse files Browse the repository at this point in the history
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 <[email protected]>
Issue openzfs#2448
  • Loading branch information
behlendorf authored and FransUrbo committed Aug 7, 2014
1 parent a08e7e6 commit 2ec132c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/generic/zfs.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
%endif

%bcond_with debug
%bcond_with blkid
%bcond_without blkid
%bcond_with systemd

# Generic enable switch for systemd
Expand Down

0 comments on commit 2ec132c

Please sign in to comment.