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 committed Jul 16, 2014
1 parent 61e99a7 commit 2871b8d
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 2871b8d

Please sign in to comment.