turn off any default armor
CVS patchset: 552 CVS date: 1996/04/29 14:26:01
This commit is contained in:
parent
7f4acbe43d
commit
f0156ac74c
|
@ -181,7 +181,7 @@ static int makePGPSignature(char *file, int ofd, char *passPhrase)
|
|||
setenv("PGPPATH", getVar(RPMVAR_PGP_PATH), 1);
|
||||
/* setenv("PGPPASS", passPhrase, 1); */
|
||||
execlp("pgp", "pgp",
|
||||
"+batchmode=on", "+verbose=0",
|
||||
"+batchmode=on", "+verbose=0", "+armor=off",
|
||||
name, secring, pubring,
|
||||
"-sb", file, sigfile,
|
||||
NULL);
|
||||
|
|
Loading…
Reference in New Issue