rpmcliSign() only creates or deletes signatures
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 3 Sep 2010 09:02:17 +0000 (12:02 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 3 Sep 2010 09:30:57 +0000 (12:30 +0300)
commit00c72fda899cf98c32ec806230695d03943d370e
treefcd70cb8aea8761591b297df0808a51084f2e97a
parent1306fc5ee5dbb665609934ed081afbc573c16d05
rpmcliSign() only creates or deletes signatures
- Lose the "this has got something to do with signatures and stuff"
  dispatcher mode, rpmcliSign() now only does what it says. It also
  doesn't need transaction set for anything. It doesn't need much
  else than files to operate on, what to do and possibly a passphrase.
  It probably will need more when rpmLookupSignatureType()
  is put out of its misery, but this'll do for now.
- Lose the now unnecessary passPhrase member from QVA_t
lib/rpmcli.h
lib/rpmgensig.c
rpmqv.c