rpmresign(1) - Linux man page
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.