Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions cde.spec
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,13 @@ BuildRequires: lib64xdmcp-devel
BuildRequires: lib64tirpc-devel
%endif
BuildRequires: ncurses
BuildRequires: libtirpc-devel

# /usr/bin/rpcgen exists in glibc-common in older releases, otherwise we
# have to explicitly pull in the rpcgen package
%if 0%{?rhel} > 7 || 0%{?fedora} > 27
BuildRequires: rpcgen
%endif

# /usr/bin/rpcgen exists in glibc-common in older releases, otherwise we
# have to explicitly pull in the rpcgen package
Expand Down