Skip to content

Commit

Permalink
Fedora 28: Add BuildRequires: libtirpc-devel
Browse files Browse the repository at this point in the history
Add "BuildRequires: libtirpc-devel" to fix mock builds on Fedora 28.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tony Hutter <hutter2@llnl.gov>
Closes openzfs#7494 
Closes openzfs#7495
  • Loading branch information
tonyhutter authored and behlendorf committed May 3, 2018
1 parent be9a5c3 commit 1a62a30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rpm/generic/zfs.spec.in
Expand Up @@ -99,6 +99,9 @@ BuildRequires: libblkid-devel
BuildRequires: libudev-devel
BuildRequires: libattr-devel
BuildRequires: openssl-devel
%if 0%{?fedora} >= 28
BuildRequires: libtirpc-devel
%endif
Requires: openssl
%if 0%{?_systemd}
BuildRequires: systemd
Expand Down

0 comments on commit 1a62a30

Please sign in to comment.