#!/usr/bin/expect -f
    
### Sign RPMs by sending the empty passphrase.
spawn rpm {*}$argv
expect -exact ":"
send -- "\r"
expect eof
wait
