RT# 74122 - updated change history to not show data with out a description
[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