Fedora 28: Add BuildRequires: libtirpc-devel
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 #7494 Closes #7495
This commit is contained in:
parent
be9a5c355c
commit
1a62a305be
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue