summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-04-23- Moved code to check possibility of freshen operation to checkFreshenStatus.Rakesh Pandit1-24/+33
2009-04-23- Move header reading part from rpminstall to tryReadHeader function.Rakesh Pandit2-38/+39
2009-04-22Minor cleanups to installplatform scriptPanu Matilainen1-10/+1
2009-04-22Eliminate unnecessary rpmts_internal.h includePanu Matilainen2-3/+1
2009-04-22Refactor ts out of the main signature checking workerPanu Matilainen1-7/+21
2009-04-22Dont try to refcount NULL keyringPanu Matilainen1-2/+2
2009-04-21Fix --with-kde with KDE3 (rhbz#466009).Ville Skyttä1-1/+1
2009-04-20Require file attributes in spec if %ghost files are missing from build rootJindrich Novy1-6/+28
2009-04-18Fix a few file permissions from "make install"Panu Matilainen2-10/+9
2009-04-16Introduce changelog trimming in binary packages feature (ticket #47)Jindrich Novy1-1/+5
2009-04-16Introduce _changelog_trimtime and obsolete _instchangelogJindrich Novy1-3/+3
2009-04-16Pad RSA signatures up to modulus size if necessary (rhbz#494049)Panu Matilainen1-1/+20
2009-04-16Check for termination signals during signing / signature checking loopPanu Matilainen1-0/+1
2009-04-14Revert erase relations before checking whether we already added itFlorian Festi1-7/+7
2009-04-13Error out at build on unsupported payload compressors (rhbz#495429)Panu Matilainen1-0/+4
2009-04-10Don't require %ghost file presence in build root (rhbz#495040)Jindrich Novy1-1/+1
2009-04-09Remove file flags that have never been enabledJindrich Novy2-11/+1
2009-04-09Make it clearer that PACKAGE_FILE logic applies to all -F, -U, and -i.Ville Skyttä1-19/+15
2009-04-09Remove obsolete info about --buildarch and --buildos.Ville Skyttä1-6/+0
2009-04-09Updated Spanish translation (Oscar Bacho)Panu Matilainen1-887/+427
2009-04-09Updated Serbian translations (Milos Komarcevic)Panu Matilainen2-368/+348
2009-04-09Updated Catalan translation (Xavier Conde)Panu Matilainen1-246/+246
2009-04-09Fix PGP v4 fingerprint calculation (rhbz#493777)Panu Matilainen1-1/+7
2009-04-06Don't allow '~', '/' characters and ".." sequence in NVR (rhbz#493157)Jindrich Novy1-1/+12
2009-04-03Make rpmal header & all internalPanu Matilainen9-13/+17
2009-04-03Make sure installed files have state (rhbz#492947)Panu Matilainen3-9/+7
2009-04-02Use -mtune instead of -mcpu (rhbz#493696)Jindrich Novy1-10/+10
2009-04-01Polish translation update (Piotr Drąg)Panu Matilainen1-87/+41
2009-03-31Update translations for a change...Panu Matilainen26-16129/+17042
2009-03-31Prefer more specific types over generic "text" in classification (rhbz#491349)Panu Matilainen1-1/+1
2009-03-31Allocate ts->addedPackages lazily from rpmtsAddInstallElement()Panu Matilainen2-1/+5
2009-03-30Erase relations are reversed, use requires of targetFlorian Festi1-1/+6
2009-03-27Tidy up rpmfi struct definition a bitPanu Matilainen1-18/+6
2009-03-27Lose unused/useless Type and tagN fields from rpmfi structPanu Matilainen3-21/+8
2009-03-27Handle XZ in %uncompress macroPanu Matilainen1-0/+3
2009-03-27Rip the macro default settings in rpmrc setDefaults()Panu Matilainen1-68/+0
2009-03-27Add built-in %getconfdir macro for getting rpmConfigDir() valuePanu Matilainen2-0/+7
2009-03-27Plug minor memleak from default rc and macro file pathsPanu Matilainen1-2/+6
2009-03-27Plug minor memleak from rpmGetCwd() on buildPanu Matilainen1-0/+1
2009-03-26Eliminate pointless xstrdup()'s, the strings are never modifiedPanu Matilainen1-4/+2
2009-03-26Fix: use the file's color to decide whether to add it to the rpmal not the co...Florian Festi1-1/+1
2009-03-26Remove rpmal from the Python APIFlorian Festi5-189/+0
2009-03-26Reimplement rpmal by using hashes and cleaning up the color handlingFlorian Festi6-533/+171
2009-03-26Make rpmal store rpmtes and kill rpmte->pkgKeyFlorian Festi8-345/+104
2009-03-26Also order erases.Florian Festi2-52/+69
2009-03-26Implement rpmteSetDependsOn and rpmteDependsOn using a rpmteFlorian Festi3-8/+20
2009-03-26Put the PGP foobar signature generation out of its miseryPanu Matilainen4-290/+12
2009-03-25process the "./" in file paths correctly (rhbz#491388)Jindrich Novy1-4/+12
2009-03-25Make sure fd bundle is always NULLed on rpmVerifySignatures() exitPanu Matilainen1-1/+1
2009-03-25Unify DSA/RSA/GPG/blaa signature verification, simplifyPanu Matilainen1-46/+14