diff options
author | Brian Behlendorf <[email protected]> | 2017-10-13 10:02:39 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2017-10-13 10:02:39 -0700 |
commit | 21a932b83c3e0c6fe5f42f874fd3664e67f374c7 (patch) | |
tree | db188fd8f8c071443ac8fe10d6504edefb53382b /rpm | |
parent | cdc15a76045fa70743fb95a1fd450229e2b73fd3 (diff) | |
parent | 9bae371ce69187f14e15129173ba0b138a965ada (diff) |
Post-Encryption Followup
This PR includes fixes for bugs and documentation issues found
after the encryption patch was merged and general code improvements
for long-term maintainability.
Reviewed-by: Jorgen Lundman <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Tom Caputi <[email protected]>
Issue #6526
Closes #6639
Closes #6703
Cloese #6706
Closes #6714
Closes #6595
Diffstat (limited to 'rpm')
-rw-r--r-- | rpm/generic/zfs.spec.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rpm/generic/zfs.spec.in b/rpm/generic/zfs.spec.in index 3f11c2a50..14f2929c6 100644 --- a/rpm/generic/zfs.spec.in +++ b/rpm/generic/zfs.spec.in @@ -87,6 +87,8 @@ BuildRequires: libuuid-devel BuildRequires: libblkid-devel BuildRequires: libudev-devel BuildRequires: libattr-devel +BuildRequires: openssl-devel +Requires: openssl %endif %if 0%{?_systemd} Requires(post): systemd @@ -183,7 +185,7 @@ Requires: fio Requires: acl Requires: sudo Requires: sysstat -Requires: rng-tools +Requires: rng-tools %description test This package contains test infrastructure and support scripts for |