summaryrefslogtreecommitdiff
path: root/rpmdb.c
AgeCommit message (Collapse)AuthorFilesLines
2011-05-30Eliminate bunch of dead assignments on ts vsflagsPanu Matilainen1-1/+1
- The common pattern here is grabbing current flags to a local variable, modifying them for an operation and then restoring, which is fine... but we dont care about the previous flags when we're restoring them.
2011-01-05Hide --verifydb switch againPanu Matilainen1-2/+2
- It got exposed in the rpmdb tool splitup, but the functionality in it's current form is still just as dubious as it always was, hide it out of sight again.
2010-11-15Rearrange new cli utilities' popt tables for nicer outputPanu Matilainen1-3/+9
- Use a separate table for the tool-specific options, include that from the "master" option table to get option group summary in --help.
2010-10-19Oops, dumb copy-paste error causing --verifydb to --rebuilddb insteadPanu Matilainen1-1/+1
2010-09-03Add a brand new rpmdb utility for rpmdb maintenance (dejavu again)Panu Matilainen1-0/+71
- rpmdb maintenance only requires privileges on the rpmdb directory, not elsewhere on the system. Splitting to separate tool allows finer grained SELinux policies and makes adding new db-specific switches saner.