А не получилось по вот такой причине:
error: Failed build dependencies:
tcp_wrappers-devel is needed by nrpe-2.12-12.x86_64
Чтобы исправить проблему надо внести коррективы в SPEC:
cd SPECS/
vi nrpe.spec
И заменить:
%if 0%{?rhel}
BuildRequires: tcp_wrappers
%else
BuildRequires: tcp_wrappers-devel
%endif
на
%if 0%{?rhel}
BuildRequires: tcp_wrappers
%else
BuildRequires: tcp_wrappers
%endif
После такой замены все успешно соберется :)
большое спасибо за подсказку!
ReplyDeleteРад помочь!
ReplyDelete