summaryrefslogtreecommitdiff
path: root/sign/rpmgensig.c
AgeCommit message (Collapse)AuthorFilesLines
2011-04-21Handle errors from moving target file into place in rpmSign()Panu Matilainen1-18/+7
- Signing isn't successful unless we manage to replace the original file with the signed one, take the stat() etc returns into count.
2011-04-21headerPut() and headerDel() returns aren't interesting herePanu Matilainen1-3/+3
2011-04-21Remove redundant indentation block from rpmSign()Panu Matilainen1-128/+125
- No code changes, just formatting sanity/prettiness
2011-01-31Mark the identical signature warning as translatablePanu Matilainen1-2/+2
2010-10-22Eek.. librpmsign sources went missing in the movePanu Matilainen1-0/+645
- Re-adding the files that should've gotten moved (not removed) in commit 9f2c1bd9096cbf382c864737a6565e5487767ce2 - Mild wtf ... probably user (not git) error though. Too bad the broken state got pushed already :-/