summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Preparing for rpm 4.11.3rpm-4.11.3-releaserpm-4.11.xPanu Matilainen2014-09-0533-1263/+1583
* Update library revisionsPanu Matilainen2014-09-054-4/+4
* Fixed double dealocation of ei pointer (RhBug:1133885)Lubos Kardos2014-09-051-1/+1
* parseSimplePart() returned bad return code in case of failure (RhBug:1123722)Lubos Kardos2014-09-051-1/+1
* Fix libtool dependency generation with libtool >= 2.4.2Panu Matilainen2014-09-051-1/+1
* Avoid pointless large stack alloction (RhBug:1106594)Panu Matilainen2014-09-051-3/+4
* Fix ancient buffer overflow on unterminated macro optionsPanu Matilainen2014-09-051-9/+9
* Fix ancient buffer overflows on macro define and undefine (RhBug:1087000)Panu Matilainen2014-09-051-9/+10
* Try to cope with duplicate id's and names in verification (ticket #872)Panu Matilainen2014-09-051-2/+30
* Plug ages old memleak on package signingPanu Matilainen2014-09-051-0/+1
* Sometimes a smaller hammer is better (but only sometimes)Panu Matilainen2014-09-051-2/+2
* Add a %_rundir macro to the platform files.Michael Schroeder2014-09-052-0/+8
* Remember to actually install appdata.prov scriptPanu Matilainen2014-09-051-0/+1
* Expand options in %autopatch only onceMichal Schmidt2014-09-051-1/+2
* add support for "%autosetup -S git_am"Michal Schmidt2014-09-051-0/+7
* Hopefully fix in-tree python build with setup.pyPanu Matilainen2014-09-051-3/+18
* Drop the stupid source globbing from setup.pyPanu Matilainen2014-09-051-15/+8
* Add a "release" target to Makefile.maint, mainly for changelog updating atmPanu Matilainen2014-09-051-0/+2
* Reset progress for src.rpm installation (RhBug:984724)Panu Matilainen2014-09-051-0/+3
* Move progress state variable out of the function to permit resettingPanu Matilainen2014-09-051-4/+4
* Ensure clean paths are used for matching in debugedit (RhBug:1077148)Panu Matilainen2014-09-051-0/+6
* Add support for m68kAndreas Schwab2014-09-053-0/+18
* Reset file actions between rpmtsRun() calls (RhBug:1076552)Panu Matilainen2014-09-053-2/+15
* Disable curl globbing for remote retrievalsPanu Matilainen2014-09-051-1/+1
* Make room for SHA224 in digest bundles. Doh.Panu Matilainen2014-09-051-1/+1
* Don't match use or requires within a multi-line print statementBrian Elliott Finley2014-09-051-0/+16
* Build python 3 compatibile module namesPanu Matilainen2014-09-051-10/+10
* Python 3 doesn't have nb_divide in PyNumberMethodsPanu Matilainen2014-09-052-0/+4
* Fix signing module methods missing on python3, duhPanu Matilainen2014-09-051-1/+1
* Python 2/3 compat define for PyInt_AsSsize_t, used by rpmfilesPanu Matilainen2014-09-051-0/+1
* Fix build and sign module initialization in python3 (RhBug:1064758)Panu Matilainen2014-09-052-4/+4
* Preparing for rpm 4.11.2 finalrpm-4.11.2-releasePanu Matilainen2014-02-131-1/+1
* Preparing for rpm 4.11.2-rc2rpm-4.11.2-rc2Panu Matilainen2014-02-0533-4421/+4862
* Clarify the dependency version sanity check error messagePanu Matilainen2014-02-051-1/+1
* Of EACCES, EROFS and EINVAL, only EINVAL is amiguous on env openPanu Matilainen2014-02-051-1/+1
* A boolean flag is not sufficient to cover three different states...Panu Matilainen2014-02-051-9/+17
* Use git index in %autosetup (RhBug:1059285)Stanislav Ochotnicky2014-02-051-2/+2
* Initialize all the name services we needPanu Matilainen2014-02-053-2/+22
* Preparing for rpm 4.11.2-rc1rpm-4.11.2-rc1Panu Matilainen2014-01-201-1/+1
* Update library revisionsPanu Matilainen2014-01-204-4/+4
* Include ppc64le in %power64 macro (RhBug:1052930)Panu Matilainen2014-01-171-1/+1
* Sanity check sub-package name identically to main pkg name (RhBug:1039520)Panu Matilainen2014-01-171-1/+6
* Ignore already removed links on fingerprint symlink correctionPanu Matilainen2014-01-171-0/+9
* Fix off-by-some indentation + other whitespace issues in fpLookupSubdir()Panu Matilainen2014-01-171-76/+73
* Use correct conversion format for python strpool id'sPanu Matilainen2014-01-171-1/+1
* Dup the file descriptor when reopening an rpm.fd in pythonPanu Matilainen2014-01-171-1/+1
* Add .open() class method to rpm.fdPanu Matilainen2014-01-171-0/+7
* Remember open-mode and flags in python rpm.fd's as propertiesPanu Matilainen2014-01-171-1/+20
* Add couple of missing RPMFILE_* symbols to python bindingsPanu Matilainen2014-01-171-0/+2
* Support reopening an rpm.fd descriptor as wellPanu Matilainen2014-01-171-0/+3