summaryrefslogtreecommitdiff
path: root/build
Commit message (Expand)AuthorAgeFilesLines
* Fix brown paperbag regression in c223d84fbf1ebb7a862f297e65878a2a78653e8ePanu Matilainen2020-12-161-1/+1
* Eliminate use of obsolete gethostbyname() functionPanu Matilainen2020-12-101-8/+15
* Add missing terminator to copyTagsFromMainDebug arrayPanu Matilainen2020-12-101-0/+1
* Don't call exit() from middle of librpmbuild for no good reasonPanu Matilainen2020-12-101-1/+1
* Simplify logic to work around gcc (10.2.1) false positive warningPanu Matilainen2020-12-101-4/+2
* Stop untranslatable format strings from being translatedPanu Matilainen2020-12-101-1/+1
* Fix changelog trimming to work relative to newest existing entry (#1301)Panu Matilainen2020-08-311-1/+15
* Always close libelf handle (#1313)Florian Festi2020-08-311-1/+1
* Revert "Always fail build on dependency generator failures (#1183)"Panu Matilainen2020-06-241-20/+12
* Account for symlinks in total package size (RhBug:1848199)Panu Matilainen2020-06-231-3/+8
* Always fail build on dependency generator failures (#1183)Panu Matilainen2020-06-231-12/+20
* Fix data race in packageBinaries() functionTom Stellard2020-06-231-1/+1
* Fail the build if %_build_pkgcheck_set failedMikhail Novosyolov2020-06-231-3/+4
* build: prioritize large packagesMichal Domonkos2020-04-211-3/+35
* Handle manually specified debuginfo package more gracefullyPanu Matilainen2020-04-141-4/+8
* rpmfc: Do not prepend buildroot to a path for parametric generatorIgor Raits2020-04-061-4/+2
* Flush 1998 vintage fcntl-compatibility mess from system.hPanu Matilainen2020-04-022-0/+2
* Fix libelf-related conditional compilation issuesPanu Matilainen2020-03-252-1/+8
* Restore flagless variants of rpmExprBool() and rpmExprStr() for ABI compatPanu Matilainen2020-03-231-1/+1
* Support file classification by MIME typePanu Matilainen2020-03-101-10/+51
* Use libelf for determining file colorsPanu Matilainen2020-03-061-6/+29
* Don't store file classification errors into headersPanu Matilainen2020-03-051-1/+5
* Introduce a new qualifier for meta dependencies (RhBug:1648721)Panu Matilainen2020-02-271-0/+1
* Add support for macro-only dependency generatorsPanu Matilainen2020-02-111-4/+40
* Use RPMMACRO_LITERAL/ME_LITERAL when defining some macrosMichael Schroeder2020-02-104-6/+6
* If fork fails in getOutputFrom(), close opened unused pipe fds on error code ...Denys Vlasenko2020-02-051-5/+11
* Fix build regression in commit 307872f71b357a3839fd037514a1c3dabfacc611Panu Matilainen2020-02-041-1/+1
* Fix POPT_ARG_STRING memleaks in librpmbuildPanu Matilainen2020-02-036-15/+31
* Add NEVR provides for all packages that would be built into source rpmsPanu Matilainen2020-01-151-0/+11
* Generate file class dictionary after file classification for stabilityPanu Matilainen2019-11-221-14/+18
* Revert "Preserve processing order in file classification"Panu Matilainen2019-11-221-2/+2
* Preserve processing order in file classificationPanu Matilainen2019-11-121-2/+2
* Only calculate buildhost and buildtime during an actual buildPanu Matilainen2019-11-112-50/+49
* Fix a memleak from uncompressed payload digest calculationPanu Matilainen2019-11-081-0/+1
* Fix Icon tag crash on src.rpm build, regression in 4.15.0 (RhBug:1769579)Panu Matilainen2019-11-081-0/+1
* Fix ancient memleak on %setup argumentsPanu Matilainen2019-11-081-2/+2
* Fix ancient memleak on %patch -P from unused popt arg pointerPanu Matilainen2019-11-081-2/+2
* Fix memleak on %generate_buildrequires usagePanu Matilainen2019-11-081-0/+1
* Flag build-time rpmlib() dependencies in src.rpm as missingokPanu Matilainen2019-10-281-2/+6
* Don't provide rpmlib(DynamicBuildRequires) in source packagesPanu Matilainen2019-10-281-4/+0
* Implement support for alternative (uncompressed) payload digestPanu Matilainen2019-10-281-4/+12
* build: Add missing ifdef to conditionalize omp.h include statementNeal Gompa2019-10-211-0/+2
* Cleanup + fix --build-in-place handling in %setupPanu Matilainen2019-10-151-10/+5
* Refactor addFileToTag() to use the new readManifest() helperPanu Matilainen2019-10-151-32/+6
* Refactor actual file reading from readFilesManifest() to helper functionPanu Matilainen2019-10-152-22/+46
* Stop on invalid dynamic buildrequiresPanu Matilainen2019-10-091-2/+3
* Mark dynamically generated buildrequires autogeneratedPanu Matilainen2019-10-091-1/+1
* Percolate errors up from rpmfcHelper()Panu Matilainen2019-10-071-6/+13
* Make copyNextLineFromOFI() aware of the new %[] syntaxMichael Schroeder2019-09-251-2/+5
* Add support for primary expansion to the expression parserMichael Schroeder2019-09-231-1/+1