New upstream version 3.1.1
This commit is contained in:
parent
4e9934e5ec
commit
e7b41df57b
229 changed files with 57000 additions and 12055 deletions
10
packages/rpm/rpm-sign.exp
Executable file
10
packages/rpm/rpm-sign.exp
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/expect -f
|
||||
|
||||
### rpm-sign.exp -- Sign RPMs by sending the passphrase.
|
||||
|
||||
spawn rpm --addsign {*}$argv
|
||||
expect -exact "Enter pass phrase: "
|
||||
send -- "\r"
|
||||
expect eof
|
||||
|
||||
## end of rpm-sign.exp
|
Loading…
Add table
Add a link
Reference in a new issue