summaryrefslogtreecommitdiff
path: root/build
Commit message (Expand)AuthorAgeFilesLines
* Drop the experimental collection supportPanu Matilainen2014-06-171-5/+0
* Reserve space for gpg signature during building of package.Lubos Kardos2014-05-211-0/+14
* Function writeRPM was modified to one pass implemntation to improve performan...Lubos Kardos2014-05-051-159/+153
* No longer needed.Lubos Kardos2014-05-051-2/+0
* Fix creation of file manifest in rpmfcGenerateDependsHelper()Tomas Mlcoch2014-03-241-1/+2
* Remove no longer needed rpmfi_internal.h includeFlorian Festi2014-03-051-1/+0
* Relax duplicate i18n tag check into a warning as wellPanu Matilainen2014-02-281-2/+2
* Relax multiple %files sections for a package into a warningPanu Matilainen2014-02-281-2/+8
* Fix duplicate i18n tag checking in spec parsePanu Matilainen2014-02-251-17/+40
* Add support for Recommends:, Suggests:, Supplements: and Enhances:Florian Festi2014-02-196-0/+57
* Rename RPMTAG_SUGGESTS, RPMTAG_ENHANCES and friends to RPMTAG_OLD*Florian Festi2014-02-191-2/+0
* Warn on empty %files -f manifest filesPanu Matilainen2014-02-181-1/+7
* Add return code to handleComments()Panu Matilainen2014-02-182-3/+7
* Clarify the dependency version sanity check error messagePanu Matilainen2014-02-051-1/+1
* Rename rpmcpioStrerror to rpmfileStrerror and move it to rpmarchive.h and rpm...Florian Festi2014-01-311-1/+1
* Move RPMERR_* inst new rpmarchive.hFlorian Festi2014-01-312-2/+0
* Rename CPIOERR_* to RPMERR_* as they are not all related to cpio or the archiveFlorian Festi2014-01-311-2/+2
* Check for duplicate %description sections tooPanu Matilainen2014-01-291-14/+3
* Make addLangTag() internally availablePanu Matilainen2014-01-292-1/+5
* Check for duplicate i18n tags in specsPanu Matilainen2014-01-291-5/+41
* Detect and fail build on more than one %changelog section in specPanu Matilainen2014-01-291-0/+5
* Detect and fail build on more than one %files section per packagePanu Matilainen2014-01-291-0/+5
* Sanity check sub-package name identically to main pkg name (RhBug:1039520)Panu Matilainen2014-01-081-1/+6
* Use a common string pool for rpmds'es within file classifierPanu Matilainen2013-11-291-11/+15
* Make pkg->cpioList rpmfiles instead of rpmfiPanu Matilainen2013-11-255-8/+12
* Inline writeFile into rpmPackageFilesArchiveFlorian Festi2013-11-251-33/+18
* Handle all but non empty regular files within the archive write iteratorFlorian Festi2013-11-251-15/+5
* Create true file iterator for writing the archive content.Florian Festi2013-11-251-53/+13
* Further sanity check for EVR validity on buildPanu Matilainen2013-11-201-0/+15
* Make error message in parseRCPOT() allocedPanu Matilainen2013-11-201-5/+6
* Source packages still dont have payload prefixPanu Matilainen2013-11-191-1/+2
* Sanitize archive creationPanu Matilainen2013-11-195-78/+32
* Consolidate failedFile handling into writeFile()Panu Matilainen2013-11-191-9/+7
* Lift rpmPackageFilesArchive() over to librpmbuildPanu Matilainen2013-11-121-0/+108
* Add & use temporary internal API to eliminate direct access to fi->apathPanu Matilainen2013-11-071-1/+1
* Support files >4GBFlorian Festi2013-10-291-1/+1
* Move RPMSIGTAG_SIZE vs PMSIGTAG_LONGSIZE detection to rpmGenDigest()Florian Festi2013-09-301-4/+1
* Detect and report invalid characters in dependency range operatorsPanu Matilainen2013-09-041-2/+5
* Require strict one dependency per line output from generatorsPanu Matilainen2013-09-041-7/+14
* Refactor dependency string (flags etc) parsing to separate functionPanu Matilainen2013-09-041-28/+54
* Add placeholder return code to rpmfcHelper()Panu Matilainen2013-09-041-2/+3
* Propagate return codes from rpmfcHelper() in rpmfcHelperFoo()Panu Matilainen2013-09-041-8/+6
* Plug a minor memleak in %files filename parsingPanu Matilainen2013-09-021-0/+1
* Use string pool for relevant %attr() and %defattr() storagePanu Matilainen2013-09-021-79/+40
* Use the spec/filelist string pool for user- and groupname storagePanu Matilainen2013-09-011-10/+12
* Make spec string pool available to filelist (but not used yet)Panu Matilainen2013-09-011-0/+4
* Fix double-free on %caps() wildcard %files entry (RhBug:956190)Panu Matilainen2013-08-291-1/+1
* Add missing header against WEXITSTATUS()Kamil Rytarowski2013-08-201-0/+1
* Fix regression on addressing main package by its name (RhBug:972994)Panu Matilainen2013-06-111-0/+3
* Dont check for non-directories when recursingPanu Matilainen2013-05-141-1/+1