NAME
rpmresign
DESCRIPTION
Resign massively rpm file
SYNOPSIS
rpmresign [--passwordfile file] rpmfile or directory
OPTIONS
- --help
-
Print help
- --passwordfile
-
Read passphrase from this file
- --name
-
Use this name as gpg identity
- --macros
-
Load this macros file before processing
- --define
-
Define a rpm macro. This option is similar to --define of rpm.
- --path
-
Set gpghome to this directory
- -f
-
Fastmode: don't check rpm md5sum signatures before processing
DESCRIPTION
rpmresign is a perl script to massivelly resign rpms. Only rpm which does not have the proper signature are resigned.
The script will resign all rpms given on the command line or all rpms inside directories (rpms are find with a glob on *.rpm).
The passphrase can be passed from a file --passwordfile or by setting the envirronement variable RPMRESIGN_PASSPHRASE
AUTHOR
Olivier Thauvin <nanardon@zarb.org>
SEE ALSO
RPM4 perl module http://rpm4.zarb.org/
LICENSE
Gnu Public License version 2 or later.