BuildRequires: drop rsh

It was added historically so ./configure could detect where the
rsh binary is installed.  Nowadays we anyway use secure shell by
'./configure RSH=/usr/bin/ssh' so it's been useless dep for quite
some time.

Originally added by rhbz#475950, commit 0f5146d11e.

Resolves: rhbz#1581716
Version: 1.30-4
This commit is contained in:
Pavel Raiskup 2018-05-23 15:29:06 +02:00
parent 3f3ec3f323
commit d4ce8faa2a

View File

@ -6,7 +6,7 @@ Summary: A GNU file archiving program
Name: tar
Epoch: 2
Version: 1.30
Release: 3%{?dist}
Release: 4%{?dist}
License: GPLv3+
Group: Applications/Archiving
URL: http://www.gnu.org/software/tar/
@ -27,7 +27,7 @@ Patch13: tar-1.30-tests-dirrem.patch
# run "make check" by default
%bcond_without check
BuildRequires: autoconf automake texinfo gettext libacl-devel rsh
BuildRequires: autoconf automake texinfo gettext libacl-devel
%if %{with check}
# cover needs of tar's testsuite
@ -128,6 +128,9 @@ fi
%{_infodir}/tar.info*
%changelog
* Wed May 23 2018 Pavel Raiskup <praiskup@redhat.com> - 1.30-4
- drop BuildRequires: rsh, we anyways use ./configure RSH=%%_bindir/ssh
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.30-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild