summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Preparing for rpm 4.12.0-rc1rpm-4.12.0-rc1Panu Matilainen2014-08-2736-1051/+1051
* Dont try to close non-existent fdno's on Fclose()Panu Matilainen2014-08-271-5/+7
* Fixed double dealocation of ei pointer (RhBug:1133885)Lubos Kardos2014-08-271-1/+1
* Dirty kludgery to fix rpmdeps segfault (RhBug:1131892)Panu Matilainen2014-08-261-0/+5
* Resurrect rpmlib() dependencies on source rpmsPanu Matilainen2014-08-261-0/+10
* Resurrect dependency spew during buildPanu Matilainen2014-08-261-5/+3
* Fix triggerindex handling in rpmdsMergeMichael Schroeder2014-08-261-5/+13
* Revised fix for RhBug:1131892Panu Matilainen2014-08-261-2/+2
* Delete trigger indexes too from header before adding again (RhBug:1131892)Panu Matilainen2014-08-261-1/+2
* Add a simple testcase for rpmspec queriesPanu Matilainen2014-08-181-0/+20
* Populate manual dependencies into spec pkg headers early tooPanu Matilainen2014-08-182-0/+10
* Oh yes, its Monday alright...Panu Matilainen2014-08-182-2/+2
* Add a simple testcase for buildrequires functionalityPanu Matilainen2014-08-182-0/+20
* Populate src.rpm header with dependencies early againPanu Matilainen2014-08-182-4/+4
* Preparing for rpm 4.12.0-beta1rpm-4.12.0-beta1Panu Matilainen2014-08-1836-3886/+3886
* Introduce a simple score system for determining best providers in orderingPanu Matilainen2014-08-181-10/+17
* Handle ancient payloads without ./ prefix again (RhBug:1122004)Panu Matilainen2014-08-181-5/+14
* Use IteratorFileNum in checkInstDepsMichael Schroeder2014-08-181-10/+10
* Use a more reasonable initial size for requires cacheMichael Schroeder2014-08-181-1/+1
* Also build cache file requires of installed packagesMichael Schroeder2014-08-181-1/+40
* Put basenames in the conflict dependency cacheMichael Schroeder2014-08-181-6/+12
* parseSimplePart() returned bad return code in case of failure (RhBug:1123722)Lubos Kardos2014-08-181-1/+1
* Modify rpmalSatisfiesDepend() to get the requesting TE as a param to be able ...Florian Festi2014-08-183-8/+12
* Eliminate unused spec argument from parseExpressionBoolean()Panu Matilainen2014-08-183-6/+3
* Add testcase for basic trigger behaviorPanu Matilainen2014-08-183-0/+84
* Make package dependencies an arrayFlorian Festi2014-08-183-80/+27
* Add weak deps to the dependency generatorsFlorian Festi2014-08-181-0/+18
* Make calling the dependency generators more genericFlorian Festi2014-08-181-47/+28
* Do not write the dependencies to the header instantly.Florian Festi2014-08-184-98/+67
* Redo addReqProv to no longer deal with all tags explictlyFlorian Festi2014-08-181-89/+6
* Add packageDependencies() to allow accesing the rpmds by name tagFlorian Festi2014-08-182-0/+52
* Add rpmdsDToTagN() to convert single char endocding used by the dependency ge...Florian Festi2014-08-182-0/+42
* Add rpmdsD for getting the one char abbreviation for dependency typesFlorian Festi2014-08-182-0/+16
* Add tagNToChar() to convert tag values to single char encoding.Florian Festi2014-08-181-1/+34
* Add rpmSanitizeDSFlags() functionFlorian Festi2014-08-182-0/+33
* addReqProv() and handleOneTrigger() now use rpmds with trigger indices.Lubos Kardos2014-08-182-36/+5
* Now it is possible to save trigger index in rpmds.Lubos Kardos2014-08-183-15/+116
* Fix VFP/Neon detection on armv7Panu Matilainen2014-07-031-3/+3
* Add testcase for db iterator wildcard matchingPanu Matilainen2014-07-031-0/+11
* Fix db iterator pattern matching (RhBug:1115824)Panu Matilainen2014-07-031-3/+1
* Macro-expand %{load:...} argument to make the thing more useful...Panu Matilainen2014-07-011-4/+3
* Add test for multiple hardlink groups, ie previous commitPanu Matilainen2014-07-012-2/+6
* Fix handling of hardlinks during rpmbuildFlorian Festi2014-06-301-0/+1
* Shut up bogus warning about possible uninitialized usePanu Matilainen2014-06-301-1/+2
* Oops, add missing files from commit e4d1b7722a20e0558d96404f9ebc5610fdf52a03rpm-4.12.0-alphaPanu Matilainen2014-06-272-0/+6999
* Only test for ARM FPU on -mfloat-abi=hard buildsPanu Matilainen2014-06-271-1/+1
* Add detection for Sparc Niagara (aka sun4v, aka sparcv9v / sparc64v)Panu Matilainen2014-06-271-0/+12
* Add copies for the hwcap bits we need in case not present in auxv.hPanu Matilainen2014-06-271-0/+9
* Detect arm armv6hl, armv7hl and armv7hnl machinesLubomir Rintel2014-06-273-1/+32
* Check for sys/auxv.h header, always include if presentPanu Matilainen2014-06-272-1/+2