Resolves: #1581747 - do not require 'rsh' installed at build time
This commit is contained in:
parent
478460eabb
commit
2f26a20b35
@ -31,7 +31,6 @@ BuildRequires: gcc
|
||||
BuildRequires: gettext
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: rsh
|
||||
BuildRequires: slang-devel
|
||||
BuildRequires: telnet
|
||||
BuildRequires: unzip
|
||||
@ -92,7 +91,8 @@ sed -e 's,^STARTFILE:.*,STARTFILE:file:/usr/share/doc/HTML/en-US/index.html,' -i
|
||||
--enable-warnings \
|
||||
--with-screen=ncursesw \
|
||||
--with-ssl=%{_libdir} \
|
||||
--with-zlib
|
||||
--with-zlib \
|
||||
ac_cv_path_RLOGIN=/usr/bin/rlogin
|
||||
|
||||
make -C po
|
||||
make %{?_smp_mflags}
|
||||
@ -132,6 +132,7 @@ EOF
|
||||
|
||||
%changelog
|
||||
* Wed May 23 2018 Kamil Dudka <kdudka@redhat.com> - 2.8.9-0.23.dev19
|
||||
- do not require 'rsh' installed at build time (#1581747)
|
||||
- update to the latest upstream pre-release
|
||||
|
||||
* Mon Feb 19 2018 Kamil Dudka <kdudka@redhat.com> - 2.8.9-0.22.dev16
|
||||
|
Loading…
Reference in New Issue
Block a user