File conman-suse-fix-expect-scripts.patch of Package conman

Index: conman-0.2.7/lib/exec/ssh.exp
===================================================================
--- conman-0.2.7.orig/lib/exec/ssh.exp
+++ conman-0.2.7/lib/exec/ssh.exp
@@ -166,7 +166,7 @@ expect {
     }
     exp_continue -continue_timer
   }
-  -re "^$user@.* password: \$" {
+  -re "^.assword: \$" {
     if {$authenticated == 0} {
       send "$pswd\r"
       incr authenticated
@@ -176,7 +176,7 @@ expect {
       exit 1
     }
   }
-  -re "(:|#|%|\\\$) \$" {
+  -re "(:|#|%|>|\\\$) \$" {
     ;
   }
   -re "\[^\r]*\r+\n" {
openSUSE Build Service is sponsored by