summaryrefslogtreecommitdiff
path: root/rpmdb.c
AgeCommit message (Collapse)AuthorFilesLines
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.