summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Preparing for 4.9.1.1rpm-4.9.1.1-releasePanu Matilainen2011-08-0227-547/+547
* Strip trailing slash from paths at addFile()Panu Matilainen2011-08-021-1/+11
* pgpVerifySig() check of NULL hash is the wrong way aroundPanu Matilainen2011-08-021-1/+1
* Restore %defattr() behavior on special %docMichael Schroeder2011-08-021-1/+6
* Remove ugly isDir recurse prevention hack on buildPanu Matilainen2011-07-191-6/+2
* Preparing for 4.9.1rpm-4.9.1-releasePanu Matilainen2011-07-1531-5153/+6188
* Shut up unused-but-set warnings from gcc (if supported)Panu Matilainen2011-07-151-1/+1
* Sanity check signatures even if we dont have a keyPanu Matilainen2011-07-152-6/+13
* Fix memleak on keys with more than one user idPanu Matilainen2011-07-151-3/+3
* Fix crash on PGP packets/armors with more than one key (RhBug:667582)Panu Matilainen2011-07-151-4/+8
* Oops, rpmPubkeyDig() should return NULL if pgpPrtPkts() failsPanu Matilainen2011-07-151-4/+10
* Only increment number of query/verify sources when we encounter new typesPanu Matilainen2011-07-151-21/+15
* Fix the sanity check on number of query/verify sources (RhBug:691930)Panu Matilainen2011-07-151-1/+1
* zlib is mandatory, fail at configure if missing + remove conditionalsPanu Matilainen2011-07-152-15/+2
* Fix the broken python header __getattr__() behavior, take 13 (or so)Panu Matilainen2011-07-151-1/+9
* Fix the totally broken rpm.fd() read methodPanu Matilainen2011-07-151-20/+25
* Fix explicit directory %attr() when %defattr() is active (RhBug:481875)Panu Matilainen2011-07-151-29/+22
* Enable GLOB_ONLYDIR of the bundled glob() on platforms that support itPanu Matilainen2011-07-152-2/+2
* Pay attention to dir vs file when building (RhBug:505995)Panu Matilainen2011-07-151-3/+18
* Honor trailing slash in rpmGlob()Panu Matilainen2011-07-151-1/+16
* Add DWARF-4 support to debugedit (RhBug:707677)Jakub Jelinek2011-07-151-7/+20
* Avoid extra newlines in parsed spec output outside preamblePanu Matilainen2011-07-151-1/+1
* Add --parse option to rpmspec tool to dump parsed spec contentsPanu Matilainen2011-07-151-0/+20
* Support retrieving the spec contents in parsed formatPanu Matilainen2011-07-154-1/+15
* Error on unclosed macros & trailing line continuations in spec (RhBug:681567)Panu Matilainen2011-07-151-1/+11
* Export rpmteFailed() to python bindingsPanu Matilainen2011-07-151-0/+7
* Don't remove buildroot docdir on %doc usage (ticket #836)Panu Matilainen2011-07-151-1/+0
* Adjust script detection rules to work with file >= 5.07 too (RhBug:712251)Panu Matilainen2011-07-152-3/+4
* Eww, python ds.Instance() doesn't take any argumentsPanu Matilainen2011-07-151-1/+1
* Handle EINTR on the spot instead of restarting the entire loopPanu Matilainen2011-07-151-14/+20
* Abort depgen output reading on EOF, not child exitingPanu Matilainen2011-07-151-2/+2
* Reset cli configured flag on rpmcliFini() (RhBug:709421)Panu Matilainen2011-07-151-0/+1
* Fix a logic error leading to unlink(NULL) call, oops.Panu Matilainen2011-07-151-1/+1
* Clean up + plug memleak in parseDescription()Panu Matilainen2011-07-151-4/+4
* Clean up + fix memleaks in readIcon()Panu Matilainen2011-07-151-14/+10
* Handle readlink() failure in genCpioListAndHeader() correctlyPanu Matilainen2011-07-151-4/+9
* Colored conflict resolution part IIPanu Matilainen2011-07-151-1/+1
* Both files must be colored for multilib conflict resolution (RhBug:705115)Panu Matilainen2011-07-151-1/+1
* Add -r flag to find-debuginfo.sh to invoke eu-strip --reloc-debug-sections.Mark Wielaard2011-07-151-2/+11
* Disable all scriptlets and collections centrally on --test and --justdbPanu Matilainen2011-07-151-2/+2
* Permit %verifyscript from non-installed packagesPanu Matilainen2011-07-151-3/+4
* Don't run collections on script stages like %pre/posttrans, ugh.Panu Matilainen2011-07-151-3/+7
* Issue an error on failure to replace original package on signingPanu Matilainen2011-07-151-1/+5
* Add support for nested Lua macro expansion (RhBug:490740)Panu Matilainen2011-07-153-30/+49
* Plug a memory leak on Lua rpm.expand()Panu Matilainen2011-07-151-1/+3
* Bail out of debuginfo if stabs format encountered (RhBug:453506)Panu Matilainen2011-07-151-3/+4
* Fix %prep parse error to abort buildPanu Matilainen2011-07-151-8/+6
* Handle HEADERFLAG_SORTED bit correctly in headerUnsort()Panu Matilainen2011-07-151-2/+4
* Do not die on empty changelog sectionMichael Schroeder2011-07-151-1/+1
* Whoops, flags needs to be sorted for argvSearch() to work correctlyPanu Matilainen2011-07-151-0/+1