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:
parent
3f3ec3f323
commit
d4ce8faa2a
7
tar.spec
7
tar.spec
@ -6,7 +6,7 @@ Summary: A GNU file archiving program
|
|||||||
Name: tar
|
Name: tar
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 1.30
|
Version: 1.30
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Applications/Archiving
|
Group: Applications/Archiving
|
||||||
URL: http://www.gnu.org/software/tar/
|
URL: http://www.gnu.org/software/tar/
|
||||||
@ -27,7 +27,7 @@ Patch13: tar-1.30-tests-dirrem.patch
|
|||||||
# run "make check" by default
|
# run "make check" by default
|
||||||
%bcond_without check
|
%bcond_without check
|
||||||
|
|
||||||
BuildRequires: autoconf automake texinfo gettext libacl-devel rsh
|
BuildRequires: autoconf automake texinfo gettext libacl-devel
|
||||||
|
|
||||||
%if %{with check}
|
%if %{with check}
|
||||||
# cover needs of tar's testsuite
|
# cover needs of tar's testsuite
|
||||||
@ -128,6 +128,9 @@ fi
|
|||||||
%{_infodir}/tar.info*
|
%{_infodir}/tar.info*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.30-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user