diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-09-03 14:40:18 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-09-03 15:11:59 +0300 |
commit | df0b760e7e54b6714d9a52abbd2e33a44cd42d41 (patch) | |
tree | ed49f6f0978bd1035d5f4f2280f40484dd41089b /po | |
parent | 8f75ac30fb11e41a3ffab93e139139bd84c2cf24 (diff) | |
download | rpm-df0b760e7e54b6714d9a52abbd2e33a44cd42d41.tar.gz |
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.
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 7ea669445..c1f28b0a5 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -6,6 +6,7 @@ cliutils.c rpm2cpio.c rpmqv.c rpmbuild.c +rpmsign.c build/build.c build/expression.c build/files.c |