[tar] tar-config: use ssh as the default remote shell

Pavel Raiskup praiskup at fedoraproject.org
Fri May 31 14:37:53 UTC 2013


commit 66190e5a1c6deddb51c3953571530f9ff7e958ee
Author: Pavel Raiskup <praiskup at redhat.com>
Date:   Fri May 31 16:30:21 2013 +0200

    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

 tar.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/tar.spec b/tar.spec
index bbc30bc..a9eb244 100644
--- a/tar.spec
+++ b/tar.spec
@@ -5,7 +5,7 @@ Summary: A GNU file archiving program
 Name: tar
 Epoch: 2
 Version: 1.26
-Release: 23%{?dist}
+Release: 24%{?dist}
 License: GPLv3+
 Group: Applications/Archiving
 URL: http://www.gnu.org/software/tar/
@@ -161,7 +161,9 @@ autoreconf -v
 %endif
 
 %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
 
 %install
@@ -208,6 +210,9 @@ fi
 %{_infodir}/tar.info*
 
 %changelog
+* Thu May 30 2013 Pavel Raiskup <praiskup at redhat.com> - 2:1.26-24
+- use /usr/bin/ssh as the default remote shell binary (#969015)
+
 * Tue May 28 2013 Pavel Raiskup <praiskup at redhat.com> - 2:1.26-23
 - again search for 'rmt' binary in %%{_sbindir} on target host
 


More information about the scm-commits mailing list