tar-config: use ssh as the default remote shell
Users are still able to use --rsh-command to specify insecure /usr/bin/rsh. Resolves: #969015 Version: 2:1.26-24
This commit is contained in:
parent
5b564d4846
commit
66190e5a1c
9
tar.spec
9
tar.spec
@ -5,7 +5,7 @@ Summary: A GNU file archiving program
|
|||||||
Name: tar
|
Name: tar
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 1.26
|
Version: 1.26
|
||||||
Release: 23%{?dist}
|
Release: 24%{?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/
|
||||||
@ -161,7 +161,9 @@ autoreconf -v
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%configure %{?CONFIGURE_SELINUX} \
|
%configure %{?CONFIGURE_SELINUX} \
|
||||||
--with-lzma="xz --format=lzma" DEFAULT_RMT_DIR=%{_sbindir}
|
--with-lzma="xz --format=lzma" \
|
||||||
|
DEFAULT_RMT_DIR=%{_sbindir} \
|
||||||
|
RSH=/usr/bin/ssh
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -208,6 +210,9 @@ fi
|
|||||||
%{_infodir}/tar.info*
|
%{_infodir}/tar.info*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 30 2013 Pavel Raiskup <praiskup@redhat.com> - 2:1.26-24
|
||||||
|
- use /usr/bin/ssh as the default remote shell binary (#969015)
|
||||||
|
|
||||||
* Tue May 28 2013 Pavel Raiskup <praiskup@redhat.com> - 2:1.26-23
|
* Tue May 28 2013 Pavel Raiskup <praiskup@redhat.com> - 2:1.26-23
|
||||||
- again search for 'rmt' binary in %%{_sbindir} on target host
|
- again search for 'rmt' binary in %%{_sbindir} on target host
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user