diff options
author | Olaf Faaland <[email protected]> | 2019-09-06 11:30:07 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-09-06 11:30:07 -0700 |
commit | 4bbf0477a7f8936627c37ab89c704e763aa63b37 (patch) | |
tree | 9038063a82867491588e1df33dbe3841c2e419d9 /rpm/generic | |
parent | bced7e3aaa3cf54d5e8e4f94e067144b27cb744b (diff) |
BuildRequires libtirpc-devel needed for RHEL 8
Building against RHEL 8 requires libtirpc-devel, as with fedora 28.
Add rhel8 and centos8 options to the test, to account for that.
BuildRequires Originally added for fedora 28 via commit
1a62a305be01972ef1b81469134faa4937836096
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Signed-off-by: Olaf Faaland <[email protected]>
Closes #9289
Diffstat (limited to 'rpm/generic')
-rw-r--r-- | rpm/generic/zfs.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpm/generic/zfs.spec.in b/rpm/generic/zfs.spec.in index e4aef6725..5ef6f7bcf 100644 --- a/rpm/generic/zfs.spec.in +++ b/rpm/generic/zfs.spec.in @@ -139,7 +139,7 @@ BuildRequires: libblkid-devel BuildRequires: libudev-devel BuildRequires: libattr-devel BuildRequires: openssl-devel -%if 0%{?fedora} >= 28 +%if 0%{?fedora} >= 28 || 0%{?rhel} >= 8 || 0%{?centos} >= 8 BuildRequires: libtirpc-devel %endif Requires: openssl |