Commit Graph

7 Commits

Author SHA1 Message Date
Panu Matilainen f974288ea1 Fix a small memleak in rpmsign tool 2011-03-17 15:49:57 +02:00
Panu Matilainen 0600287d5d Rearrange new cli utilities' popt tables for nicer output
- Use a separate table for the tool-specific options, include that from
  the "master" option table to get option group summary in --help.
2010-11-15 09:07:10 +02:00
Panu Matilainen 309b421cf7 Oops, fixup rpmsign exit codes on success 2010-10-13 14:20:30 +03:00
Panu Matilainen f5e2b115db Make rpmsign use the new signing interface (minimal conversion for now) 2010-10-13 13:24:15 +03:00
Panu Matilainen bbbd7a4255 Whoops, couple of includes gone missing in the shuffle 2010-09-29 13:09:31 +03:00
Panu Matilainen 8f14d6455a Rip the useless %_signature macro and everything around it 2010-09-28 16:28:21 +03:00
Panu Matilainen df0b760e7e Add a brand new rpmsign utility for package signing
- Signing (and deleting) are different from everything else in rpm
  in that it needs very little of rpm's facilities. For example access
  to the rpmdb is not needed at all. Splitting this to a separate,
  small utility allows various possibilities, like severely limiting
  its access from SELinux POV, control of signature generation with
  cli arguments (the main rpm executable is already overcrowded with
  options). It's also the first step to allow reasonably splitting
  rpm signing to a separate package; not everybody needs to sign
  packages, yet signing support needs to drag in GPG and whatnot.
- Reimplement / refactor various librpm signature generation helpers
  into somewhat saner internal versions.
2010-09-03 15:11:59 +03:00