Sanitize makePubkeyHeader() calling semantics
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 24 Nov 2011 09:28:15 +0000 (11:28 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 24 Nov 2011 09:28:15 +0000 (11:28 +0200)
commit66d6987120105f77cd8b41999ec5d38220a41b27
tree8e89a348614edb4836eca25bd13de54bc19032d3
parent4c6397507b2a1da17df0b8b74cfa77a98ca3a7ad
Sanitize makePubkeyHeader() calling semantics

- Create the header in makePubkeyHeader() as the name suggests,
  return the newly created header to caller on success.
- Move the installtime & -tid addition to the "install" part,
  makePubkeyHeader() only does the part that is specific to pubkey
  headers, again as the name suggests.
- No functional changes
lib/rpmts.c