summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-23Allow '--short-circuit' for '-bb'Michal Schmidt3-2/+10
2010-06-23Add configure.ac check for need to -ldlPanu Matilainen1-0/+1
2010-06-23Use rpmlog() instead of fprintf() for collection error messagesPanu Matilainen1-4/+5
2010-06-23Make rpmChrootIn/Out() accessible to pluginsPanu Matilainen2-3/+3
2010-06-22Fix python ts.check() dependency tuple mungingPanu Matilainen1-1/+1
2010-06-22Fix breakage from commit ccb545f0e9b6cb10e9e7c20b55f77aab754eb9cbPanu Matilainen1-4/+9
2010-06-22numAddedPackages is unused since rpm 4.8.0, eliminatePanu Matilainen3-5/+0
2010-06-22Add a generic plugin for use by simple CollectionsSteve Lawrence6-2/+71
2010-06-22Determine when to perform Collection actionsSteve Lawrence4-0/+194
2010-06-22Add plugin calling supportSteve Lawrence6-1/+165
2010-06-22Add common Collection requirementsSteve Lawrence3-30/+94
2010-06-22Add new Collections preamble tagSteve Lawrence3-0/+6
2010-06-14l10n: Updated Spanish (Castilian) (es) translation to 100%Héctor Daniel Cabrera1-273/+280
2010-06-11Dont bother with selinux contexts in test transactionsPanu Matilainen1-2/+2
2010-06-11If there are no hardlinks, dont bother with s-bit and caps removalPanu Matilainen1-1/+1
2010-06-07l10n: Updated Japanese (ja) translation to 97%Tadashi Jokagi1-4/+4
2010-06-07l10n: Updated Japanese (ja) translation to 97%Tadashi Jokagi1-117/+109
2010-06-07Oops, bad format spec in Finnish translationPanu Matilainen1-1/+1
2010-06-07Eliminate fuzzies from Finnish translationPanu Matilainen1-90/+76
2010-06-07Update .gitignore a bitPanu Matilainen1-2/+7
2010-06-06l10n: Updated Ukrainian (uk) translation to 100%Yuri Chornoivan1-232/+244
2010-06-03l10n: Updated Polish (pl) translation to 100%Piotr Drąg1-20/+14
2010-06-03Fix "empty reply from server" curl-syndrome with url retrieval (RhBug:598988)Panu Matilainen1-1/+1
2010-06-03Remove POSIX file capabilities from executables on erase/rename tooPanu Matilainen1-2/+7
2010-06-02Strip s-bits on upgrade too (RhBug:598775)Panu Matilainen1-5/+14
2010-06-02l10n: Updates to Japanese (ja) translationTadashi Jokagi1-1018/+993
2010-06-01Refactor rpmdb lookups + caching to a helper function + cosmeticsPanu Matilainen1-45/+45
2010-06-01On colored transactions, require matching arch for freshen (RhBug:553108)Panu Matilainen1-12/+10
2010-06-01Permit DOS line-endings in PGP armors (RhBug:532992)Panu Matilainen1-4/+7
2010-06-01Support many pubkeys in a single file in --import (RhBug:586827)Panu Matilainen1-31/+53
2010-06-01Don't return errors on trying to import duplicate keysPanu Matilainen1-8/+14
2010-05-31Nuke leftover variable from the chroot workoutPanu Matilainen1-1/+1
2010-05-31Update translations to pick up chroot-related string changesPanu Matilainen26-5918/+6195
2010-05-31Use the new chroot API everywhere, eliminate old related gooPanu Matilainen9-177/+26
2010-05-31Add a simple API for dealing with chroot state changesPanu Matilainen4-1/+142
2010-05-31Eliminate unused no-op FSM_CHROOT stagePanu Matilainen2-5/+0
2010-05-28Add internal helper for formatting file attribute stringsPanu Matilainen3-37/+27
2010-05-28Add header extension tag RPMTAG_FILESTATUS for file verificationPanu Matilainen6-2/+42
2010-05-28Add internal helper for formatting verify flagsPanu Matilainen3-55/+42
2010-05-28Move shared file timestamp filtering out of rpmVerifyFile()Panu Matilainen1-5/+11
2010-05-28Dont crash on NULL ts to rpmtsInitIterator()Panu Matilainen1-1/+4
2010-05-28Only pass the info we actually care about to verifyHeader()Panu Matilainen1-12/+10
2010-05-28Eliminate unused argument to verifyDependencies()Panu Matilainen1-3/+2
2010-05-28Clean up verify script handling a bitPanu Matilainen1-14/+10
2010-05-26Handle test-transaction centrally on entry to psmPanu Matilainen2-17/+11
2010-05-26Eliminate rpmts from the scriptlet machineryPanu Matilainen3-18/+15
2010-05-26Simplify chroot handling wrt scriptletsPanu Matilainen2-56/+16
2010-05-25Move scriptlet statistics collection (back) inside psmPanu Matilainen2-3/+4
2010-05-24Put the macro evaluation in spec comments back.Jindrich Novy1-11/+0
2010-05-21Move the lone hashFunctionString() into misc.[ch], eliminate rpmhash.[ch]Panu Matilainen11-51/+24