Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
behlendorf committed Nov 5, 2015
1 parent b23d543 commit e6fe1f7
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
@@ -34,7 +34,7 @@
%endif

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

# Generic enable switch for systemd

0 comments on commit e6fe1f7

Please sign in to comment.