#!/usr/bin/expect -- 
  
spawn rpmsign {*}$argv
expect -exact "Enter pass phrase: "
send -- "\r"
expect eof
