add customer fields option with agent, display_custnum, status and name, RT#73721
[freeside.git] / rpm / build / expect-addsign
1 #!/usr/bin/expect
2 set p "not our actual passphrase"
3 set f [lindex $argv 0]
4 #spawn /bin/rpm --resign $f
5 spawn /usr/bin/rpm --resign $f
6 expect "Enter pass phrase:"
7 send -- "$p\r"
8 expect eof