summaryrefslogtreecommitdiff
path: root/build
Commit message (Expand)AuthorAgeFilesLines
* Fix changelog parsing affecting caller timezone statePanu Matilainen2022-07-011-0/+1
* Further improve build warning/error summaryPanu Matilainen2022-07-011-5/+9
* Separate build warnings from error summaryMichal Domonkos2022-07-011-4/+14
* Fix memory leak with multiple %lang-s in one lineMichal Domonkos2021-08-201-0/+2
* Fix regression wrt Lua reinitialization (RhBug:1958095)Panu Matilainen2021-05-074-5/+5
* Fix memory leak regression from Lua sources/patchesrpm-4.17.0-alphaPanu Matilainen2021-04-261-2/+0
* Fix build regression from 376fef14a61a9748ce004888fe19445719a5d2d5Panu Matilainen2021-04-261-0/+2
* Handle missing closing paren in %attr rulesJeff Mahoney2021-04-261-0/+5
* Revert strict buildroot content checks for nowPanu Matilainen2021-04-081-46/+20
* Make Lua a hard requirement for rpmPanu Matilainen2021-02-094-13/+3
* Remove undesired use of the color whiteFlorian Festi2021-02-053-13/+13
* Support failing build on duplicate files (#1158)Panu Matilainen2021-01-221-3/+9
* Fix brown paperbag regression in c223d84fbf1ebb7a862f297e65878a2a78653e8ePanu Matilainen2020-12-141-1/+1
* Really require everything in buildroot to be packagedPanu Matilainen2020-11-231-4/+34
* Eliminate use of obsolete gethostbyname() functionPanu Matilainen2020-11-231-8/+15
* Require everything in buildroot to be packaged (#994)Panu Matilainen2020-11-191-20/+16
* Simplify & unhackify dependency generator command constructionPanu Matilainen2020-11-091-27/+23
* Shut up bogus Doxygen warnings about undocumented parametersPanu Matilainen2020-10-284-8/+8
* Convert sources/patches table manipulation to "native" Lua APIPanu Matilainen2020-10-191-18/+16
* Consolidate librpmbuild Lua code to one placePanu Matilainen2020-10-195-39/+75
* Couple of trivial and obvious const-correctness fixes to build codePanu Matilainen2020-09-092-3/+5
* Add missing terminator to copyTagsFromMainDebug arrayPanu Matilainen2020-09-041-0/+1
* Don't call exit() from middle of librpmbuild for no good reasonPanu Matilainen2020-09-011-1/+1
* Simplify logic to work around gcc (10.2.1) false positive warningPanu Matilainen2020-09-011-4/+2
* Stop untranslatable format strings from being translatedPanu Matilainen2020-08-271-1/+1
* Fix changelog trimming to work relative to newest existing entry (#1301)Panu Matilainen2020-08-111-1/+15
* Always close libelf handle (#1313)Florian Festi2020-07-211-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-221-1/+1
* Fix tag mixup in 32e2bc50cff9db05729349ff6645a0251d5719fbFlorian Festi2020-06-101-2/+2
* Fail the build if %_build_pkgcheck_set failedMikhail Novosyolov2020-06-101-3/+4
* Add OrderWithRequires dependency generationMikhail Novosyolov2020-06-092-0/+17
* Remove support for NSSPanu Matilainen2020-05-291-1/+0
* Remove support for beecryptPanu Matilainen2020-05-291-1/+0
* 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